ndid_abci_state_v7

package
v7.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 13, 2022 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type ASList

type ASList struct {
	NodeId []string `protobuf:"bytes,1,rep,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ASList) Descriptor deprecated

func (*ASList) Descriptor() ([]byte, []int)

Deprecated: Use ASList.ProtoReflect.Descriptor instead.

func (*ASList) GetNodeId

func (x *ASList) GetNodeId() []string

func (*ASList) ProtoMessage

func (*ASList) ProtoMessage()

func (*ASList) ProtoReflect

func (x *ASList) ProtoReflect() protoreflect.Message

func (*ASList) Reset

func (x *ASList) Reset()

func (*ASList) String

func (x *ASList) String() string

type ASNode

type ASNode struct {
	NodeId                 string   `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	MinIal                 float64  `protobuf:"fixed64,2,opt,name=min_ial,json=minIal,proto3" json:"min_ial,omitempty"`
	MinAal                 float64  `protobuf:"fixed64,3,opt,name=min_aal,json=minAal,proto3" json:"min_aal,omitempty"`
	ServiceId              string   `protobuf:"bytes,4,opt,name=service_id,json=serviceId,proto3" json:"service_id,omitempty"`
	SupportedNamespaceList []string `` /* 129-byte string literal not displayed */
	Active                 bool     `protobuf:"varint,6,opt,name=active,proto3" json:"active,omitempty"`
	// contains filtered or unexported fields
}

func (*ASNode) Descriptor deprecated

func (*ASNode) Descriptor() ([]byte, []int)

Deprecated: Use ASNode.ProtoReflect.Descriptor instead.

func (*ASNode) GetActive

func (x *ASNode) GetActive() bool

func (*ASNode) GetMinAal

func (x *ASNode) GetMinAal() float64

func (*ASNode) GetMinIal

func (x *ASNode) GetMinIal() float64

func (*ASNode) GetNodeId

func (x *ASNode) GetNodeId() string

func (*ASNode) GetServiceId

func (x *ASNode) GetServiceId() string

func (*ASNode) GetSupportedNamespaceList

func (x *ASNode) GetSupportedNamespaceList() []string

func (*ASNode) ProtoMessage

func (*ASNode) ProtoMessage()

func (*ASNode) ProtoReflect

func (x *ASNode) ProtoReflect() protoreflect.Message

func (*ASNode) Reset

func (x *ASNode) Reset()

func (*ASNode) String

func (x *ASNode) String() string

type ASResponse

type ASResponse struct {
	AsId         string `protobuf:"bytes,1,opt,name=as_id,json=asId,proto3" json:"as_id,omitempty"`
	Signed       bool   `protobuf:"varint,2,opt,name=signed,proto3" json:"signed,omitempty"`
	ReceivedData bool   `protobuf:"varint,3,opt,name=received_data,json=receivedData,proto3" json:"received_data,omitempty"`
	ErrorCode    int32  `protobuf:"varint,4,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"`
	// contains filtered or unexported fields
}

func (*ASResponse) Descriptor deprecated

func (*ASResponse) Descriptor() ([]byte, []int)

Deprecated: Use ASResponse.ProtoReflect.Descriptor instead.

func (*ASResponse) GetAsId

func (x *ASResponse) GetAsId() string

func (*ASResponse) GetErrorCode

func (x *ASResponse) GetErrorCode() int32

func (*ASResponse) GetReceivedData

func (x *ASResponse) GetReceivedData() bool

func (*ASResponse) GetSigned

func (x *ASResponse) GetSigned() bool

func (*ASResponse) ProtoMessage

func (*ASResponse) ProtoMessage()

func (*ASResponse) ProtoReflect

func (x *ASResponse) ProtoReflect() protoreflect.Message

func (*ASResponse) Reset

func (x *ASResponse) Reset()

func (*ASResponse) String

func (x *ASResponse) String() string

type Accessor

type Accessor struct {
	AccessorId        string `protobuf:"bytes,1,opt,name=accessor_id,json=accessorId,proto3" json:"accessor_id,omitempty"`
	AccessorType      string `protobuf:"bytes,2,opt,name=accessor_type,json=accessorType,proto3" json:"accessor_type,omitempty"`
	AccessorPublicKey string `protobuf:"bytes,3,opt,name=accessor_public_key,json=accessorPublicKey,proto3" json:"accessor_public_key,omitempty"`
	Active            bool   `protobuf:"varint,4,opt,name=active,proto3" json:"active,omitempty"`
	Owner             string `protobuf:"bytes,5,opt,name=owner,proto3" json:"owner,omitempty"`
	// contains filtered or unexported fields
}

func (*Accessor) Descriptor deprecated

func (*Accessor) Descriptor() ([]byte, []int)

Deprecated: Use Accessor.ProtoReflect.Descriptor instead.

func (*Accessor) GetAccessorId

func (x *Accessor) GetAccessorId() string

func (*Accessor) GetAccessorPublicKey

func (x *Accessor) GetAccessorPublicKey() string

func (*Accessor) GetAccessorType

func (x *Accessor) GetAccessorType() string

func (*Accessor) GetActive

func (x *Accessor) GetActive() bool

func (*Accessor) GetOwner

func (x *Accessor) GetOwner() string

func (*Accessor) ProtoMessage

func (*Accessor) ProtoMessage()

func (*Accessor) ProtoReflect

func (x *Accessor) ProtoReflect() protoreflect.Message

func (*Accessor) Reset

func (x *Accessor) Reset()

func (*Accessor) String

func (x *Accessor) String() string

type AccessorInGroup

type AccessorInGroup struct {
	Accessors []string `protobuf:"bytes,1,rep,name=accessors,proto3" json:"accessors,omitempty"`
	// contains filtered or unexported fields
}

func (*AccessorInGroup) Descriptor deprecated

func (*AccessorInGroup) Descriptor() ([]byte, []int)

Deprecated: Use AccessorInGroup.ProtoReflect.Descriptor instead.

func (*AccessorInGroup) GetAccessors

func (x *AccessorInGroup) GetAccessors() []string

func (*AccessorInGroup) ProtoMessage

func (*AccessorInGroup) ProtoMessage()

func (*AccessorInGroup) ProtoReflect

func (x *AccessorInGroup) ProtoReflect() protoreflect.Message

func (*AccessorInGroup) Reset

func (x *AccessorInGroup) Reset()

func (*AccessorInGroup) String

func (x *AccessorInGroup) String() string

type AllList

type AllList struct {
	NodeId []string `protobuf:"bytes,1,rep,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AllList) Descriptor deprecated

func (*AllList) Descriptor() ([]byte, []int)

Deprecated: Use AllList.ProtoReflect.Descriptor instead.

func (*AllList) GetNodeId

func (x *AllList) GetNodeId() []string

func (*AllList) ProtoMessage

func (*AllList) ProtoMessage()

func (*AllList) ProtoReflect

func (x *AllList) ProtoReflect() protoreflect.Message

func (*AllList) Reset

func (x *AllList) Reset()

func (*AllList) String

func (x *AllList) String() string

type AllowedMinIalForRegisterIdentityAtFirstIdp

type AllowedMinIalForRegisterIdentityAtFirstIdp struct {
	MinIal float64 `protobuf:"fixed64,1,opt,name=min_ial,json=minIal,proto3" json:"min_ial,omitempty"`
	// contains filtered or unexported fields
}

func (*AllowedMinIalForRegisterIdentityAtFirstIdp) Descriptor deprecated

Deprecated: Use AllowedMinIalForRegisterIdentityAtFirstIdp.ProtoReflect.Descriptor instead.

func (*AllowedMinIalForRegisterIdentityAtFirstIdp) GetMinIal

func (*AllowedMinIalForRegisterIdentityAtFirstIdp) ProtoMessage

func (*AllowedMinIalForRegisterIdentityAtFirstIdp) ProtoReflect

func (*AllowedMinIalForRegisterIdentityAtFirstIdp) Reset

func (*AllowedMinIalForRegisterIdentityAtFirstIdp) String

type AllowedModeList

type AllowedModeList struct {
	Mode []int32 `protobuf:"varint,1,rep,packed,name=mode,proto3" json:"mode,omitempty"`
	// contains filtered or unexported fields
}

func (*AllowedModeList) Descriptor deprecated

func (*AllowedModeList) Descriptor() ([]byte, []int)

Deprecated: Use AllowedModeList.ProtoReflect.Descriptor instead.

func (*AllowedModeList) GetMode

func (x *AllowedModeList) GetMode() []int32

func (*AllowedModeList) ProtoMessage

func (*AllowedModeList) ProtoMessage()

func (*AllowedModeList) ProtoReflect

func (x *AllowedModeList) ProtoReflect() protoreflect.Message

func (*AllowedModeList) Reset

func (x *AllowedModeList) Reset()

func (*AllowedModeList) String

func (x *AllowedModeList) String() string

type ApproveService

type ApproveService struct {
	Active bool `protobuf:"varint,1,opt,name=active,proto3" json:"active,omitempty"`
	// contains filtered or unexported fields
}

func (*ApproveService) Descriptor deprecated

func (*ApproveService) Descriptor() ([]byte, []int)

Deprecated: Use ApproveService.ProtoReflect.Descriptor instead.

func (*ApproveService) GetActive

func (x *ApproveService) GetActive() bool

func (*ApproveService) ProtoMessage

func (*ApproveService) ProtoMessage()

func (*ApproveService) ProtoReflect

func (x *ApproveService) ProtoReflect() protoreflect.Message

func (*ApproveService) Reset

func (x *ApproveService) Reset()

func (*ApproveService) String

func (x *ApproveService) String() string

type BehindNodeList

type BehindNodeList struct {
	Nodes []string `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"`
	// contains filtered or unexported fields
}

func (*BehindNodeList) Descriptor deprecated

func (*BehindNodeList) Descriptor() ([]byte, []int)

Deprecated: Use BehindNodeList.ProtoReflect.Descriptor instead.

func (*BehindNodeList) GetNodes

func (x *BehindNodeList) GetNodes() []string

func (*BehindNodeList) ProtoMessage

func (*BehindNodeList) ProtoMessage()

func (*BehindNodeList) ProtoReflect

func (x *BehindNodeList) ProtoReflect() protoreflect.Message

func (*BehindNodeList) Reset

func (x *BehindNodeList) Reset()

func (*BehindNodeList) String

func (x *BehindNodeList) String() string

type DataRequest

type DataRequest struct {
	ServiceId         string        `protobuf:"bytes,1,opt,name=service_id,json=serviceId,proto3" json:"service_id,omitempty"`
	AsIdList          []string      `protobuf:"bytes,2,rep,name=as_id_list,json=asIdList,proto3" json:"as_id_list,omitempty"`
	MinAs             int64         `protobuf:"varint,3,opt,name=min_as,json=minAs,proto3" json:"min_as,omitempty"`
	RequestParamsHash string        `protobuf:"bytes,4,opt,name=request_params_hash,json=requestParamsHash,proto3" json:"request_params_hash,omitempty"`
	ResponseList      []*ASResponse `protobuf:"bytes,6,rep,name=response_list,json=responseList,proto3" json:"response_list,omitempty"`
	// contains filtered or unexported fields
}

func (*DataRequest) Descriptor deprecated

func (*DataRequest) Descriptor() ([]byte, []int)

Deprecated: Use DataRequest.ProtoReflect.Descriptor instead.

func (*DataRequest) GetAsIdList

func (x *DataRequest) GetAsIdList() []string

func (*DataRequest) GetMinAs

func (x *DataRequest) GetMinAs() int64

func (*DataRequest) GetRequestParamsHash

func (x *DataRequest) GetRequestParamsHash() string

func (*DataRequest) GetResponseList

func (x *DataRequest) GetResponseList() []*ASResponse

func (*DataRequest) GetServiceId

func (x *DataRequest) GetServiceId() string

func (*DataRequest) ProtoMessage

func (*DataRequest) ProtoMessage()

func (*DataRequest) ProtoReflect

func (x *DataRequest) ProtoReflect() protoreflect.Message

func (*DataRequest) Reset

func (x *DataRequest) Reset()

func (*DataRequest) String

func (x *DataRequest) String() string

type ErrorCode

type ErrorCode struct {
	ErrorCode   int32  `protobuf:"varint,1,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"`
	Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*ErrorCode) Descriptor deprecated

func (*ErrorCode) Descriptor() ([]byte, []int)

Deprecated: Use ErrorCode.ProtoReflect.Descriptor instead.

func (*ErrorCode) GetDescription

func (x *ErrorCode) GetDescription() string

func (*ErrorCode) GetErrorCode

func (x *ErrorCode) GetErrorCode() int32

func (*ErrorCode) ProtoMessage

func (*ErrorCode) ProtoMessage()

func (*ErrorCode) ProtoReflect

func (x *ErrorCode) ProtoReflect() protoreflect.Message

func (*ErrorCode) Reset

func (x *ErrorCode) Reset()

func (*ErrorCode) String

func (x *ErrorCode) String() string

type ErrorCodeList

type ErrorCodeList struct {
	ErrorCode []*ErrorCode `protobuf:"bytes,2,rep,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"`
	// contains filtered or unexported fields
}

func (*ErrorCodeList) Descriptor deprecated

func (*ErrorCodeList) Descriptor() ([]byte, []int)

Deprecated: Use ErrorCodeList.ProtoReflect.Descriptor instead.

func (*ErrorCodeList) GetErrorCode

func (x *ErrorCodeList) GetErrorCode() []*ErrorCode

func (*ErrorCodeList) ProtoMessage

func (*ErrorCodeList) ProtoMessage()

func (*ErrorCodeList) ProtoReflect

func (x *ErrorCodeList) ProtoReflect() protoreflect.Message

func (*ErrorCodeList) Reset

func (x *ErrorCodeList) Reset()

func (*ErrorCodeList) String

func (x *ErrorCodeList) String() string

type IdPInRefGroup

type IdPInRefGroup struct {
	NodeId    string                `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	Mode      []int32               `protobuf:"varint,2,rep,packed,name=mode,proto3" json:"mode,omitempty"`
	Accessors []*Accessor           `protobuf:"bytes,3,rep,name=accessors,proto3" json:"accessors,omitempty"`
	Ial       float64               `protobuf:"fixed64,4,opt,name=ial,proto3" json:"ial,omitempty"`
	Active    bool                  `protobuf:"varint,5,opt,name=active,proto3" json:"active,omitempty"`
	Lial      *wrapperspb.BoolValue `protobuf:"bytes,6,opt,name=lial,proto3" json:"lial,omitempty"`
	Laal      *wrapperspb.BoolValue `protobuf:"bytes,7,opt,name=laal,proto3" json:"laal,omitempty"`
	// contains filtered or unexported fields
}

func (*IdPInRefGroup) Descriptor deprecated

func (*IdPInRefGroup) Descriptor() ([]byte, []int)

Deprecated: Use IdPInRefGroup.ProtoReflect.Descriptor instead.

func (*IdPInRefGroup) GetAccessors

func (x *IdPInRefGroup) GetAccessors() []*Accessor

func (*IdPInRefGroup) GetActive

func (x *IdPInRefGroup) GetActive() bool

func (*IdPInRefGroup) GetIal

func (x *IdPInRefGroup) GetIal() float64

func (*IdPInRefGroup) GetLaal

func (x *IdPInRefGroup) GetLaal() *wrapperspb.BoolValue

func (*IdPInRefGroup) GetLial

func (x *IdPInRefGroup) GetLial() *wrapperspb.BoolValue

func (*IdPInRefGroup) GetMode

func (x *IdPInRefGroup) GetMode() []int32

func (*IdPInRefGroup) GetNodeId

func (x *IdPInRefGroup) GetNodeId() string

func (*IdPInRefGroup) ProtoMessage

func (*IdPInRefGroup) ProtoMessage()

func (*IdPInRefGroup) ProtoReflect

func (x *IdPInRefGroup) ProtoReflect() protoreflect.Message

func (*IdPInRefGroup) Reset

func (x *IdPInRefGroup) Reset()

func (*IdPInRefGroup) String

func (x *IdPInRefGroup) String() string

type IdPList

type IdPList struct {
	NodeId []string `protobuf:"bytes,1,rep,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	// contains filtered or unexported fields
}

func (*IdPList) Descriptor deprecated

func (*IdPList) Descriptor() ([]byte, []int)

Deprecated: Use IdPList.ProtoReflect.Descriptor instead.

func (*IdPList) GetNodeId

func (x *IdPList) GetNodeId() []string

func (*IdPList) ProtoMessage

func (*IdPList) ProtoMessage()

func (*IdPList) ProtoReflect

func (x *IdPList) ProtoReflect() protoreflect.Message

func (*IdPList) Reset

func (x *IdPList) Reset()

func (*IdPList) String

func (x *IdPList) String() string

type IdentityInRefGroup

type IdentityInRefGroup struct {
	Namespace      string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	IdentifierHash string `protobuf:"bytes,2,opt,name=identifier_hash,json=identifierHash,proto3" json:"identifier_hash,omitempty"`
	Active         bool   `protobuf:"varint,3,opt,name=active,proto3" json:"active,omitempty"`
	// contains filtered or unexported fields
}

func (*IdentityInRefGroup) Descriptor deprecated

func (*IdentityInRefGroup) Descriptor() ([]byte, []int)

Deprecated: Use IdentityInRefGroup.ProtoReflect.Descriptor instead.

func (*IdentityInRefGroup) GetActive

func (x *IdentityInRefGroup) GetActive() bool

func (*IdentityInRefGroup) GetIdentifierHash

func (x *IdentityInRefGroup) GetIdentifierHash() string

func (*IdentityInRefGroup) GetNamespace

func (x *IdentityInRefGroup) GetNamespace() string

func (*IdentityInRefGroup) ProtoMessage

func (*IdentityInRefGroup) ProtoMessage()

func (*IdentityInRefGroup) ProtoReflect

func (x *IdentityInRefGroup) ProtoReflect() protoreflect.Message

func (*IdentityInRefGroup) Reset

func (x *IdentityInRefGroup) Reset()

func (*IdentityInRefGroup) String

func (x *IdentityInRefGroup) String() string

type KeyVersions

type KeyVersions struct {
	Versions []int64 `protobuf:"varint,1,rep,packed,name=versions,proto3" json:"versions,omitempty"`
	// contains filtered or unexported fields
}

func (*KeyVersions) Descriptor deprecated

func (*KeyVersions) Descriptor() ([]byte, []int)

Deprecated: Use KeyVersions.ProtoReflect.Descriptor instead.

func (*KeyVersions) GetVersions

func (x *KeyVersions) GetVersions() []int64

func (*KeyVersions) ProtoMessage

func (*KeyVersions) ProtoMessage()

func (*KeyVersions) ProtoReflect

func (x *KeyVersions) ProtoReflect() protoreflect.Message

func (*KeyVersions) Reset

func (x *KeyVersions) Reset()

func (*KeyVersions) String

func (x *KeyVersions) String() string

type MQ

type MQ struct {
	Ip   string `protobuf:"bytes,1,opt,name=ip,proto3" json:"ip,omitempty"`
	Port int64  `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"`
	// contains filtered or unexported fields
}

func (*MQ) Descriptor deprecated

func (*MQ) Descriptor() ([]byte, []int)

Deprecated: Use MQ.ProtoReflect.Descriptor instead.

func (*MQ) GetIp

func (x *MQ) GetIp() string

func (*MQ) GetPort

func (x *MQ) GetPort() int64

func (*MQ) ProtoMessage

func (*MQ) ProtoMessage()

func (*MQ) ProtoReflect

func (x *MQ) ProtoReflect() protoreflect.Message

func (*MQ) Reset

func (x *MQ) Reset()

func (*MQ) String

func (x *MQ) String() string

type Message

type Message struct {
	MessageId           string `protobuf:"bytes,1,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	Message             string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Purpose             string `protobuf:"bytes,3,opt,name=purpose,proto3" json:"purpose,omitempty"`
	Owner               string `protobuf:"bytes,4,opt,name=owner,proto3" json:"owner,omitempty"`
	CreationBlockHeight int64  `protobuf:"varint,5,opt,name=creation_block_height,json=creationBlockHeight,proto3" json:"creation_block_height,omitempty"`
	ChainId             string `protobuf:"bytes,6,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Message) Descriptor deprecated

func (*Message) Descriptor() ([]byte, []int)

Deprecated: Use Message.ProtoReflect.Descriptor instead.

func (*Message) GetChainId

func (x *Message) GetChainId() string

func (*Message) GetCreationBlockHeight

func (x *Message) GetCreationBlockHeight() int64

func (*Message) GetMessage

func (x *Message) GetMessage() string

func (*Message) GetMessageId

func (x *Message) GetMessageId() string

func (*Message) GetOwner

func (x *Message) GetOwner() string

func (*Message) GetPurpose

func (x *Message) GetPurpose() string

func (*Message) ProtoMessage

func (*Message) ProtoMessage()

func (*Message) ProtoReflect

func (x *Message) ProtoReflect() protoreflect.Message

func (*Message) Reset

func (x *Message) Reset()

func (*Message) String

func (x *Message) String() string

type MsqDesList

type MsqDesList struct {
	Nodes []*Node `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"`
	// contains filtered or unexported fields
}

func (*MsqDesList) Descriptor deprecated

func (*MsqDesList) Descriptor() ([]byte, []int)

Deprecated: Use MsqDesList.ProtoReflect.Descriptor instead.

func (*MsqDesList) GetNodes

func (x *MsqDesList) GetNodes() []*Node

func (*MsqDesList) ProtoMessage

func (*MsqDesList) ProtoMessage()

func (*MsqDesList) ProtoReflect

func (x *MsqDesList) ProtoReflect() protoreflect.Message

func (*MsqDesList) Reset

func (x *MsqDesList) Reset()

func (*MsqDesList) String

func (x *MsqDesList) String() string

type Namespace

type Namespace struct {
	Namespace                                    string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Description                                  string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Active                                       bool   `protobuf:"varint,3,opt,name=active,proto3" json:"active,omitempty"`
	AllowedIdentifierCountInReferenceGroup       int32  `` /* 184-byte string literal not displayed */
	AllowedActiveIdentifierCountInReferenceGroup int32  `` /* 204-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Namespace) Descriptor deprecated

func (*Namespace) Descriptor() ([]byte, []int)

Deprecated: Use Namespace.ProtoReflect.Descriptor instead.

func (*Namespace) GetActive

func (x *Namespace) GetActive() bool

func (*Namespace) GetAllowedActiveIdentifierCountInReferenceGroup

func (x *Namespace) GetAllowedActiveIdentifierCountInReferenceGroup() int32

func (*Namespace) GetAllowedIdentifierCountInReferenceGroup

func (x *Namespace) GetAllowedIdentifierCountInReferenceGroup() int32

func (*Namespace) GetDescription

func (x *Namespace) GetDescription() string

func (*Namespace) GetNamespace

func (x *Namespace) GetNamespace() string

func (*Namespace) ProtoMessage

func (*Namespace) ProtoMessage()

func (*Namespace) ProtoReflect

func (x *Namespace) ProtoReflect() protoreflect.Message

func (*Namespace) Reset

func (x *Namespace) Reset()

func (*Namespace) String

func (x *Namespace) String() string

type NamespaceList

type NamespaceList struct {
	Namespaces []*Namespace `protobuf:"bytes,1,rep,name=namespaces,proto3" json:"namespaces,omitempty"`
	// contains filtered or unexported fields
}

func (*NamespaceList) Descriptor deprecated

func (*NamespaceList) Descriptor() ([]byte, []int)

Deprecated: Use NamespaceList.ProtoReflect.Descriptor instead.

func (*NamespaceList) GetNamespaces

func (x *NamespaceList) GetNamespaces() []*Namespace

func (*NamespaceList) ProtoMessage

func (*NamespaceList) ProtoMessage()

func (*NamespaceList) ProtoReflect

func (x *NamespaceList) ProtoReflect() protoreflect.Message

func (*NamespaceList) Reset

func (x *NamespaceList) Reset()

func (*NamespaceList) String

func (x *NamespaceList) String() string

type Node

type Node struct {
	Ial          float64 `protobuf:"fixed64,1,opt,name=ial,proto3" json:"ial,omitempty"`
	NodeId       string  `protobuf:"bytes,2,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	Active       bool    `protobuf:"varint,3,opt,name=active,proto3" json:"active,omitempty"`
	First        bool    `protobuf:"varint,4,opt,name=first,proto3" json:"first,omitempty"`
	TimeoutBlock int64   `protobuf:"varint,5,opt,name=timeout_block,json=timeoutBlock,proto3" json:"timeout_block,omitempty"`
	// contains filtered or unexported fields
}

func (*Node) Descriptor deprecated

func (*Node) Descriptor() ([]byte, []int)

Deprecated: Use Node.ProtoReflect.Descriptor instead.

func (*Node) GetActive

func (x *Node) GetActive() bool

func (*Node) GetFirst

func (x *Node) GetFirst() bool

func (*Node) GetIal

func (x *Node) GetIal() float64

func (*Node) GetNodeId

func (x *Node) GetNodeId() string

func (*Node) GetTimeoutBlock

func (x *Node) GetTimeoutBlock() int64

func (*Node) ProtoMessage

func (*Node) ProtoMessage()

func (*Node) ProtoReflect

func (x *Node) ProtoReflect() protoreflect.Message

func (*Node) Reset

func (x *Node) Reset()

func (*Node) String

func (x *Node) String() string

type NodeDetail

type NodeDetail struct {
	PublicKey                              string   `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	MasterPublicKey                        string   `protobuf:"bytes,2,opt,name=master_public_key,json=masterPublicKey,proto3" json:"master_public_key,omitempty"`
	NodeName                               string   `protobuf:"bytes,3,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	Role                                   string   `protobuf:"bytes,4,opt,name=role,proto3" json:"role,omitempty"`
	MaxIal                                 float64  `protobuf:"fixed64,5,opt,name=max_ial,json=maxIal,proto3" json:"max_ial,omitempty"`
	MaxAal                                 float64  `protobuf:"fixed64,6,opt,name=max_aal,json=maxAal,proto3" json:"max_aal,omitempty"`
	Mq                                     []*MQ    `protobuf:"bytes,7,rep,name=mq,proto3" json:"mq,omitempty"`
	Active                                 bool     `protobuf:"varint,8,opt,name=active,proto3" json:"active,omitempty"`
	IsIdpAgent                             bool     `protobuf:"varint,9,opt,name=is_idp_agent,json=isIdpAgent,proto3" json:"is_idp_agent,omitempty"`
	ProxyNodeId                            string   `protobuf:"bytes,10,opt,name=proxy_node_id,json=proxyNodeId,proto3" json:"proxy_node_id,omitempty"`
	ProxyConfig                            string   `protobuf:"bytes,11,opt,name=proxy_config,json=proxyConfig,proto3" json:"proxy_config,omitempty"`
	UseWhitelist                           bool     `protobuf:"varint,12,opt,name=use_whitelist,json=useWhitelist,proto3" json:"use_whitelist,omitempty"`
	Whitelist                              []string `protobuf:"bytes,13,rep,name=whitelist,proto3" json:"whitelist,omitempty"`
	SupportedRequestMessageDataUrlTypeList []string `` /* 186-byte string literal not displayed */
	OnTheFlySupport                        bool     `protobuf:"varint,15,opt,name=on_the_fly_support,json=onTheFlySupport,proto3" json:"on_the_fly_support,omitempty"`
	// contains filtered or unexported fields
}

func (*NodeDetail) Descriptor deprecated

func (*NodeDetail) Descriptor() ([]byte, []int)

Deprecated: Use NodeDetail.ProtoReflect.Descriptor instead.

func (*NodeDetail) GetActive

func (x *NodeDetail) GetActive() bool

func (*NodeDetail) GetIsIdpAgent

func (x *NodeDetail) GetIsIdpAgent() bool

func (*NodeDetail) GetMasterPublicKey

func (x *NodeDetail) GetMasterPublicKey() string

func (*NodeDetail) GetMaxAal

func (x *NodeDetail) GetMaxAal() float64

func (*NodeDetail) GetMaxIal

func (x *NodeDetail) GetMaxIal() float64

func (*NodeDetail) GetMq

func (x *NodeDetail) GetMq() []*MQ

func (*NodeDetail) GetNodeName

func (x *NodeDetail) GetNodeName() string

func (*NodeDetail) GetOnTheFlySupport

func (x *NodeDetail) GetOnTheFlySupport() bool

func (*NodeDetail) GetProxyConfig

func (x *NodeDetail) GetProxyConfig() string

func (*NodeDetail) GetProxyNodeId

func (x *NodeDetail) GetProxyNodeId() string

func (*NodeDetail) GetPublicKey

func (x *NodeDetail) GetPublicKey() string

func (*NodeDetail) GetRole

func (x *NodeDetail) GetRole() string

func (*NodeDetail) GetSupportedRequestMessageDataUrlTypeList

func (x *NodeDetail) GetSupportedRequestMessageDataUrlTypeList() []string

func (*NodeDetail) GetUseWhitelist

func (x *NodeDetail) GetUseWhitelist() bool

func (*NodeDetail) GetWhitelist

func (x *NodeDetail) GetWhitelist() []string

func (*NodeDetail) ProtoMessage

func (*NodeDetail) ProtoMessage()

func (*NodeDetail) ProtoReflect

func (x *NodeDetail) ProtoReflect() protoreflect.Message

func (*NodeDetail) Reset

func (x *NodeDetail) Reset()

func (*NodeDetail) String

func (x *NodeDetail) String() string

type Proxy

type Proxy struct {
	ProxyNodeId string `protobuf:"bytes,1,opt,name=proxy_node_id,json=proxyNodeId,proto3" json:"proxy_node_id,omitempty"`
	Config      string `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*Proxy) Descriptor deprecated

func (*Proxy) Descriptor() ([]byte, []int)

Deprecated: Use Proxy.ProtoReflect.Descriptor instead.

func (*Proxy) GetConfig

func (x *Proxy) GetConfig() string

func (*Proxy) GetProxyNodeId

func (x *Proxy) GetProxyNodeId() string

func (*Proxy) ProtoMessage

func (*Proxy) ProtoMessage()

func (*Proxy) ProtoReflect

func (x *Proxy) ProtoReflect() protoreflect.Message

func (*Proxy) Reset

func (x *Proxy) Reset()

func (*Proxy) String

func (x *Proxy) String() string

type RPList

type RPList struct {
	NodeId []string `protobuf:"bytes,1,rep,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RPList) Descriptor deprecated

func (*RPList) Descriptor() ([]byte, []int)

Deprecated: Use RPList.ProtoReflect.Descriptor instead.

func (*RPList) GetNodeId

func (x *RPList) GetNodeId() []string

func (*RPList) ProtoMessage

func (*RPList) ProtoMessage()

func (*RPList) ProtoReflect

func (x *RPList) ProtoReflect() protoreflect.Message

func (*RPList) Reset

func (x *RPList) Reset()

func (*RPList) String

func (x *RPList) String() string

type ReferenceGroup

type ReferenceGroup struct {
	Identities []*IdentityInRefGroup `protobuf:"bytes,1,rep,name=identities,proto3" json:"identities,omitempty"`
	Idps       []*IdPInRefGroup      `protobuf:"bytes,2,rep,name=idps,proto3" json:"idps,omitempty"`
	// contains filtered or unexported fields
}

func (*ReferenceGroup) Descriptor deprecated

func (*ReferenceGroup) Descriptor() ([]byte, []int)

Deprecated: Use ReferenceGroup.ProtoReflect.Descriptor instead.

func (*ReferenceGroup) GetIdentities

func (x *ReferenceGroup) GetIdentities() []*IdentityInRefGroup

func (*ReferenceGroup) GetIdps

func (x *ReferenceGroup) GetIdps() []*IdPInRefGroup

func (*ReferenceGroup) ProtoMessage

func (*ReferenceGroup) ProtoMessage()

func (*ReferenceGroup) ProtoReflect

func (x *ReferenceGroup) ProtoReflect() protoreflect.Message

func (*ReferenceGroup) Reset

func (x *ReferenceGroup) Reset()

func (*ReferenceGroup) String

func (x *ReferenceGroup) String() string

type Report

type Report struct {
	Method string  `protobuf:"bytes,1,opt,name=method,proto3" json:"method,omitempty"`
	Price  float64 `protobuf:"fixed64,2,opt,name=price,proto3" json:"price,omitempty"`
	Data   string  `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*Report) Descriptor deprecated

func (*Report) Descriptor() ([]byte, []int)

Deprecated: Use Report.ProtoReflect.Descriptor instead.

func (*Report) GetData

func (x *Report) GetData() string

func (*Report) GetMethod

func (x *Report) GetMethod() string

func (*Report) GetPrice

func (x *Report) GetPrice() float64

func (*Report) ProtoMessage

func (*Report) ProtoMessage()

func (*Report) ProtoReflect

func (x *Report) ProtoReflect() protoreflect.Message

func (*Report) Reset

func (x *Report) Reset()

func (*Report) String

func (x *Report) String() string

type ReportList

type ReportList struct {
	Reports []*Report `protobuf:"bytes,1,rep,name=reports,proto3" json:"reports,omitempty"`
	// contains filtered or unexported fields
}

func (*ReportList) Descriptor deprecated

func (*ReportList) Descriptor() ([]byte, []int)

Deprecated: Use ReportList.ProtoReflect.Descriptor instead.

func (*ReportList) GetReports

func (x *ReportList) GetReports() []*Report

func (*ReportList) ProtoMessage

func (*ReportList) ProtoMessage()

func (*ReportList) ProtoReflect

func (x *ReportList) ProtoReflect() protoreflect.Message

func (*ReportList) Reset

func (x *ReportList) Reset()

func (*ReportList) String

func (x *ReportList) String() string

type Request

type Request struct {
	RequestId           string         `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	MinIdp              int64          `protobuf:"varint,2,opt,name=min_idp,json=minIdp,proto3" json:"min_idp,omitempty"`
	MinAal              float64        `protobuf:"fixed64,3,opt,name=min_aal,json=minAal,proto3" json:"min_aal,omitempty"`
	MinIal              float64        `protobuf:"fixed64,4,opt,name=min_ial,json=minIal,proto3" json:"min_ial,omitempty"`
	RequestTimeout      int64          `protobuf:"varint,5,opt,name=request_timeout,json=requestTimeout,proto3" json:"request_timeout,omitempty"`
	IdpIdList           []string       `protobuf:"bytes,6,rep,name=idp_id_list,json=idpIdList,proto3" json:"idp_id_list,omitempty"`
	DataRequestList     []*DataRequest `protobuf:"bytes,7,rep,name=data_request_list,json=dataRequestList,proto3" json:"data_request_list,omitempty"`
	RequestMessageHash  string         `protobuf:"bytes,8,opt,name=request_message_hash,json=requestMessageHash,proto3" json:"request_message_hash,omitempty"`
	ResponseList        []*Response    `protobuf:"bytes,9,rep,name=response_list,json=responseList,proto3" json:"response_list,omitempty"`
	Closed              bool           `protobuf:"varint,10,opt,name=closed,proto3" json:"closed,omitempty"`
	TimedOut            bool           `protobuf:"varint,11,opt,name=timed_out,json=timedOut,proto3" json:"timed_out,omitempty"`
	Purpose             string         `protobuf:"bytes,12,opt,name=purpose,proto3" json:"purpose,omitempty"`
	Owner               string         `protobuf:"bytes,13,opt,name=owner,proto3" json:"owner,omitempty"`
	Mode                int32          `protobuf:"varint,14,opt,name=mode,proto3" json:"mode,omitempty"`
	UseCount            int64          `protobuf:"varint,15,opt,name=use_count,json=useCount,proto3" json:"use_count,omitempty"`
	CreationBlockHeight int64          `protobuf:"varint,16,opt,name=creation_block_height,json=creationBlockHeight,proto3" json:"creation_block_height,omitempty"`
	ChainId             string         `protobuf:"bytes,17,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	RequestType         string         `protobuf:"bytes,18,opt,name=request_type,json=requestType,proto3" json:"request_type,omitempty"`
	// contains filtered or unexported fields
}

func (*Request) Descriptor deprecated

func (*Request) Descriptor() ([]byte, []int)

Deprecated: Use Request.ProtoReflect.Descriptor instead.

func (*Request) GetChainId

func (x *Request) GetChainId() string

func (*Request) GetClosed

func (x *Request) GetClosed() bool

func (*Request) GetCreationBlockHeight

func (x *Request) GetCreationBlockHeight() int64

func (*Request) GetDataRequestList

func (x *Request) GetDataRequestList() []*DataRequest

func (*Request) GetIdpIdList

func (x *Request) GetIdpIdList() []string

func (*Request) GetMinAal

func (x *Request) GetMinAal() float64

func (*Request) GetMinIal

func (x *Request) GetMinIal() float64

func (*Request) GetMinIdp

func (x *Request) GetMinIdp() int64

func (*Request) GetMode

func (x *Request) GetMode() int32

func (*Request) GetOwner

func (x *Request) GetOwner() string

func (*Request) GetPurpose

func (x *Request) GetPurpose() string

func (*Request) GetRequestId

func (x *Request) GetRequestId() string

func (*Request) GetRequestMessageHash

func (x *Request) GetRequestMessageHash() string

func (*Request) GetRequestTimeout

func (x *Request) GetRequestTimeout() int64

func (*Request) GetRequestType

func (x *Request) GetRequestType() string

func (*Request) GetResponseList

func (x *Request) GetResponseList() []*Response

func (*Request) GetTimedOut

func (x *Request) GetTimedOut() bool

func (*Request) GetUseCount

func (x *Request) GetUseCount() int64

func (*Request) ProtoMessage

func (*Request) ProtoMessage()

func (*Request) ProtoReflect

func (x *Request) ProtoReflect() protoreflect.Message

func (*Request) Reset

func (x *Request) Reset()

func (*Request) String

func (x *Request) String() string

type RequestType

type RequestType struct {
	// contains filtered or unexported fields
}

func (*RequestType) Descriptor deprecated

func (*RequestType) Descriptor() ([]byte, []int)

Deprecated: Use RequestType.ProtoReflect.Descriptor instead.

func (*RequestType) ProtoMessage

func (*RequestType) ProtoMessage()

func (*RequestType) ProtoReflect

func (x *RequestType) ProtoReflect() protoreflect.Message

func (*RequestType) Reset

func (x *RequestType) Reset()

func (*RequestType) String

func (x *RequestType) String() string

type Response

type Response struct {
	Ial            float64 `protobuf:"fixed64,1,opt,name=ial,proto3" json:"ial,omitempty"`
	Aal            float64 `protobuf:"fixed64,2,opt,name=aal,proto3" json:"aal,omitempty"`
	Status         string  `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
	Signature      string  `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty"`
	IdpId          string  `protobuf:"bytes,5,opt,name=idp_id,json=idpId,proto3" json:"idp_id,omitempty"`
	ValidIal       string  `protobuf:"bytes,6,opt,name=valid_ial,json=validIal,proto3" json:"valid_ial,omitempty"`
	ValidSignature string  `protobuf:"bytes,7,opt,name=valid_signature,json=validSignature,proto3" json:"valid_signature,omitempty"`
	ErrorCode      int32   `protobuf:"varint,8,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"`
	// contains filtered or unexported fields
}

func (*Response) Descriptor deprecated

func (*Response) Descriptor() ([]byte, []int)

Deprecated: Use Response.ProtoReflect.Descriptor instead.

func (*Response) GetAal

func (x *Response) GetAal() float64

func (*Response) GetErrorCode

func (x *Response) GetErrorCode() int32

func (*Response) GetIal

func (x *Response) GetIal() float64

func (*Response) GetIdpId

func (x *Response) GetIdpId() string

func (*Response) GetSignature

func (x *Response) GetSignature() string

func (*Response) GetStatus

func (x *Response) GetStatus() string

func (*Response) GetValidIal

func (x *Response) GetValidIal() string

func (*Response) GetValidSignature

func (x *Response) GetValidSignature() string

func (*Response) ProtoMessage

func (*Response) ProtoMessage()

func (*Response) ProtoReflect

func (x *Response) ProtoReflect() protoreflect.Message

func (*Response) Reset

func (x *Response) Reset()

func (*Response) String

func (x *Response) String() string

type Service

type Service struct {
	ServiceId              string   `protobuf:"bytes,1,opt,name=service_id,json=serviceId,proto3" json:"service_id,omitempty"`
	MinIal                 float64  `protobuf:"fixed64,2,opt,name=min_ial,json=minIal,proto3" json:"min_ial,omitempty"`
	MinAal                 float64  `protobuf:"fixed64,3,opt,name=min_aal,json=minAal,proto3" json:"min_aal,omitempty"`
	Active                 bool     `protobuf:"varint,4,opt,name=active,proto3" json:"active,omitempty"`
	Suspended              bool     `protobuf:"varint,5,opt,name=suspended,proto3" json:"suspended,omitempty"`
	SupportedNamespaceList []string `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Service) Descriptor deprecated

func (*Service) Descriptor() ([]byte, []int)

Deprecated: Use Service.ProtoReflect.Descriptor instead.

func (*Service) GetActive

func (x *Service) GetActive() bool

func (*Service) GetMinAal

func (x *Service) GetMinAal() float64

func (*Service) GetMinIal

func (x *Service) GetMinIal() float64

func (*Service) GetServiceId

func (x *Service) GetServiceId() string

func (*Service) GetSupportedNamespaceList

func (x *Service) GetSupportedNamespaceList() []string

func (*Service) GetSuspended

func (x *Service) GetSuspended() bool

func (*Service) ProtoMessage

func (*Service) ProtoMessage()

func (*Service) ProtoReflect

func (x *Service) ProtoReflect() protoreflect.Message

func (*Service) Reset

func (x *Service) Reset()

func (*Service) String

func (x *Service) String() string

type ServiceDesList

type ServiceDesList struct {
	Node []*ASNode `protobuf:"bytes,1,rep,name=node,proto3" json:"node,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceDesList) Descriptor deprecated

func (*ServiceDesList) Descriptor() ([]byte, []int)

Deprecated: Use ServiceDesList.ProtoReflect.Descriptor instead.

func (*ServiceDesList) GetNode

func (x *ServiceDesList) GetNode() []*ASNode

func (*ServiceDesList) ProtoMessage

func (*ServiceDesList) ProtoMessage()

func (*ServiceDesList) ProtoReflect

func (x *ServiceDesList) ProtoReflect() protoreflect.Message

func (*ServiceDesList) Reset

func (x *ServiceDesList) Reset()

func (*ServiceDesList) String

func (x *ServiceDesList) String() string

type ServiceDetail

type ServiceDetail struct {
	ServiceId         string `protobuf:"bytes,1,opt,name=service_id,json=serviceId,proto3" json:"service_id,omitempty"`
	ServiceName       string `protobuf:"bytes,2,opt,name=service_name,json=serviceName,proto3" json:"service_name,omitempty"`
	DataSchema        string `protobuf:"bytes,3,opt,name=data_schema,json=dataSchema,proto3" json:"data_schema,omitempty"`
	DataSchemaVersion string `protobuf:"bytes,4,opt,name=data_schema_version,json=dataSchemaVersion,proto3" json:"data_schema_version,omitempty"`
	Active            bool   `protobuf:"varint,5,opt,name=active,proto3" json:"active,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceDetail) Descriptor deprecated

func (*ServiceDetail) Descriptor() ([]byte, []int)

Deprecated: Use ServiceDetail.ProtoReflect.Descriptor instead.

func (*ServiceDetail) GetActive

func (x *ServiceDetail) GetActive() bool

func (*ServiceDetail) GetDataSchema

func (x *ServiceDetail) GetDataSchema() string

func (*ServiceDetail) GetDataSchemaVersion

func (x *ServiceDetail) GetDataSchemaVersion() string

func (*ServiceDetail) GetServiceId

func (x *ServiceDetail) GetServiceId() string

func (*ServiceDetail) GetServiceName

func (x *ServiceDetail) GetServiceName() string

func (*ServiceDetail) ProtoMessage

func (*ServiceDetail) ProtoMessage()

func (*ServiceDetail) ProtoReflect

func (x *ServiceDetail) ProtoReflect() protoreflect.Message

func (*ServiceDetail) Reset

func (x *ServiceDetail) Reset()

func (*ServiceDetail) String

func (x *ServiceDetail) String() string

type ServiceDetailList

type ServiceDetailList struct {
	Services []*ServiceDetail `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceDetailList) Descriptor deprecated

func (*ServiceDetailList) Descriptor() ([]byte, []int)

Deprecated: Use ServiceDetailList.ProtoReflect.Descriptor instead.

func (*ServiceDetailList) GetServices

func (x *ServiceDetailList) GetServices() []*ServiceDetail

func (*ServiceDetailList) ProtoMessage

func (*ServiceDetailList) ProtoMessage()

func (*ServiceDetailList) ProtoReflect

func (x *ServiceDetailList) ProtoReflect() protoreflect.Message

func (*ServiceDetailList) Reset

func (x *ServiceDetailList) Reset()

func (*ServiceDetailList) String

func (x *ServiceDetailList) String() string

type ServiceList

type ServiceList struct {
	Services []*Service `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceList) Descriptor deprecated

func (*ServiceList) Descriptor() ([]byte, []int)

Deprecated: Use ServiceList.ProtoReflect.Descriptor instead.

func (*ServiceList) GetServices

func (x *ServiceList) GetServices() []*Service

func (*ServiceList) ProtoMessage

func (*ServiceList) ProtoMessage()

func (*ServiceList) ProtoReflect

func (x *ServiceList) ProtoReflect() protoreflect.Message

func (*ServiceList) Reset

func (x *ServiceList) Reset()

func (*ServiceList) String

func (x *ServiceList) String() string

type ServicePrice

type ServicePrice struct {
	PriceByCurrencyList []*ServicePriceByCurrency `protobuf:"bytes,1,rep,name=price_by_currency_list,json=priceByCurrencyList,proto3" json:"price_by_currency_list,omitempty"`
	EffectiveDatetime   int64                     `protobuf:"varint,2,opt,name=effective_datetime,json=effectiveDatetime,proto3" json:"effective_datetime,omitempty"`
	MoreInfoUrl         string                    `protobuf:"bytes,3,opt,name=more_info_url,json=moreInfoUrl,proto3" json:"more_info_url,omitempty"`
	Detail              string                    `protobuf:"bytes,4,opt,name=detail,proto3" json:"detail,omitempty"`
	CreationBlockHeight int64                     `protobuf:"varint,5,opt,name=creation_block_height,json=creationBlockHeight,proto3" json:"creation_block_height,omitempty"`
	CreationChainId     string                    `protobuf:"bytes,6,opt,name=creation_chain_id,json=creationChainId,proto3" json:"creation_chain_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ServicePrice) Descriptor deprecated

func (*ServicePrice) Descriptor() ([]byte, []int)

Deprecated: Use ServicePrice.ProtoReflect.Descriptor instead.

func (*ServicePrice) GetCreationBlockHeight

func (x *ServicePrice) GetCreationBlockHeight() int64

func (*ServicePrice) GetCreationChainId

func (x *ServicePrice) GetCreationChainId() string

func (*ServicePrice) GetDetail

func (x *ServicePrice) GetDetail() string

func (*ServicePrice) GetEffectiveDatetime

func (x *ServicePrice) GetEffectiveDatetime() int64

func (*ServicePrice) GetMoreInfoUrl

func (x *ServicePrice) GetMoreInfoUrl() string

func (*ServicePrice) GetPriceByCurrencyList

func (x *ServicePrice) GetPriceByCurrencyList() []*ServicePriceByCurrency

func (*ServicePrice) ProtoMessage

func (*ServicePrice) ProtoMessage()

func (*ServicePrice) ProtoReflect

func (x *ServicePrice) ProtoReflect() protoreflect.Message

func (*ServicePrice) Reset

func (x *ServicePrice) Reset()

func (*ServicePrice) String

func (x *ServicePrice) String() string

type ServicePriceByCurrency

type ServicePriceByCurrency struct {
	Currency string  `protobuf:"bytes,1,opt,name=currency,proto3" json:"currency,omitempty"`
	MinPrice float64 `protobuf:"fixed64,2,opt,name=min_price,json=minPrice,proto3" json:"min_price,omitempty"`
	MaxPrice float64 `protobuf:"fixed64,3,opt,name=max_price,json=maxPrice,proto3" json:"max_price,omitempty"`
	// contains filtered or unexported fields
}

func (*ServicePriceByCurrency) Descriptor deprecated

func (*ServicePriceByCurrency) Descriptor() ([]byte, []int)

Deprecated: Use ServicePriceByCurrency.ProtoReflect.Descriptor instead.

func (*ServicePriceByCurrency) GetCurrency

func (x *ServicePriceByCurrency) GetCurrency() string

func (*ServicePriceByCurrency) GetMaxPrice

func (x *ServicePriceByCurrency) GetMaxPrice() float64

func (*ServicePriceByCurrency) GetMinPrice

func (x *ServicePriceByCurrency) GetMinPrice() float64

func (*ServicePriceByCurrency) ProtoMessage

func (*ServicePriceByCurrency) ProtoMessage()

func (*ServicePriceByCurrency) ProtoReflect

func (x *ServicePriceByCurrency) ProtoReflect() protoreflect.Message

func (*ServicePriceByCurrency) Reset

func (x *ServicePriceByCurrency) Reset()

func (*ServicePriceByCurrency) String

func (x *ServicePriceByCurrency) String() string

type ServicePriceCeilingByCurency

type ServicePriceCeilingByCurency struct {
	Currency string  `protobuf:"bytes,1,opt,name=currency,proto3" json:"currency,omitempty"`
	Price    float64 `protobuf:"fixed64,2,opt,name=price,proto3" json:"price,omitempty"`
	// contains filtered or unexported fields
}

func (*ServicePriceCeilingByCurency) Descriptor deprecated

func (*ServicePriceCeilingByCurency) Descriptor() ([]byte, []int)

Deprecated: Use ServicePriceCeilingByCurency.ProtoReflect.Descriptor instead.

func (*ServicePriceCeilingByCurency) GetCurrency

func (x *ServicePriceCeilingByCurency) GetCurrency() string

func (*ServicePriceCeilingByCurency) GetPrice

func (x *ServicePriceCeilingByCurency) GetPrice() float64

func (*ServicePriceCeilingByCurency) ProtoMessage

func (*ServicePriceCeilingByCurency) ProtoMessage()

func (*ServicePriceCeilingByCurency) ProtoReflect

func (*ServicePriceCeilingByCurency) Reset

func (x *ServicePriceCeilingByCurency) Reset()

func (*ServicePriceCeilingByCurency) String

type ServicePriceCeilingList

type ServicePriceCeilingList struct {
	PriceCeilingByCurrencyList []*ServicePriceCeilingByCurency `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ServicePriceCeilingList) Descriptor deprecated

func (*ServicePriceCeilingList) Descriptor() ([]byte, []int)

Deprecated: Use ServicePriceCeilingList.ProtoReflect.Descriptor instead.

func (*ServicePriceCeilingList) GetPriceCeilingByCurrencyList

func (x *ServicePriceCeilingList) GetPriceCeilingByCurrencyList() []*ServicePriceCeilingByCurency

func (*ServicePriceCeilingList) ProtoMessage

func (*ServicePriceCeilingList) ProtoMessage()

func (*ServicePriceCeilingList) ProtoReflect

func (x *ServicePriceCeilingList) ProtoReflect() protoreflect.Message

func (*ServicePriceCeilingList) Reset

func (x *ServicePriceCeilingList) Reset()

func (*ServicePriceCeilingList) String

func (x *ServicePriceCeilingList) String() string

type ServicePriceList

type ServicePriceList struct {
	ServicePriceList []*ServicePrice `protobuf:"bytes,1,rep,name=service_price_list,json=servicePriceList,proto3" json:"service_price_list,omitempty"`
	// contains filtered or unexported fields
}

func (*ServicePriceList) Descriptor deprecated

func (*ServicePriceList) Descriptor() ([]byte, []int)

Deprecated: Use ServicePriceList.ProtoReflect.Descriptor instead.

func (*ServicePriceList) GetServicePriceList

func (x *ServicePriceList) GetServicePriceList() []*ServicePrice

func (*ServicePriceList) ProtoMessage

func (*ServicePriceList) ProtoMessage()

func (*ServicePriceList) ProtoReflect

func (x *ServicePriceList) ProtoReflect() protoreflect.Message

func (*ServicePriceList) Reset

func (x *ServicePriceList) Reset()

func (*ServicePriceList) String

func (x *ServicePriceList) String() string

type ServicePriceMinEffectiveDatetimeDelay

type ServicePriceMinEffectiveDatetimeDelay struct {
	DurationSecond uint32 `protobuf:"varint,1,opt,name=duration_second,json=durationSecond,proto3" json:"duration_second,omitempty"`
	// contains filtered or unexported fields
}

func (*ServicePriceMinEffectiveDatetimeDelay) Descriptor deprecated

func (*ServicePriceMinEffectiveDatetimeDelay) Descriptor() ([]byte, []int)

Deprecated: Use ServicePriceMinEffectiveDatetimeDelay.ProtoReflect.Descriptor instead.

func (*ServicePriceMinEffectiveDatetimeDelay) GetDurationSecond

func (x *ServicePriceMinEffectiveDatetimeDelay) GetDurationSecond() uint32

func (*ServicePriceMinEffectiveDatetimeDelay) ProtoMessage

func (*ServicePriceMinEffectiveDatetimeDelay) ProtoMessage()

func (*ServicePriceMinEffectiveDatetimeDelay) ProtoReflect

func (*ServicePriceMinEffectiveDatetimeDelay) Reset

func (*ServicePriceMinEffectiveDatetimeDelay) String

type SuppressedIdentityModificationNotificationNode

type SuppressedIdentityModificationNotificationNode struct {
	// contains filtered or unexported fields
}

func (*SuppressedIdentityModificationNotificationNode) Descriptor deprecated

Deprecated: Use SuppressedIdentityModificationNotificationNode.ProtoReflect.Descriptor instead.

func (*SuppressedIdentityModificationNotificationNode) ProtoMessage

func (*SuppressedIdentityModificationNotificationNode) ProtoReflect

func (*SuppressedIdentityModificationNotificationNode) Reset

func (*SuppressedIdentityModificationNotificationNode) String

type TimeOutBlockRegisterIdentity

type TimeOutBlockRegisterIdentity struct {
	TimeOutBlock int64 `protobuf:"varint,1,opt,name=time_out_block,json=timeOutBlock,proto3" json:"time_out_block,omitempty"`
	// contains filtered or unexported fields
}

func (*TimeOutBlockRegisterIdentity) Descriptor deprecated

func (*TimeOutBlockRegisterIdentity) Descriptor() ([]byte, []int)

Deprecated: Use TimeOutBlockRegisterIdentity.ProtoReflect.Descriptor instead.

func (*TimeOutBlockRegisterIdentity) GetTimeOutBlock

func (x *TimeOutBlockRegisterIdentity) GetTimeOutBlock() int64

func (*TimeOutBlockRegisterIdentity) ProtoMessage

func (*TimeOutBlockRegisterIdentity) ProtoMessage()

func (*TimeOutBlockRegisterIdentity) ProtoReflect

func (*TimeOutBlockRegisterIdentity) Reset

func (x *TimeOutBlockRegisterIdentity) Reset()

func (*TimeOutBlockRegisterIdentity) String

type Token

type Token struct {
	Amount float64 `protobuf:"fixed64,1,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*Token) Descriptor deprecated

func (*Token) Descriptor() ([]byte, []int)

Deprecated: Use Token.ProtoReflect.Descriptor instead.

func (*Token) GetAmount

func (x *Token) GetAmount() float64

func (*Token) ProtoMessage

func (*Token) ProtoMessage()

func (*Token) ProtoReflect

func (x *Token) ProtoReflect() protoreflect.Message

func (*Token) Reset

func (x *Token) Reset()

func (*Token) String

func (x *Token) String() string

type TokenPrice

type TokenPrice struct {
	Price float64 `protobuf:"fixed64,1,opt,name=price,proto3" json:"price,omitempty"`
	// contains filtered or unexported fields
}

func (*TokenPrice) Descriptor deprecated

func (*TokenPrice) Descriptor() ([]byte, []int)

Deprecated: Use TokenPrice.ProtoReflect.Descriptor instead.

func (*TokenPrice) GetPrice

func (x *TokenPrice) GetPrice() float64

func (*TokenPrice) ProtoMessage

func (*TokenPrice) ProtoMessage()

func (*TokenPrice) ProtoReflect

func (x *TokenPrice) ProtoReflect() protoreflect.Message

func (*TokenPrice) Reset

func (x *TokenPrice) Reset()

func (*TokenPrice) String

func (x *TokenPrice) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL