generated

package
v0.0.0-...-f940b1b Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2023 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PublicAPI_GetNodeState_FullMethodName                  = "/qrl.PublicAPI/GetNodeState"
	PublicAPI_GetKnownPeers_FullMethodName                 = "/qrl.PublicAPI/GetKnownPeers"
	PublicAPI_GetPeersStat_FullMethodName                  = "/qrl.PublicAPI/GetPeersStat"
	PublicAPI_GetStats_FullMethodName                      = "/qrl.PublicAPI/GetStats"
	PublicAPI_GetAddressState_FullMethodName               = "/qrl.PublicAPI/GetAddressState"
	PublicAPI_GetOptimizedAddressState_FullMethodName      = "/qrl.PublicAPI/GetOptimizedAddressState"
	PublicAPI_GetMultiSigAddressState_FullMethodName       = "/qrl.PublicAPI/GetMultiSigAddressState"
	PublicAPI_IsSlave_FullMethodName                       = "/qrl.PublicAPI/IsSlave"
	PublicAPI_GetObject_FullMethodName                     = "/qrl.PublicAPI/GetObject"
	PublicAPI_GetLatestData_FullMethodName                 = "/qrl.PublicAPI/GetLatestData"
	PublicAPI_PushTransaction_FullMethodName               = "/qrl.PublicAPI/PushTransaction"
	PublicAPI_TransferCoins_FullMethodName                 = "/qrl.PublicAPI/TransferCoins"
	PublicAPI_ParseAddress_FullMethodName                  = "/qrl.PublicAPI/ParseAddress"
	PublicAPI_GetChainStats_FullMethodName                 = "/qrl.PublicAPI/GetChainStats"
	PublicAPI_GetAddressFromPK_FullMethodName              = "/qrl.PublicAPI/GetAddressFromPK"
	PublicAPI_GetMultiSigCreateTxn_FullMethodName          = "/qrl.PublicAPI/GetMultiSigCreateTxn"
	PublicAPI_GetMultiSigSpendTxn_FullMethodName           = "/qrl.PublicAPI/GetMultiSigSpendTxn"
	PublicAPI_GetMultiSigVoteTxn_FullMethodName            = "/qrl.PublicAPI/GetMultiSigVoteTxn"
	PublicAPI_GetMessageTxn_FullMethodName                 = "/qrl.PublicAPI/GetMessageTxn"
	PublicAPI_GetTokenTxn_FullMethodName                   = "/qrl.PublicAPI/GetTokenTxn"
	PublicAPI_GetTransferTokenTxn_FullMethodName           = "/qrl.PublicAPI/GetTransferTokenTxn"
	PublicAPI_GetSlaveTxn_FullMethodName                   = "/qrl.PublicAPI/GetSlaveTxn"
	PublicAPI_GetLatticeTxn_FullMethodName                 = "/qrl.PublicAPI/GetLatticeTxn"
	PublicAPI_GetTransaction_FullMethodName                = "/qrl.PublicAPI/GetTransaction"
	PublicAPI_GetMiniTransactionsByAddress_FullMethodName  = "/qrl.PublicAPI/GetMiniTransactionsByAddress"
	PublicAPI_GetTransactionsByAddress_FullMethodName      = "/qrl.PublicAPI/GetTransactionsByAddress"
	PublicAPI_GetTokensByAddress_FullMethodName            = "/qrl.PublicAPI/GetTokensByAddress"
	PublicAPI_GetSlavesByAddress_FullMethodName            = "/qrl.PublicAPI/GetSlavesByAddress"
	PublicAPI_GetLatticePKsByAddress_FullMethodName        = "/qrl.PublicAPI/GetLatticePKsByAddress"
	PublicAPI_GetMultiSigAddressesByAddress_FullMethodName = "/qrl.PublicAPI/GetMultiSigAddressesByAddress"
	PublicAPI_GetMultiSigSpendTxsByAddress_FullMethodName  = "/qrl.PublicAPI/GetMultiSigSpendTxsByAddress"
	PublicAPI_GetVoteStats_FullMethodName                  = "/qrl.PublicAPI/GetVoteStats"
	PublicAPI_GetInboxMessagesByAddress_FullMethodName     = "/qrl.PublicAPI/GetInboxMessagesByAddress"
	PublicAPI_GetBalance_FullMethodName                    = "/qrl.PublicAPI/GetBalance"
	PublicAPI_GetTotalBalance_FullMethodName               = "/qrl.PublicAPI/GetTotalBalance"
	PublicAPI_GetOTS_FullMethodName                        = "/qrl.PublicAPI/GetOTS"
	PublicAPI_GetHeight_FullMethodName                     = "/qrl.PublicAPI/GetHeight"
	PublicAPI_GetBlock_FullMethodName                      = "/qrl.PublicAPI/GetBlock"
	PublicAPI_GetBlockByNumber_FullMethodName              = "/qrl.PublicAPI/GetBlockByNumber"
)

Variables

View Source
var (
	GetLatestDataReq_Filter_name = map[int32]string{
		0: "ALL",
		1: "BLOCKHEADERS",
		2: "TRANSACTIONS",
		3: "TRANSACTIONS_UNCONFIRMED",
	}
	GetLatestDataReq_Filter_value = map[string]int32{
		"ALL":                      0,
		"BLOCKHEADERS":             1,
		"TRANSACTIONS":             2,
		"TRANSACTIONS_UNCONFIRMED": 3,
	}
)

Enum value maps for GetLatestDataReq_Filter.

View Source
var (
	PushTransactionResp_ResponseCode_name = map[int32]string{
		0: "UNKNOWN",
		1: "ERROR",
		2: "VALIDATION_FAILED",
		3: "SUBMITTED",
	}
	PushTransactionResp_ResponseCode_value = map[string]int32{
		"UNKNOWN":           0,
		"ERROR":             1,
		"VALIDATION_FAILED": 2,
		"SUBMITTED":         3,
	}
)

Enum value maps for PushTransactionResp_ResponseCode.

View Source
var (
	GetMultiSigSpendTxsByAddressReq_FilterType_name = map[int32]string{
		0: "NONE",
		1: "EXECUTED_ONLY",
		2: "NON_EXECUTED",
		3: "EXPIRED",
		4: "NON_EXPIRED",
		5: "NON_EXECUTED_EXPIRED",
		6: "NON_EXECUTED_NON_EXPIRED",
	}
	GetMultiSigSpendTxsByAddressReq_FilterType_value = map[string]int32{
		"NONE":                     0,
		"EXECUTED_ONLY":            1,
		"NON_EXECUTED":             2,
		"EXPIRED":                  3,
		"NON_EXPIRED":              4,
		"NON_EXECUTED_EXPIRED":     5,
		"NON_EXECUTED_NON_EXPIRED": 6,
	}
)

Enum value maps for GetMultiSigSpendTxsByAddressReq_FilterType.

View Source
var (
	NodeInfo_State_name = map[int32]string{
		0: "UNKNOWN",
		1: "UNSYNCED",
		2: "SYNCING",
		3: "SYNCED",
		4: "FORKED",
	}
	NodeInfo_State_value = map[string]int32{
		"UNKNOWN":  0,
		"UNSYNCED": 1,
		"SYNCING":  2,
		"SYNCED":   3,
		"FORKED":   4,
	}
)

Enum value maps for NodeInfo_State.

View Source
var AdminAPI_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "qrl.AdminAPI",
	HandlerType: (*AdminAPIServer)(nil),
	Methods:     []grpc.MethodDesc{},
	Streams:     []grpc.StreamDesc{},
	Metadata:    "qrl.proto",
}

AdminAPI_ServiceDesc is the grpc.ServiceDesc for AdminAPI service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var PublicAPI_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "qrl.PublicAPI",
	HandlerType: (*PublicAPIServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetNodeState",
			Handler:    _PublicAPI_GetNodeState_Handler,
		},
		{
			MethodName: "GetKnownPeers",
			Handler:    _PublicAPI_GetKnownPeers_Handler,
		},
		{
			MethodName: "GetPeersStat",
			Handler:    _PublicAPI_GetPeersStat_Handler,
		},
		{
			MethodName: "GetStats",
			Handler:    _PublicAPI_GetStats_Handler,
		},
		{
			MethodName: "GetAddressState",
			Handler:    _PublicAPI_GetAddressState_Handler,
		},
		{
			MethodName: "GetOptimizedAddressState",
			Handler:    _PublicAPI_GetOptimizedAddressState_Handler,
		},
		{
			MethodName: "GetMultiSigAddressState",
			Handler:    _PublicAPI_GetMultiSigAddressState_Handler,
		},
		{
			MethodName: "IsSlave",
			Handler:    _PublicAPI_IsSlave_Handler,
		},
		{
			MethodName: "GetObject",
			Handler:    _PublicAPI_GetObject_Handler,
		},
		{
			MethodName: "GetLatestData",
			Handler:    _PublicAPI_GetLatestData_Handler,
		},
		{
			MethodName: "PushTransaction",
			Handler:    _PublicAPI_PushTransaction_Handler,
		},
		{
			MethodName: "TransferCoins",
			Handler:    _PublicAPI_TransferCoins_Handler,
		},
		{
			MethodName: "ParseAddress",
			Handler:    _PublicAPI_ParseAddress_Handler,
		},
		{
			MethodName: "GetChainStats",
			Handler:    _PublicAPI_GetChainStats_Handler,
		},
		{
			MethodName: "GetAddressFromPK",
			Handler:    _PublicAPI_GetAddressFromPK_Handler,
		},
		{
			MethodName: "GetMultiSigCreateTxn",
			Handler:    _PublicAPI_GetMultiSigCreateTxn_Handler,
		},
		{
			MethodName: "GetMultiSigSpendTxn",
			Handler:    _PublicAPI_GetMultiSigSpendTxn_Handler,
		},
		{
			MethodName: "GetMultiSigVoteTxn",
			Handler:    _PublicAPI_GetMultiSigVoteTxn_Handler,
		},
		{
			MethodName: "GetMessageTxn",
			Handler:    _PublicAPI_GetMessageTxn_Handler,
		},
		{
			MethodName: "GetTokenTxn",
			Handler:    _PublicAPI_GetTokenTxn_Handler,
		},
		{
			MethodName: "GetTransferTokenTxn",
			Handler:    _PublicAPI_GetTransferTokenTxn_Handler,
		},
		{
			MethodName: "GetSlaveTxn",
			Handler:    _PublicAPI_GetSlaveTxn_Handler,
		},
		{
			MethodName: "GetLatticeTxn",
			Handler:    _PublicAPI_GetLatticeTxn_Handler,
		},
		{
			MethodName: "GetTransaction",
			Handler:    _PublicAPI_GetTransaction_Handler,
		},
		{
			MethodName: "GetMiniTransactionsByAddress",
			Handler:    _PublicAPI_GetMiniTransactionsByAddress_Handler,
		},
		{
			MethodName: "GetTransactionsByAddress",
			Handler:    _PublicAPI_GetTransactionsByAddress_Handler,
		},
		{
			MethodName: "GetTokensByAddress",
			Handler:    _PublicAPI_GetTokensByAddress_Handler,
		},
		{
			MethodName: "GetSlavesByAddress",
			Handler:    _PublicAPI_GetSlavesByAddress_Handler,
		},
		{
			MethodName: "GetLatticePKsByAddress",
			Handler:    _PublicAPI_GetLatticePKsByAddress_Handler,
		},
		{
			MethodName: "GetMultiSigAddressesByAddress",
			Handler:    _PublicAPI_GetMultiSigAddressesByAddress_Handler,
		},
		{
			MethodName: "GetMultiSigSpendTxsByAddress",
			Handler:    _PublicAPI_GetMultiSigSpendTxsByAddress_Handler,
		},
		{
			MethodName: "GetVoteStats",
			Handler:    _PublicAPI_GetVoteStats_Handler,
		},
		{
			MethodName: "GetInboxMessagesByAddress",
			Handler:    _PublicAPI_GetInboxMessagesByAddress_Handler,
		},
		{
			MethodName: "GetBalance",
			Handler:    _PublicAPI_GetBalance_Handler,
		},
		{
			MethodName: "GetTotalBalance",
			Handler:    _PublicAPI_GetTotalBalance_Handler,
		},
		{
			MethodName: "GetOTS",
			Handler:    _PublicAPI_GetOTS_Handler,
		},
		{
			MethodName: "GetHeight",
			Handler:    _PublicAPI_GetHeight_Handler,
		},
		{
			MethodName: "GetBlock",
			Handler:    _PublicAPI_GetBlock_Handler,
		},
		{
			MethodName: "GetBlockByNumber",
			Handler:    _PublicAPI_GetBlockByNumber_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "qrl.proto",
}

PublicAPI_ServiceDesc is the grpc.ServiceDesc for PublicAPI service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterAdminAPIServer

func RegisterAdminAPIServer(s grpc.ServiceRegistrar, srv AdminAPIServer)

func RegisterPublicAPIServer

func RegisterPublicAPIServer(s grpc.ServiceRegistrar, srv PublicAPIServer)

Types

type AddressAmount

type AddressAmount struct {
	Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Amount  uint64 `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*AddressAmount) Descriptor deprecated

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

Deprecated: Use AddressAmount.ProtoReflect.Descriptor instead.

func (*AddressAmount) GetAddress

func (x *AddressAmount) GetAddress() []byte

func (*AddressAmount) GetAmount

func (x *AddressAmount) GetAmount() uint64

func (*AddressAmount) ProtoMessage

func (*AddressAmount) ProtoMessage()

func (*AddressAmount) ProtoReflect

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

func (*AddressAmount) Reset

func (x *AddressAmount) Reset()

func (*AddressAmount) String

func (x *AddressAmount) String() string

type AddressDescriptor

type AddressDescriptor struct {
	HashFunction    string `protobuf:"bytes,1,opt,name=hash_function,json=hashFunction,proto3" json:"hash_function,omitempty"`
	SignatureScheme string `protobuf:"bytes,2,opt,name=signature_scheme,json=signatureScheme,proto3" json:"signature_scheme,omitempty"`
	TreeHeight      uint32 `protobuf:"varint,3,opt,name=tree_height,json=treeHeight,proto3" json:"tree_height,omitempty"`
	Signatures      uint32 `protobuf:"varint,4,opt,name=signatures,proto3" json:"signatures,omitempty"`
	AddressFormat   string `protobuf:"bytes,5,opt,name=address_format,json=addressFormat,proto3" json:"address_format,omitempty"`
	// contains filtered or unexported fields
}

func (*AddressDescriptor) Descriptor deprecated

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

Deprecated: Use AddressDescriptor.ProtoReflect.Descriptor instead.

func (*AddressDescriptor) GetAddressFormat

func (x *AddressDescriptor) GetAddressFormat() string

func (*AddressDescriptor) GetHashFunction

func (x *AddressDescriptor) GetHashFunction() string

func (*AddressDescriptor) GetSignatureScheme

func (x *AddressDescriptor) GetSignatureScheme() string

func (*AddressDescriptor) GetSignatures

func (x *AddressDescriptor) GetSignatures() uint32

func (*AddressDescriptor) GetTreeHeight

func (x *AddressDescriptor) GetTreeHeight() uint32

func (*AddressDescriptor) ProtoMessage

func (*AddressDescriptor) ProtoMessage()

func (*AddressDescriptor) ProtoReflect

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

func (*AddressDescriptor) Reset

func (x *AddressDescriptor) Reset()

func (*AddressDescriptor) String

func (x *AddressDescriptor) String() string

type AddressList

type AddressList struct {
	Addresses [][]byte `protobuf:"bytes,1,rep,name=addresses,proto3" json:"addresses,omitempty"`
	// contains filtered or unexported fields
}

func (*AddressList) Descriptor deprecated

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

Deprecated: Use AddressList.ProtoReflect.Descriptor instead.

func (*AddressList) GetAddresses

func (x *AddressList) GetAddresses() [][]byte

func (*AddressList) ProtoMessage

func (*AddressList) ProtoMessage()

func (*AddressList) ProtoReflect

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

func (*AddressList) Reset

func (x *AddressList) Reset()

func (*AddressList) String

func (x *AddressList) String() string

type AddressState

type AddressState struct {
	Address            []byte            `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Balance            uint64            `protobuf:"varint,2,opt,name=balance,proto3" json:"balance,omitempty"`
	Nonce              uint64            `protobuf:"varint,3,opt,name=nonce,proto3" json:"nonce,omitempty"` // FIXME: Discuss. 32 or 64 bits?
	OtsBitfield        [][]byte          `protobuf:"bytes,4,rep,name=ots_bitfield,json=otsBitfield,proto3" json:"ots_bitfield,omitempty"`
	TransactionHashes  [][]byte          `protobuf:"bytes,5,rep,name=transaction_hashes,json=transactionHashes,proto3" json:"transaction_hashes,omitempty"`
	Tokens             map[string]uint64 `` /* 154-byte string literal not displayed */
	LatticePKList      []*LatticePK      `protobuf:"bytes,7,rep,name=latticePK_list,json=latticePKList,proto3" json:"latticePK_list,omitempty"`
	SlavePksAccessType map[string]uint32 `` /* 208-byte string literal not displayed */
	OtsCounter         uint64            `protobuf:"varint,9,opt,name=ots_counter,json=otsCounter,proto3" json:"ots_counter,omitempty"`
	// contains filtered or unexported fields
}

func (*AddressState) Descriptor deprecated

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

Deprecated: Use AddressState.ProtoReflect.Descriptor instead.

func (*AddressState) GetAddress

func (x *AddressState) GetAddress() []byte

func (*AddressState) GetBalance

func (x *AddressState) GetBalance() uint64

func (*AddressState) GetLatticePKList

func (x *AddressState) GetLatticePKList() []*LatticePK

func (*AddressState) GetNonce

func (x *AddressState) GetNonce() uint64

func (*AddressState) GetOtsBitfield

func (x *AddressState) GetOtsBitfield() [][]byte

func (*AddressState) GetOtsCounter

func (x *AddressState) GetOtsCounter() uint64

func (*AddressState) GetSlavePksAccessType

func (x *AddressState) GetSlavePksAccessType() map[string]uint32

func (*AddressState) GetTokens

func (x *AddressState) GetTokens() map[string]uint64

func (*AddressState) GetTransactionHashes

func (x *AddressState) GetTransactionHashes() [][]byte

func (*AddressState) ProtoMessage

func (*AddressState) ProtoMessage()

func (*AddressState) ProtoReflect

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

func (*AddressState) Reset

func (x *AddressState) Reset()

func (*AddressState) String

func (x *AddressState) String() string

type AdminAPIClient

type AdminAPIClient interface {
}

AdminAPIClient is the client API for AdminAPI service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewAdminAPIClient

func NewAdminAPIClient(cc grpc.ClientConnInterface) AdminAPIClient

type AdminAPIServer

type AdminAPIServer interface {
	// contains filtered or unexported methods
}

AdminAPIServer is the server API for AdminAPI service. All implementations must embed UnimplementedAdminAPIServer for forward compatibility

type Bitfield

type Bitfield struct {
	Bitfields [][]byte `protobuf:"bytes,1,rep,name=bitfields,proto3" json:"bitfields,omitempty"`
	// contains filtered or unexported fields
}

func (*Bitfield) Descriptor deprecated

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

Deprecated: Use Bitfield.ProtoReflect.Descriptor instead.

func (*Bitfield) GetBitfields

func (x *Bitfield) GetBitfields() [][]byte

func (*Bitfield) ProtoMessage

func (*Bitfield) ProtoMessage()

func (*Bitfield) ProtoReflect

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

func (*Bitfield) Reset

func (x *Bitfield) Reset()

func (*Bitfield) String

func (x *Bitfield) String() string

type Block

type Block struct {
	Header       *BlockHeader   `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	Transactions []*Transaction `protobuf:"bytes,2,rep,name=transactions,proto3" json:"transactions,omitempty"`
	// This is only applicable to genesis blocks
	GenesisBalance []*GenesisBalance `protobuf:"bytes,3,rep,name=genesis_balance,json=genesisBalance,proto3" json:"genesis_balance,omitempty"`
	// contains filtered or unexported fields
}

func (*Block) Descriptor deprecated

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

Deprecated: Use Block.ProtoReflect.Descriptor instead.

func (*Block) GetGenesisBalance

func (x *Block) GetGenesisBalance() []*GenesisBalance

func (*Block) GetHeader

func (x *Block) GetHeader() *BlockHeader

func (*Block) GetTransactions

func (x *Block) GetTransactions() []*Transaction

func (*Block) ProtoMessage

func (*Block) ProtoMessage()

func (*Block) ProtoReflect

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

func (*Block) Reset

func (x *Block) Reset()

func (*Block) String

func (x *Block) String() string

type BlockDataPoint

type BlockDataPoint struct {
	Number         uint64  `protobuf:"varint,1,opt,name=number,proto3" json:"number,omitempty"`        // Block number
	Difficulty     string  `protobuf:"bytes,2,opt,name=difficulty,proto3" json:"difficulty,omitempty"` // Block difficulty
	Timestamp      uint64  `protobuf:"varint,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`  // Block timestamp
	TimeLast       uint64  `protobuf:"varint,4,opt,name=time_last,json=timeLast,proto3" json:"time_last,omitempty"`
	TimeMovavg     uint64  `protobuf:"varint,5,opt,name=time_movavg,json=timeMovavg,proto3" json:"time_movavg,omitempty"`
	HashPower      float32 `protobuf:"fixed32,6,opt,name=hash_power,json=hashPower,proto3" json:"hash_power,omitempty"`                // Hash power
	HeaderHash     []byte  `protobuf:"bytes,7,opt,name=header_hash,json=headerHash,proto3" json:"header_hash,omitempty"`               // Block header hash
	HeaderHashPrev []byte  `protobuf:"bytes,8,opt,name=header_hash_prev,json=headerHashPrev,proto3" json:"header_hash_prev,omitempty"` // Previous block's header hash
	// contains filtered or unexported fields
}

* BlockDataPoint message definition

func (*BlockDataPoint) Descriptor deprecated

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

Deprecated: Use BlockDataPoint.ProtoReflect.Descriptor instead.

func (*BlockDataPoint) GetDifficulty

func (x *BlockDataPoint) GetDifficulty() string

func (*BlockDataPoint) GetHashPower

func (x *BlockDataPoint) GetHashPower() float32

func (*BlockDataPoint) GetHeaderHash

func (x *BlockDataPoint) GetHeaderHash() []byte

func (*BlockDataPoint) GetHeaderHashPrev

func (x *BlockDataPoint) GetHeaderHashPrev() []byte

func (*BlockDataPoint) GetNumber

func (x *BlockDataPoint) GetNumber() uint64

func (*BlockDataPoint) GetTimeLast

func (x *BlockDataPoint) GetTimeLast() uint64

func (*BlockDataPoint) GetTimeMovavg

func (x *BlockDataPoint) GetTimeMovavg() uint64

func (*BlockDataPoint) GetTimestamp

func (x *BlockDataPoint) GetTimestamp() uint64

func (*BlockDataPoint) ProtoMessage

func (*BlockDataPoint) ProtoMessage()

func (*BlockDataPoint) ProtoReflect

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

func (*BlockDataPoint) Reset

func (x *BlockDataPoint) Reset()

func (*BlockDataPoint) String

func (x *BlockDataPoint) String() string

type BlockExtended

type BlockExtended struct {
	Header               *BlockHeader           `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	ExtendedTransactions []*TransactionExtended `protobuf:"bytes,2,rep,name=extended_transactions,json=extendedTransactions,proto3" json:"extended_transactions,omitempty"`
	// This is only applicable to genesis blocks
	GenesisBalance []*GenesisBalance `protobuf:"bytes,3,rep,name=genesis_balance,json=genesisBalance,proto3" json:"genesis_balance,omitempty"`
	Size           uint64            `protobuf:"varint,4,opt,name=size,proto3" json:"size,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockExtended) Descriptor deprecated

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

Deprecated: Use BlockExtended.ProtoReflect.Descriptor instead.

func (*BlockExtended) GetExtendedTransactions

func (x *BlockExtended) GetExtendedTransactions() []*TransactionExtended

func (*BlockExtended) GetGenesisBalance

func (x *BlockExtended) GetGenesisBalance() []*GenesisBalance

func (*BlockExtended) GetHeader

func (x *BlockExtended) GetHeader() *BlockHeader

func (*BlockExtended) GetSize

func (x *BlockExtended) GetSize() uint64

func (*BlockExtended) ProtoMessage

func (*BlockExtended) ProtoMessage()

func (*BlockExtended) ProtoReflect

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

func (*BlockExtended) Reset

func (x *BlockExtended) Reset()

func (*BlockExtended) String

func (x *BlockExtended) String() string

type BlockHeader

type BlockHeader struct {

	// Header
	HashHeader       []byte `protobuf:"bytes,1,opt,name=hash_header,json=hashHeader,proto3" json:"hash_header,omitempty"`
	BlockNumber      uint64 `protobuf:"varint,2,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"`
	TimestampSeconds uint64 `protobuf:"varint,3,opt,name=timestamp_seconds,json=timestampSeconds,proto3" json:"timestamp_seconds,omitempty"`
	HashHeaderPrev   []byte `protobuf:"bytes,4,opt,name=hash_header_prev,json=hashHeaderPrev,proto3" json:"hash_header_prev,omitempty"`
	RewardBlock      uint64 `protobuf:"varint,5,opt,name=reward_block,json=rewardBlock,proto3" json:"reward_block,omitempty"`
	RewardFee        uint64 `protobuf:"varint,6,opt,name=reward_fee,json=rewardFee,proto3" json:"reward_fee,omitempty"`
	MerkleRoot       []byte `protobuf:"bytes,7,opt,name=merkle_root,json=merkleRoot,proto3" json:"merkle_root,omitempty"`
	MiningNonce      uint32 `protobuf:"varint,8,opt,name=mining_nonce,json=miningNonce,proto3" json:"mining_nonce,omitempty"`
	ExtraNonce       uint64 `protobuf:"varint,9,opt,name=extra_nonce,json=extraNonce,proto3" json:"extra_nonce,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockHeader) Descriptor deprecated

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

Deprecated: Use BlockHeader.ProtoReflect.Descriptor instead.

func (*BlockHeader) GetBlockNumber

func (x *BlockHeader) GetBlockNumber() uint64

func (*BlockHeader) GetExtraNonce

func (x *BlockHeader) GetExtraNonce() uint64

func (*BlockHeader) GetHashHeader

func (x *BlockHeader) GetHashHeader() []byte

func (*BlockHeader) GetHashHeaderPrev

func (x *BlockHeader) GetHashHeaderPrev() []byte

func (*BlockHeader) GetMerkleRoot

func (x *BlockHeader) GetMerkleRoot() []byte

func (*BlockHeader) GetMiningNonce

func (x *BlockHeader) GetMiningNonce() uint32

func (*BlockHeader) GetRewardBlock

func (x *BlockHeader) GetRewardBlock() uint64

func (*BlockHeader) GetRewardFee

func (x *BlockHeader) GetRewardFee() uint64

func (*BlockHeader) GetTimestampSeconds

func (x *BlockHeader) GetTimestampSeconds() uint64

func (*BlockHeader) ProtoMessage

func (*BlockHeader) ProtoMessage()

func (*BlockHeader) ProtoReflect

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

func (*BlockHeader) Reset

func (x *BlockHeader) Reset()

func (*BlockHeader) String

func (x *BlockHeader) String() string

type BlockHeaderExtended

type BlockHeaderExtended struct {
	Header           *BlockHeader      `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	TransactionCount *TransactionCount `protobuf:"bytes,2,opt,name=transaction_count,json=transactionCount,proto3" json:"transaction_count,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockHeaderExtended) Descriptor deprecated

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

Deprecated: Use BlockHeaderExtended.ProtoReflect.Descriptor instead.

func (*BlockHeaderExtended) GetHeader

func (x *BlockHeaderExtended) GetHeader() *BlockHeader

func (*BlockHeaderExtended) GetTransactionCount

func (x *BlockHeaderExtended) GetTransactionCount() *TransactionCount

func (*BlockHeaderExtended) ProtoMessage

func (*BlockHeaderExtended) ProtoMessage()

func (*BlockHeaderExtended) ProtoReflect

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

func (*BlockHeaderExtended) Reset

func (x *BlockHeaderExtended) Reset()

func (*BlockHeaderExtended) String

func (x *BlockHeaderExtended) String() string

type BlockHeightData

type BlockHeightData struct {
	BlockNumber          uint64 `protobuf:"varint,1,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"`
	BlockHeaderhash      []byte `protobuf:"bytes,2,opt,name=block_headerhash,json=blockHeaderhash,proto3" json:"block_headerhash,omitempty"`
	CumulativeDifficulty []byte `protobuf:"bytes,3,opt,name=cumulative_difficulty,json=cumulativeDifficulty,proto3" json:"cumulative_difficulty,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockHeightData) Descriptor deprecated

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

Deprecated: Use BlockHeightData.ProtoReflect.Descriptor instead.

func (*BlockHeightData) GetBlockHeaderhash

func (x *BlockHeightData) GetBlockHeaderhash() []byte

func (*BlockHeightData) GetBlockNumber

func (x *BlockHeightData) GetBlockNumber() uint64

func (*BlockHeightData) GetCumulativeDifficulty

func (x *BlockHeightData) GetCumulativeDifficulty() []byte

func (*BlockHeightData) ProtoMessage

func (*BlockHeightData) ProtoMessage()

func (*BlockHeightData) ProtoReflect

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

func (*BlockHeightData) Reset

func (x *BlockHeightData) Reset()

func (*BlockHeightData) String

func (x *BlockHeightData) String() string

type BlockMetaData

type BlockMetaData struct {
	BlockDifficulty      []byte   `protobuf:"bytes,1,opt,name=block_difficulty,json=blockDifficulty,proto3" json:"block_difficulty,omitempty"`
	CumulativeDifficulty []byte   `protobuf:"bytes,2,opt,name=cumulative_difficulty,json=cumulativeDifficulty,proto3" json:"cumulative_difficulty,omitempty"`
	ChildHeaderhashes    [][]byte `protobuf:"bytes,3,rep,name=child_headerhashes,json=childHeaderhashes,proto3" json:"child_headerhashes,omitempty"`
	Last_NHeaderhashes   [][]byte `protobuf:"bytes,4,rep,name=last_N_headerhashes,json=lastNHeaderhashes,proto3" json:"last_N_headerhashes,omitempty"` // Keeps last N headerhashes, for measurement of timestamp difference
	// contains filtered or unexported fields
}

func (*BlockMetaData) Descriptor deprecated

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

Deprecated: Use BlockMetaData.ProtoReflect.Descriptor instead.

func (*BlockMetaData) GetBlockDifficulty

func (x *BlockMetaData) GetBlockDifficulty() []byte

func (*BlockMetaData) GetChildHeaderhashes

func (x *BlockMetaData) GetChildHeaderhashes() [][]byte

func (*BlockMetaData) GetCumulativeDifficulty

func (x *BlockMetaData) GetCumulativeDifficulty() []byte

func (*BlockMetaData) GetLast_NHeaderhashes

func (x *BlockMetaData) GetLast_NHeaderhashes() [][]byte

func (*BlockMetaData) ProtoMessage

func (*BlockMetaData) ProtoMessage()

func (*BlockMetaData) ProtoReflect

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

func (*BlockMetaData) Reset

func (x *BlockMetaData) Reset()

func (*BlockMetaData) String

func (x *BlockMetaData) String() string

type BlockMetaDataList

type BlockMetaDataList struct {
	BlockNumberHashes []*BlockMetaData `protobuf:"bytes,1,rep,name=block_number_hashes,json=blockNumberHashes,proto3" json:"block_number_hashes,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockMetaDataList) Descriptor deprecated

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

Deprecated: Use BlockMetaDataList.ProtoReflect.Descriptor instead.

func (*BlockMetaDataList) GetBlockNumberHashes

func (x *BlockMetaDataList) GetBlockNumberHashes() []*BlockMetaData

func (*BlockMetaDataList) ProtoMessage

func (*BlockMetaDataList) ProtoMessage()

func (*BlockMetaDataList) ProtoReflect

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

func (*BlockMetaDataList) Reset

func (x *BlockMetaDataList) Reset()

func (*BlockMetaDataList) String

func (x *BlockMetaDataList) String() string

type BlockNumberMapping

type BlockNumberMapping struct {
	Headerhash     []byte `protobuf:"bytes,1,opt,name=headerhash,proto3" json:"headerhash,omitempty"`
	PrevHeaderhash []byte `protobuf:"bytes,2,opt,name=prev_headerhash,json=prevHeaderhash,proto3" json:"prev_headerhash,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockNumberMapping) Descriptor deprecated

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

Deprecated: Use BlockNumberMapping.ProtoReflect.Descriptor instead.

func (*BlockNumberMapping) GetHeaderhash

func (x *BlockNumberMapping) GetHeaderhash() []byte

func (*BlockNumberMapping) GetPrevHeaderhash

func (x *BlockNumberMapping) GetPrevHeaderhash() []byte

func (*BlockNumberMapping) ProtoMessage

func (*BlockNumberMapping) ProtoMessage()

func (*BlockNumberMapping) ProtoReflect

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

func (*BlockNumberMapping) Reset

func (x *BlockNumberMapping) Reset()

func (*BlockNumberMapping) String

func (x *BlockNumberMapping) String() string

type DataList

type DataList struct {
	Values [][]byte `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*DataList) Descriptor deprecated

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

Deprecated: Use DataList.ProtoReflect.Descriptor instead.

func (*DataList) GetValues

func (x *DataList) GetValues() [][]byte

func (*DataList) ProtoMessage

func (*DataList) ProtoMessage()

func (*DataList) ProtoReflect

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

func (*DataList) Reset

func (x *DataList) Reset()

func (*DataList) String

func (x *DataList) String() string

type DevConfig

type DevConfig struct {
	PrevStateKey          []byte                 `protobuf:"bytes,1,opt,name=prev_state_key,json=prevStateKey,proto3" json:"prev_state_key,omitempty"`
	CurrentStateKey       []byte                 `protobuf:"bytes,2,opt,name=current_state_key,json=currentStateKey,proto3" json:"current_state_key,omitempty"`
	ActivationHeaderHash  []byte                 `protobuf:"bytes,3,opt,name=activation_header_hash,json=activationHeaderHash,proto3" json:"activation_header_hash,omitempty"`
	ActivationBlockNumber uint64                 `` /* 127-byte string literal not displayed */
	Chain                 *DevConfig_Chain       `protobuf:"bytes,5,opt,name=chain,proto3" json:"chain,omitempty"`
	Block                 *DevConfig_Block       `protobuf:"bytes,6,opt,name=block,proto3" json:"block,omitempty"`
	Transaction           *DevConfig_Transaction `protobuf:"bytes,7,opt,name=transaction,proto3" json:"transaction,omitempty"`
	Pow                   *DevConfig_POW         `protobuf:"bytes,8,opt,name=pow,proto3" json:"pow,omitempty"`
	// contains filtered or unexported fields
}

func (*DevConfig) Descriptor deprecated

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

Deprecated: Use DevConfig.ProtoReflect.Descriptor instead.

func (*DevConfig) GetActivationBlockNumber

func (x *DevConfig) GetActivationBlockNumber() uint64

func (*DevConfig) GetActivationHeaderHash

func (x *DevConfig) GetActivationHeaderHash() []byte

func (*DevConfig) GetBlock

func (x *DevConfig) GetBlock() *DevConfig_Block

func (*DevConfig) GetChain

func (x *DevConfig) GetChain() *DevConfig_Chain

func (*DevConfig) GetCurrentStateKey

func (x *DevConfig) GetCurrentStateKey() []byte

func (*DevConfig) GetPow

func (x *DevConfig) GetPow() *DevConfig_POW

func (*DevConfig) GetPrevStateKey

func (x *DevConfig) GetPrevStateKey() []byte

func (*DevConfig) GetTransaction

func (x *DevConfig) GetTransaction() *DevConfig_Transaction

func (*DevConfig) ProtoMessage

func (*DevConfig) ProtoMessage()

func (*DevConfig) ProtoReflect

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

func (*DevConfig) Reset

func (x *DevConfig) Reset()

func (*DevConfig) String

func (x *DevConfig) String() string

type DevConfig_Block

type DevConfig_Block struct {
	MiningNonceOffset     uint64                               `protobuf:"varint,1,opt,name=mining_nonce_offset,json=miningNonceOffset,proto3" json:"mining_nonce_offset,omitempty"`
	ExtraNonceOffset      uint64                               `protobuf:"varint,2,opt,name=extra_nonce_offset,json=extraNonceOffset,proto3" json:"extra_nonce_offset,omitempty"`
	MiningBlobSizeInBytes uint64                               `` /* 131-byte string literal not displayed */
	BlockTimingInSeconds  uint64                               `` /* 126-byte string literal not displayed */
	BlockSizeController   *DevConfig_Block_BlockSizeController `protobuf:"bytes,5,opt,name=block_size_controller,json=blockSizeController,proto3" json:"block_size_controller,omitempty"`
	// contains filtered or unexported fields
}

func (*DevConfig_Block) Descriptor deprecated

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

Deprecated: Use DevConfig_Block.ProtoReflect.Descriptor instead.

func (*DevConfig_Block) GetBlockSizeController

func (x *DevConfig_Block) GetBlockSizeController() *DevConfig_Block_BlockSizeController

func (*DevConfig_Block) GetBlockTimingInSeconds

func (x *DevConfig_Block) GetBlockTimingInSeconds() uint64

func (*DevConfig_Block) GetExtraNonceOffset

func (x *DevConfig_Block) GetExtraNonceOffset() uint64

func (*DevConfig_Block) GetMiningBlobSizeInBytes

func (x *DevConfig_Block) GetMiningBlobSizeInBytes() uint64

func (*DevConfig_Block) GetMiningNonceOffset

func (x *DevConfig_Block) GetMiningNonceOffset() uint64

func (*DevConfig_Block) ProtoMessage

func (*DevConfig_Block) ProtoMessage()

func (*DevConfig_Block) ProtoReflect

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

func (*DevConfig_Block) Reset

func (x *DevConfig_Block) Reset()

func (*DevConfig_Block) String

func (x *DevConfig_Block) String() string

type DevConfig_Block_BlockSizeController

type DevConfig_Block_BlockSizeController struct {
	NumberOfBlocksAnalyze    uint64 ``                                                                                                         /* 129-byte string literal not displayed */
	SizeMultiplier           uint64 `protobuf:"varint,2,opt,name=size_multiplier,json=sizeMultiplier,proto3" json:"size_multiplier,omitempty"` // Support upto 2 decimal places
	BlockMinSizeLimitInBytes uint64 ``                                                                                                         /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DevConfig_Block_BlockSizeController) Descriptor deprecated

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

Deprecated: Use DevConfig_Block_BlockSizeController.ProtoReflect.Descriptor instead.

func (*DevConfig_Block_BlockSizeController) GetBlockMinSizeLimitInBytes

func (x *DevConfig_Block_BlockSizeController) GetBlockMinSizeLimitInBytes() uint64

func (*DevConfig_Block_BlockSizeController) GetNumberOfBlocksAnalyze

func (x *DevConfig_Block_BlockSizeController) GetNumberOfBlocksAnalyze() uint64

func (*DevConfig_Block_BlockSizeController) GetSizeMultiplier

func (x *DevConfig_Block_BlockSizeController) GetSizeMultiplier() uint64

func (*DevConfig_Block_BlockSizeController) ProtoMessage

func (*DevConfig_Block_BlockSizeController) ProtoMessage()

func (*DevConfig_Block_BlockSizeController) ProtoReflect

func (*DevConfig_Block_BlockSizeController) Reset

func (*DevConfig_Block_BlockSizeController) String

type DevConfig_Chain

type DevConfig_Chain struct {
	ReorgLimit                      uint64 `protobuf:"varint,1,opt,name=reorg_limit,json=reorgLimit,proto3" json:"reorg_limit,omitempty"`
	MaxCoinSupply                   uint64 `protobuf:"varint,2,opt,name=max_coin_supply,json=maxCoinSupply,proto3" json:"max_coin_supply,omitempty"`
	CompleteEmissionTimeSpanInYears uint64 `` /* 163-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DevConfig_Chain) Descriptor deprecated

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

Deprecated: Use DevConfig_Chain.ProtoReflect.Descriptor instead.

func (*DevConfig_Chain) GetCompleteEmissionTimeSpanInYears

func (x *DevConfig_Chain) GetCompleteEmissionTimeSpanInYears() uint64

func (*DevConfig_Chain) GetMaxCoinSupply

func (x *DevConfig_Chain) GetMaxCoinSupply() uint64

func (*DevConfig_Chain) GetReorgLimit

func (x *DevConfig_Chain) GetReorgLimit() uint64

func (*DevConfig_Chain) ProtoMessage

func (*DevConfig_Chain) ProtoMessage()

func (*DevConfig_Chain) ProtoReflect

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

func (*DevConfig_Chain) Reset

func (x *DevConfig_Chain) Reset()

func (*DevConfig_Chain) String

func (x *DevConfig_Chain) String() string

type DevConfig_POW

type DevConfig_POW struct {
	NMeasurement uint64 `protobuf:"varint,1,opt,name=N_measurement,json=NMeasurement,proto3" json:"N_measurement,omitempty"`
	Kp           uint64 `protobuf:"varint,2,opt,name=kp,proto3" json:"kp,omitempty"`
	// contains filtered or unexported fields
}

func (*DevConfig_POW) Descriptor deprecated

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

Deprecated: Use DevConfig_POW.ProtoReflect.Descriptor instead.

func (*DevConfig_POW) GetKp

func (x *DevConfig_POW) GetKp() uint64

func (*DevConfig_POW) GetNMeasurement

func (x *DevConfig_POW) GetNMeasurement() uint64

func (*DevConfig_POW) ProtoMessage

func (*DevConfig_POW) ProtoMessage()

func (*DevConfig_POW) ProtoReflect

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

func (*DevConfig_POW) Reset

func (x *DevConfig_POW) Reset()

func (*DevConfig_POW) String

func (x *DevConfig_POW) String() string

type DevConfig_Transaction

type DevConfig_Transaction struct {
	MultiOutputLimit   uint64                                    `protobuf:"varint,1,opt,name=multi_output_limit,json=multiOutputLimit,proto3" json:"multi_output_limit,omitempty"`
	Message            *DevConfig_Transaction_Message            `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Slave              *DevConfig_Transaction_Slave              `protobuf:"bytes,3,opt,name=slave,proto3" json:"slave,omitempty"`
	Token              *DevConfig_Transaction_Token              `protobuf:"bytes,4,opt,name=token,proto3" json:"token,omitempty"`
	Lattice            *DevConfig_Transaction_Lattice            `protobuf:"bytes,5,opt,name=lattice,proto3" json:"lattice,omitempty"`
	FoundationMultiSig *DevConfig_Transaction_FoundationMultiSig `protobuf:"bytes,6,opt,name=foundation_multi_sig,json=foundationMultiSig,proto3" json:"foundation_multi_sig,omitempty"`
	Proposal           *DevConfig_Transaction_Proposal           `protobuf:"bytes,7,opt,name=proposal,proto3" json:"proposal,omitempty"`
	// contains filtered or unexported fields
}

func (*DevConfig_Transaction) Descriptor deprecated

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

Deprecated: Use DevConfig_Transaction.ProtoReflect.Descriptor instead.

func (*DevConfig_Transaction) GetFoundationMultiSig

func (*DevConfig_Transaction) GetLattice

func (*DevConfig_Transaction) GetMessage

func (*DevConfig_Transaction) GetMultiOutputLimit

func (x *DevConfig_Transaction) GetMultiOutputLimit() uint64

func (*DevConfig_Transaction) GetProposal

func (*DevConfig_Transaction) GetSlave

func (*DevConfig_Transaction) GetToken

func (*DevConfig_Transaction) ProtoMessage

func (*DevConfig_Transaction) ProtoMessage()

func (*DevConfig_Transaction) ProtoReflect

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

func (*DevConfig_Transaction) Reset

func (x *DevConfig_Transaction) Reset()

func (*DevConfig_Transaction) String

func (x *DevConfig_Transaction) String() string

type DevConfig_Transaction_FoundationMultiSig

type DevConfig_Transaction_FoundationMultiSig struct {
	ThresholdPercentage uint64 `protobuf:"varint,1,opt,name=threshold_percentage,json=thresholdPercentage,proto3" json:"threshold_percentage,omitempty"` // Support upto 2 decimal places
	// contains filtered or unexported fields
}

func (*DevConfig_Transaction_FoundationMultiSig) Descriptor deprecated

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

Deprecated: Use DevConfig_Transaction_FoundationMultiSig.ProtoReflect.Descriptor instead.

func (*DevConfig_Transaction_FoundationMultiSig) GetThresholdPercentage

func (x *DevConfig_Transaction_FoundationMultiSig) GetThresholdPercentage() uint64

func (*DevConfig_Transaction_FoundationMultiSig) ProtoMessage

func (*DevConfig_Transaction_FoundationMultiSig) ProtoReflect

func (*DevConfig_Transaction_FoundationMultiSig) Reset

func (*DevConfig_Transaction_FoundationMultiSig) String

type DevConfig_Transaction_Lattice

type DevConfig_Transaction_Lattice struct {
	Pk1MaxLength uint64 `protobuf:"varint,1,opt,name=pk1_max_length,json=pk1MaxLength,proto3" json:"pk1_max_length,omitempty"`
	Pk2MaxLength uint64 `protobuf:"varint,2,opt,name=pk2_max_length,json=pk2MaxLength,proto3" json:"pk2_max_length,omitempty"`
	Pk3MaxLength uint64 `protobuf:"varint,3,opt,name=pk3_max_length,json=pk3MaxLength,proto3" json:"pk3_max_length,omitempty"`
	// contains filtered or unexported fields
}

func (*DevConfig_Transaction_Lattice) Descriptor deprecated

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

Deprecated: Use DevConfig_Transaction_Lattice.ProtoReflect.Descriptor instead.

func (*DevConfig_Transaction_Lattice) GetPk1MaxLength

func (x *DevConfig_Transaction_Lattice) GetPk1MaxLength() uint64

func (*DevConfig_Transaction_Lattice) GetPk2MaxLength

func (x *DevConfig_Transaction_Lattice) GetPk2MaxLength() uint64

func (*DevConfig_Transaction_Lattice) GetPk3MaxLength

func (x *DevConfig_Transaction_Lattice) GetPk3MaxLength() uint64

func (*DevConfig_Transaction_Lattice) ProtoMessage

func (*DevConfig_Transaction_Lattice) ProtoMessage()

func (*DevConfig_Transaction_Lattice) ProtoReflect

func (*DevConfig_Transaction_Lattice) Reset

func (x *DevConfig_Transaction_Lattice) Reset()

func (*DevConfig_Transaction_Lattice) String

type DevConfig_Transaction_Message

type DevConfig_Transaction_Message struct {
	MaxLength uint64 `protobuf:"varint,1,opt,name=max_length,json=maxLength,proto3" json:"max_length,omitempty"`
	// contains filtered or unexported fields
}

func (*DevConfig_Transaction_Message) Descriptor deprecated

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

Deprecated: Use DevConfig_Transaction_Message.ProtoReflect.Descriptor instead.

func (*DevConfig_Transaction_Message) GetMaxLength

func (x *DevConfig_Transaction_Message) GetMaxLength() uint64

func (*DevConfig_Transaction_Message) ProtoMessage

func (*DevConfig_Transaction_Message) ProtoMessage()

func (*DevConfig_Transaction_Message) ProtoReflect

func (*DevConfig_Transaction_Message) Reset

func (x *DevConfig_Transaction_Message) Reset()

func (*DevConfig_Transaction_Message) String

type DevConfig_Transaction_Proposal

type DevConfig_Transaction_Proposal struct {
	ThresholdPer                  uint64   `protobuf:"varint,1,opt,name=threshold_per,json=thresholdPer,proto3" json:"threshold_per,omitempty"`      // Support upto 2 decimal places
	DefaultOptions                []string `protobuf:"bytes,2,rep,name=default_options,json=defaultOptions,proto3" json:"default_options,omitempty"` // Convention: All strings must be in capital letters
	DescriptionMaxLength          uint64   `protobuf:"varint,3,opt,name=description_max_length,json=descriptionMaxLength,proto3" json:"description_max_length,omitempty"`
	OptionsMaxNumber              uint64   `protobuf:"varint,4,opt,name=options_max_number,json=optionsMaxNumber,proto3" json:"options_max_number,omitempty"`
	OptionMaxTextLength           uint64   `protobuf:"varint,5,opt,name=option_max_text_length,json=optionMaxTextLength,proto3" json:"option_max_text_length,omitempty"`
	ProposalConfigActivationDelay uint64   `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DevConfig_Transaction_Proposal) Descriptor deprecated

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

Deprecated: Use DevConfig_Transaction_Proposal.ProtoReflect.Descriptor instead.

func (*DevConfig_Transaction_Proposal) GetDefaultOptions

func (x *DevConfig_Transaction_Proposal) GetDefaultOptions() []string

func (*DevConfig_Transaction_Proposal) GetDescriptionMaxLength

func (x *DevConfig_Transaction_Proposal) GetDescriptionMaxLength() uint64

func (*DevConfig_Transaction_Proposal) GetOptionMaxTextLength

func (x *DevConfig_Transaction_Proposal) GetOptionMaxTextLength() uint64

func (*DevConfig_Transaction_Proposal) GetOptionsMaxNumber

func (x *DevConfig_Transaction_Proposal) GetOptionsMaxNumber() uint64

func (*DevConfig_Transaction_Proposal) GetProposalConfigActivationDelay

func (x *DevConfig_Transaction_Proposal) GetProposalConfigActivationDelay() uint64

func (*DevConfig_Transaction_Proposal) GetThresholdPer

func (x *DevConfig_Transaction_Proposal) GetThresholdPer() uint64

func (*DevConfig_Transaction_Proposal) ProtoMessage

func (*DevConfig_Transaction_Proposal) ProtoMessage()

func (*DevConfig_Transaction_Proposal) ProtoReflect

func (*DevConfig_Transaction_Proposal) Reset

func (x *DevConfig_Transaction_Proposal) Reset()

func (*DevConfig_Transaction_Proposal) String

type DevConfig_Transaction_Slave

type DevConfig_Transaction_Slave struct {
	SlavePkMaxLength uint64 `protobuf:"varint,2,opt,name=slave_pk_max_length,json=slavePkMaxLength,proto3" json:"slave_pk_max_length,omitempty"`
	// contains filtered or unexported fields
}

func (*DevConfig_Transaction_Slave) Descriptor deprecated

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

Deprecated: Use DevConfig_Transaction_Slave.ProtoReflect.Descriptor instead.

func (*DevConfig_Transaction_Slave) GetSlavePkMaxLength

func (x *DevConfig_Transaction_Slave) GetSlavePkMaxLength() uint64

func (*DevConfig_Transaction_Slave) ProtoMessage

func (*DevConfig_Transaction_Slave) ProtoMessage()

func (*DevConfig_Transaction_Slave) ProtoReflect

func (*DevConfig_Transaction_Slave) Reset

func (x *DevConfig_Transaction_Slave) Reset()

func (*DevConfig_Transaction_Slave) String

func (x *DevConfig_Transaction_Slave) String() string

type DevConfig_Transaction_Token

type DevConfig_Transaction_Token struct {
	SymbolMaxLength uint64 `protobuf:"varint,1,opt,name=symbol_max_length,json=symbolMaxLength,proto3" json:"symbol_max_length,omitempty"`
	NameMaxLength   uint64 `protobuf:"varint,2,opt,name=name_max_length,json=nameMaxLength,proto3" json:"name_max_length,omitempty"`
	// contains filtered or unexported fields
}

func (*DevConfig_Transaction_Token) Descriptor deprecated

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

Deprecated: Use DevConfig_Transaction_Token.ProtoReflect.Descriptor instead.

func (*DevConfig_Transaction_Token) GetNameMaxLength

func (x *DevConfig_Transaction_Token) GetNameMaxLength() uint64

func (*DevConfig_Transaction_Token) GetSymbolMaxLength

func (x *DevConfig_Transaction_Token) GetSymbolMaxLength() uint64

func (*DevConfig_Transaction_Token) ProtoMessage

func (*DevConfig_Transaction_Token) ProtoMessage()

func (*DevConfig_Transaction_Token) ProtoReflect

func (*DevConfig_Transaction_Token) Reset

func (x *DevConfig_Transaction_Token) Reset()

func (*DevConfig_Transaction_Token) String

func (x *DevConfig_Transaction_Token) String() string

type Empty

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

* Empty message definition

func (*Empty) Descriptor deprecated

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

Deprecated: Use Empty.ProtoReflect.Descriptor instead.

func (*Empty) ProtoMessage

func (*Empty) ProtoMessage()

func (*Empty) ProtoReflect

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

func (*Empty) Reset

func (x *Empty) Reset()

func (*Empty) String

func (x *Empty) String() string

type EncryptedEphemeralMessage

type EncryptedEphemeralMessage struct {
	MsgId   []byte                             `protobuf:"bytes,1,opt,name=msg_id,json=msgId,proto3" json:"msg_id,omitempty"` // b'NEW' or PRF
	Ttl     uint64                             `protobuf:"varint,2,opt,name=ttl,proto3" json:"ttl,omitempty"`                 // Expiry Timestamp in seconds
	Ttr     uint64                             `protobuf:"varint,3,opt,name=ttr,proto3" json:"ttr,omitempty"`                 // Time to relay
	Channel *EncryptedEphemeralMessage_Channel `protobuf:"bytes,5,opt,name=channel,proto3" json:"channel,omitempty"`
	Nonce   uint64                             `protobuf:"varint,6,opt,name=nonce,proto3" json:"nonce,omitempty"`    // nonce
	Payload []byte                             `protobuf:"bytes,7,opt,name=payload,proto3" json:"payload,omitempty"` // JSON content, encrypted by aes256_symkey
	// contains filtered or unexported fields
}

func (*EncryptedEphemeralMessage) Descriptor deprecated

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

Deprecated: Use EncryptedEphemeralMessage.ProtoReflect.Descriptor instead.

func (*EncryptedEphemeralMessage) GetChannel

func (*EncryptedEphemeralMessage) GetMsgId

func (x *EncryptedEphemeralMessage) GetMsgId() []byte

func (*EncryptedEphemeralMessage) GetNonce

func (x *EncryptedEphemeralMessage) GetNonce() uint64

func (*EncryptedEphemeralMessage) GetPayload

func (x *EncryptedEphemeralMessage) GetPayload() []byte

func (*EncryptedEphemeralMessage) GetTtl

func (x *EncryptedEphemeralMessage) GetTtl() uint64

func (*EncryptedEphemeralMessage) GetTtr

func (x *EncryptedEphemeralMessage) GetTtr() uint64

func (*EncryptedEphemeralMessage) ProtoMessage

func (*EncryptedEphemeralMessage) ProtoMessage()

func (*EncryptedEphemeralMessage) ProtoReflect

func (*EncryptedEphemeralMessage) Reset

func (x *EncryptedEphemeralMessage) Reset()

func (*EncryptedEphemeralMessage) String

func (x *EncryptedEphemeralMessage) String() string

type EncryptedEphemeralMessage_Channel

type EncryptedEphemeralMessage_Channel struct {
	EncAes256Symkey []byte `protobuf:"bytes,4,opt,name=enc_aes256_symkey,json=encAes256Symkey,proto3" json:"enc_aes256_symkey,omitempty"` // aes256_symkey encrypted by kyber
	// contains filtered or unexported fields
}

func (*EncryptedEphemeralMessage_Channel) Descriptor deprecated

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

Deprecated: Use EncryptedEphemeralMessage_Channel.ProtoReflect.Descriptor instead.

func (*EncryptedEphemeralMessage_Channel) GetEncAes256Symkey

func (x *EncryptedEphemeralMessage_Channel) GetEncAes256Symkey() []byte

func (*EncryptedEphemeralMessage_Channel) ProtoMessage

func (*EncryptedEphemeralMessage_Channel) ProtoMessage()

func (*EncryptedEphemeralMessage_Channel) ProtoReflect

func (*EncryptedEphemeralMessage_Channel) Reset

func (*EncryptedEphemeralMessage_Channel) String

type GenesisBalance

type GenesisBalance struct {
	Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` // Address is string only here to increase visibility
	Balance uint64 `protobuf:"varint,2,opt,name=balance,proto3" json:"balance,omitempty"`
	// contains filtered or unexported fields
}

func (*GenesisBalance) Descriptor deprecated

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

Deprecated: Use GenesisBalance.ProtoReflect.Descriptor instead.

func (*GenesisBalance) GetAddress

func (x *GenesisBalance) GetAddress() []byte

func (*GenesisBalance) GetBalance

func (x *GenesisBalance) GetBalance() uint64

func (*GenesisBalance) ProtoMessage

func (*GenesisBalance) ProtoMessage()

func (*GenesisBalance) ProtoReflect

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

func (*GenesisBalance) Reset

func (x *GenesisBalance) Reset()

func (*GenesisBalance) String

func (x *GenesisBalance) String() string

type GetAddressFromPKReq

type GetAddressFromPKReq struct {
	Pk []byte `protobuf:"bytes,1,opt,name=pk,proto3" json:"pk,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAddressFromPKReq) Descriptor deprecated

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

Deprecated: Use GetAddressFromPKReq.ProtoReflect.Descriptor instead.

func (*GetAddressFromPKReq) GetPk

func (x *GetAddressFromPKReq) GetPk() []byte

func (*GetAddressFromPKReq) ProtoMessage

func (*GetAddressFromPKReq) ProtoMessage()

func (*GetAddressFromPKReq) ProtoReflect

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

func (*GetAddressFromPKReq) Reset

func (x *GetAddressFromPKReq) Reset()

func (*GetAddressFromPKReq) String

func (x *GetAddressFromPKReq) String() string

type GetAddressFromPKResp

type GetAddressFromPKResp struct {
	Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAddressFromPKResp) Descriptor deprecated

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

Deprecated: Use GetAddressFromPKResp.ProtoReflect.Descriptor instead.

func (*GetAddressFromPKResp) GetAddress

func (x *GetAddressFromPKResp) GetAddress() []byte

func (*GetAddressFromPKResp) ProtoMessage

func (*GetAddressFromPKResp) ProtoMessage()

func (*GetAddressFromPKResp) ProtoReflect

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

func (*GetAddressFromPKResp) Reset

func (x *GetAddressFromPKResp) Reset()

func (*GetAddressFromPKResp) String

func (x *GetAddressFromPKResp) String() string

type GetAddressStateReq

type GetAddressStateReq struct {
	Address                  []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	ExcludeOtsBitfield       bool   `protobuf:"varint,2,opt,name=exclude_ots_bitfield,json=excludeOtsBitfield,proto3" json:"exclude_ots_bitfield,omitempty"`
	ExcludeTransactionHashes bool   `` /* 136-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetAddressStateReq) Descriptor deprecated

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

Deprecated: Use GetAddressStateReq.ProtoReflect.Descriptor instead.

func (*GetAddressStateReq) GetAddress

func (x *GetAddressStateReq) GetAddress() []byte

func (*GetAddressStateReq) GetExcludeOtsBitfield

func (x *GetAddressStateReq) GetExcludeOtsBitfield() bool

func (*GetAddressStateReq) GetExcludeTransactionHashes

func (x *GetAddressStateReq) GetExcludeTransactionHashes() bool

func (*GetAddressStateReq) ProtoMessage

func (*GetAddressStateReq) ProtoMessage()

func (*GetAddressStateReq) ProtoReflect

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

func (*GetAddressStateReq) Reset

func (x *GetAddressStateReq) Reset()

func (*GetAddressStateReq) String

func (x *GetAddressStateReq) String() string

type GetAddressStateResp

type GetAddressStateResp struct {
	State *AddressState `protobuf:"bytes,1,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAddressStateResp) Descriptor deprecated

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

Deprecated: Use GetAddressStateResp.ProtoReflect.Descriptor instead.

func (*GetAddressStateResp) GetState

func (x *GetAddressStateResp) GetState() *AddressState

func (*GetAddressStateResp) ProtoMessage

func (*GetAddressStateResp) ProtoMessage()

func (*GetAddressStateResp) ProtoReflect

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

func (*GetAddressStateResp) Reset

func (x *GetAddressStateResp) Reset()

func (*GetAddressStateResp) String

func (x *GetAddressStateResp) String() string

type GetBalanceReq

type GetBalanceReq struct {
	Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBalanceReq) Descriptor deprecated

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

Deprecated: Use GetBalanceReq.ProtoReflect.Descriptor instead.

func (*GetBalanceReq) GetAddress

func (x *GetBalanceReq) GetAddress() []byte

func (*GetBalanceReq) ProtoMessage

func (*GetBalanceReq) ProtoMessage()

func (*GetBalanceReq) ProtoReflect

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

func (*GetBalanceReq) Reset

func (x *GetBalanceReq) Reset()

func (*GetBalanceReq) String

func (x *GetBalanceReq) String() string

type GetBalanceResp

type GetBalanceResp struct {
	Balance uint64 `protobuf:"varint,1,opt,name=balance,proto3" json:"balance,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBalanceResp) Descriptor deprecated

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

Deprecated: Use GetBalanceResp.ProtoReflect.Descriptor instead.

func (*GetBalanceResp) GetBalance

func (x *GetBalanceResp) GetBalance() uint64

func (*GetBalanceResp) ProtoMessage

func (*GetBalanceResp) ProtoMessage()

func (*GetBalanceResp) ProtoReflect

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

func (*GetBalanceResp) Reset

func (x *GetBalanceResp) Reset()

func (*GetBalanceResp) String

func (x *GetBalanceResp) String() string

type GetBlockByNumberReq

type GetBlockByNumberReq struct {
	BlockNumber uint64 `protobuf:"varint,1,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBlockByNumberReq) Descriptor deprecated

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

Deprecated: Use GetBlockByNumberReq.ProtoReflect.Descriptor instead.

func (*GetBlockByNumberReq) GetBlockNumber

func (x *GetBlockByNumberReq) GetBlockNumber() uint64

func (*GetBlockByNumberReq) ProtoMessage

func (*GetBlockByNumberReq) ProtoMessage()

func (*GetBlockByNumberReq) ProtoReflect

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

func (*GetBlockByNumberReq) Reset

func (x *GetBlockByNumberReq) Reset()

func (*GetBlockByNumberReq) String

func (x *GetBlockByNumberReq) String() string

type GetBlockByNumberResp

type GetBlockByNumberResp struct {
	Block *Block `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBlockByNumberResp) Descriptor deprecated

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

Deprecated: Use GetBlockByNumberResp.ProtoReflect.Descriptor instead.

func (*GetBlockByNumberResp) GetBlock

func (x *GetBlockByNumberResp) GetBlock() *Block

func (*GetBlockByNumberResp) ProtoMessage

func (*GetBlockByNumberResp) ProtoMessage()

func (*GetBlockByNumberResp) ProtoReflect

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

func (*GetBlockByNumberResp) Reset

func (x *GetBlockByNumberResp) Reset()

func (*GetBlockByNumberResp) String

func (x *GetBlockByNumberResp) String() string

type GetBlockReq

type GetBlockReq struct {
	HeaderHash []byte `protobuf:"bytes,1,opt,name=header_hash,json=headerHash,proto3" json:"header_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBlockReq) Descriptor deprecated

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

Deprecated: Use GetBlockReq.ProtoReflect.Descriptor instead.

func (*GetBlockReq) GetHeaderHash

func (x *GetBlockReq) GetHeaderHash() []byte

func (*GetBlockReq) ProtoMessage

func (*GetBlockReq) ProtoMessage()

func (*GetBlockReq) ProtoReflect

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

func (*GetBlockReq) Reset

func (x *GetBlockReq) Reset()

func (*GetBlockReq) String

func (x *GetBlockReq) String() string

type GetBlockResp

type GetBlockResp struct {
	Block *Block `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBlockResp) Descriptor deprecated

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

Deprecated: Use GetBlockResp.ProtoReflect.Descriptor instead.

func (*GetBlockResp) GetBlock

func (x *GetBlockResp) GetBlock() *Block

func (*GetBlockResp) ProtoMessage

func (*GetBlockResp) ProtoMessage()

func (*GetBlockResp) ProtoReflect

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

func (*GetBlockResp) Reset

func (x *GetBlockResp) Reset()

func (*GetBlockResp) String

func (x *GetBlockResp) String() string

type GetChainStatsReq

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

func (*GetChainStatsReq) Descriptor deprecated

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

Deprecated: Use GetChainStatsReq.ProtoReflect.Descriptor instead.

func (*GetChainStatsReq) ProtoMessage

func (*GetChainStatsReq) ProtoMessage()

func (*GetChainStatsReq) ProtoReflect

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

func (*GetChainStatsReq) Reset

func (x *GetChainStatsReq) Reset()

func (*GetChainStatsReq) String

func (x *GetChainStatsReq) String() string

type GetChainStatsResp

type GetChainStatsResp struct {
	StateSize   uint64 `protobuf:"varint,1,opt,name=state_size,json=stateSize,proto3" json:"state_size,omitempty"`        // whole state folder size in bytes
	StateSizeMb string `protobuf:"bytes,2,opt,name=state_size_mb,json=stateSizeMb,proto3" json:"state_size_mb,omitempty"` // megabytes
	StateSizeGb string `protobuf:"bytes,3,opt,name=state_size_gb,json=stateSizeGb,proto3" json:"state_size_gb,omitempty"` // gigabytes
	// contains filtered or unexported fields
}

func (*GetChainStatsResp) Descriptor deprecated

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

Deprecated: Use GetChainStatsResp.ProtoReflect.Descriptor instead.

func (*GetChainStatsResp) GetStateSize

func (x *GetChainStatsResp) GetStateSize() uint64

func (*GetChainStatsResp) GetStateSizeGb

func (x *GetChainStatsResp) GetStateSizeGb() string

func (*GetChainStatsResp) GetStateSizeMb

func (x *GetChainStatsResp) GetStateSizeMb() string

func (*GetChainStatsResp) ProtoMessage

func (*GetChainStatsResp) ProtoMessage()

func (*GetChainStatsResp) ProtoReflect

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

func (*GetChainStatsResp) Reset

func (x *GetChainStatsResp) Reset()

func (*GetChainStatsResp) String

func (x *GetChainStatsResp) String() string

type GetHeightReq

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

func (*GetHeightReq) Descriptor deprecated

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

Deprecated: Use GetHeightReq.ProtoReflect.Descriptor instead.

func (*GetHeightReq) ProtoMessage

func (*GetHeightReq) ProtoMessage()

func (*GetHeightReq) ProtoReflect

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

func (*GetHeightReq) Reset

func (x *GetHeightReq) Reset()

func (*GetHeightReq) String

func (x *GetHeightReq) String() string

type GetHeightResp

type GetHeightResp struct {
	Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
	// contains filtered or unexported fields
}

func (*GetHeightResp) Descriptor deprecated

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

Deprecated: Use GetHeightResp.ProtoReflect.Descriptor instead.

func (*GetHeightResp) GetHeight

func (x *GetHeightResp) GetHeight() uint64

func (*GetHeightResp) ProtoMessage

func (*GetHeightResp) ProtoMessage()

func (*GetHeightResp) ProtoReflect

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

func (*GetHeightResp) Reset

func (x *GetHeightResp) Reset()

func (*GetHeightResp) String

func (x *GetHeightResp) String() string

type GetInboxMessagesByAddressResp

type GetInboxMessagesByAddressResp struct {
	TransactionsDetail []*GetTransactionResp `protobuf:"bytes,1,rep,name=transactions_detail,json=transactionsDetail,proto3" json:"transactions_detail,omitempty"`
	// contains filtered or unexported fields
}

func (*GetInboxMessagesByAddressResp) Descriptor deprecated

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

Deprecated: Use GetInboxMessagesByAddressResp.ProtoReflect.Descriptor instead.

func (*GetInboxMessagesByAddressResp) GetTransactionsDetail

func (x *GetInboxMessagesByAddressResp) GetTransactionsDetail() []*GetTransactionResp

func (*GetInboxMessagesByAddressResp) ProtoMessage

func (*GetInboxMessagesByAddressResp) ProtoMessage()

func (*GetInboxMessagesByAddressResp) ProtoReflect

func (*GetInboxMessagesByAddressResp) Reset

func (x *GetInboxMessagesByAddressResp) Reset()

func (*GetInboxMessagesByAddressResp) String

type GetKnownPeersReq

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

* Represents a query to get known peers

func (*GetKnownPeersReq) Descriptor deprecated

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

Deprecated: Use GetKnownPeersReq.ProtoReflect.Descriptor instead.

func (*GetKnownPeersReq) ProtoMessage

func (*GetKnownPeersReq) ProtoMessage()

func (*GetKnownPeersReq) ProtoReflect

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

func (*GetKnownPeersReq) Reset

func (x *GetKnownPeersReq) Reset()

func (*GetKnownPeersReq) String

func (x *GetKnownPeersReq) String() string

type GetKnownPeersResp

type GetKnownPeersResp struct {
	NodeInfo   *NodeInfo `protobuf:"bytes,1,opt,name=node_info,json=nodeInfo,proto3" json:"node_info,omitempty"`       // NodeInfo object containing node state information
	KnownPeers []*Peer   `protobuf:"bytes,2,rep,name=known_peers,json=knownPeers,proto3" json:"known_peers,omitempty"` // List of Peer objects containing peer nodes detailed information
	// contains filtered or unexported fields
}

* Represents the reply message to known peers query

func (*GetKnownPeersResp) Descriptor deprecated

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

Deprecated: Use GetKnownPeersResp.ProtoReflect.Descriptor instead.

func (*GetKnownPeersResp) GetKnownPeers

func (x *GetKnownPeersResp) GetKnownPeers() []*Peer

func (*GetKnownPeersResp) GetNodeInfo

func (x *GetKnownPeersResp) GetNodeInfo() *NodeInfo

func (*GetKnownPeersResp) ProtoMessage

func (*GetKnownPeersResp) ProtoMessage()

func (*GetKnownPeersResp) ProtoReflect

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

func (*GetKnownPeersResp) Reset

func (x *GetKnownPeersResp) Reset()

func (*GetKnownPeersResp) String

func (x *GetKnownPeersResp) String() string

type GetLatestDataReq

type GetLatestDataReq struct {
	Filter   GetLatestDataReq_Filter `protobuf:"varint,1,opt,name=filter,proto3,enum=qrl.GetLatestDataReq_Filter" json:"filter,omitempty"`
	Offset   uint32                  `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`     // Offset in the result list (works backwards in this case)
	Quantity uint32                  `protobuf:"varint,3,opt,name=quantity,proto3" json:"quantity,omitempty"` // Number of items to retrive. Capped at 100
	// contains filtered or unexported fields
}

func (*GetLatestDataReq) Descriptor deprecated

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

Deprecated: Use GetLatestDataReq.ProtoReflect.Descriptor instead.

func (*GetLatestDataReq) GetFilter

func (*GetLatestDataReq) GetOffset

func (x *GetLatestDataReq) GetOffset() uint32

func (*GetLatestDataReq) GetQuantity

func (x *GetLatestDataReq) GetQuantity() uint32

func (*GetLatestDataReq) ProtoMessage

func (*GetLatestDataReq) ProtoMessage()

func (*GetLatestDataReq) ProtoReflect

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

func (*GetLatestDataReq) Reset

func (x *GetLatestDataReq) Reset()

func (*GetLatestDataReq) String

func (x *GetLatestDataReq) String() string

type GetLatestDataReq_Filter

type GetLatestDataReq_Filter int32
const (
	GetLatestDataReq_ALL                      GetLatestDataReq_Filter = 0
	GetLatestDataReq_BLOCKHEADERS             GetLatestDataReq_Filter = 1
	GetLatestDataReq_TRANSACTIONS             GetLatestDataReq_Filter = 2
	GetLatestDataReq_TRANSACTIONS_UNCONFIRMED GetLatestDataReq_Filter = 3
)

func (GetLatestDataReq_Filter) Descriptor

func (GetLatestDataReq_Filter) Enum

func (GetLatestDataReq_Filter) EnumDescriptor deprecated

func (GetLatestDataReq_Filter) EnumDescriptor() ([]byte, []int)

Deprecated: Use GetLatestDataReq_Filter.Descriptor instead.

func (GetLatestDataReq_Filter) Number

func (GetLatestDataReq_Filter) String

func (x GetLatestDataReq_Filter) String() string

func (GetLatestDataReq_Filter) Type

type GetLatestDataResp

type GetLatestDataResp struct {
	Blockheaders            []*BlockHeaderExtended `protobuf:"bytes,1,rep,name=blockheaders,proto3" json:"blockheaders,omitempty"`
	Transactions            []*TransactionExtended `protobuf:"bytes,2,rep,name=transactions,proto3" json:"transactions,omitempty"`
	TransactionsUnconfirmed []*TransactionExtended `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetLatestDataResp) Descriptor deprecated

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

Deprecated: Use GetLatestDataResp.ProtoReflect.Descriptor instead.

func (*GetLatestDataResp) GetBlockheaders

func (x *GetLatestDataResp) GetBlockheaders() []*BlockHeaderExtended

func (*GetLatestDataResp) GetTransactions

func (x *GetLatestDataResp) GetTransactions() []*TransactionExtended

func (*GetLatestDataResp) GetTransactionsUnconfirmed

func (x *GetLatestDataResp) GetTransactionsUnconfirmed() []*TransactionExtended

func (*GetLatestDataResp) ProtoMessage

func (*GetLatestDataResp) ProtoMessage()

func (*GetLatestDataResp) ProtoReflect

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

func (*GetLatestDataResp) Reset

func (x *GetLatestDataResp) Reset()

func (*GetLatestDataResp) String

func (x *GetLatestDataResp) String() string

type GetLatticePKsByAddressResp

type GetLatticePKsByAddressResp struct {
	LatticePksDetail []*LatticePKsDetail `protobuf:"bytes,1,rep,name=lattice_pks_detail,json=latticePksDetail,proto3" json:"lattice_pks_detail,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLatticePKsByAddressResp) Descriptor deprecated

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

Deprecated: Use GetLatticePKsByAddressResp.ProtoReflect.Descriptor instead.

func (*GetLatticePKsByAddressResp) GetLatticePksDetail

func (x *GetLatticePKsByAddressResp) GetLatticePksDetail() []*LatticePKsDetail

func (*GetLatticePKsByAddressResp) ProtoMessage

func (*GetLatticePKsByAddressResp) ProtoMessage()

func (*GetLatticePKsByAddressResp) ProtoReflect

func (*GetLatticePKsByAddressResp) Reset

func (x *GetLatticePKsByAddressResp) Reset()

func (*GetLatticePKsByAddressResp) String

func (x *GetLatticePKsByAddressResp) String() string

type GetLocalAddressesReq

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

func (*GetLocalAddressesReq) Descriptor deprecated

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

Deprecated: Use GetLocalAddressesReq.ProtoReflect.Descriptor instead.

func (*GetLocalAddressesReq) ProtoMessage

func (*GetLocalAddressesReq) ProtoMessage()

func (*GetLocalAddressesReq) ProtoReflect

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

func (*GetLocalAddressesReq) Reset

func (x *GetLocalAddressesReq) Reset()

func (*GetLocalAddressesReq) String

func (x *GetLocalAddressesReq) String() string

type GetLocalAddressesResp

type GetLocalAddressesResp struct {
	Addresses [][]byte `protobuf:"bytes,1,rep,name=addresses,proto3" json:"addresses,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLocalAddressesResp) Descriptor deprecated

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

Deprecated: Use GetLocalAddressesResp.ProtoReflect.Descriptor instead.

func (*GetLocalAddressesResp) GetAddresses

func (x *GetLocalAddressesResp) GetAddresses() [][]byte

func (*GetLocalAddressesResp) ProtoMessage

func (*GetLocalAddressesResp) ProtoMessage()

func (*GetLocalAddressesResp) ProtoReflect

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

func (*GetLocalAddressesResp) Reset

func (x *GetLocalAddressesResp) Reset()

func (*GetLocalAddressesResp) String

func (x *GetLocalAddressesResp) String() string

type GetMiniTransactionsByAddressReq

type GetMiniTransactionsByAddressReq struct {
	Address     []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	ItemPerPage uint64 `protobuf:"varint,2,opt,name=item_per_page,json=itemPerPage,proto3" json:"item_per_page,omitempty"`
	PageNumber  uint64 `protobuf:"varint,3,opt,name=page_number,json=pageNumber,proto3" json:"page_number,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMiniTransactionsByAddressReq) Descriptor deprecated

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

Deprecated: Use GetMiniTransactionsByAddressReq.ProtoReflect.Descriptor instead.

func (*GetMiniTransactionsByAddressReq) GetAddress

func (x *GetMiniTransactionsByAddressReq) GetAddress() []byte

func (*GetMiniTransactionsByAddressReq) GetItemPerPage

func (x *GetMiniTransactionsByAddressReq) GetItemPerPage() uint64

func (*GetMiniTransactionsByAddressReq) GetPageNumber

func (x *GetMiniTransactionsByAddressReq) GetPageNumber() uint64

func (*GetMiniTransactionsByAddressReq) ProtoMessage

func (*GetMiniTransactionsByAddressReq) ProtoMessage()

func (*GetMiniTransactionsByAddressReq) ProtoReflect

func (*GetMiniTransactionsByAddressReq) Reset

func (*GetMiniTransactionsByAddressReq) String

type GetMiniTransactionsByAddressResp

type GetMiniTransactionsByAddressResp struct {
	MiniTransactions []*MiniTransaction `protobuf:"bytes,1,rep,name=mini_transactions,json=miniTransactions,proto3" json:"mini_transactions,omitempty"`
	Balance          uint64             `protobuf:"varint,2,opt,name=balance,proto3" json:"balance,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMiniTransactionsByAddressResp) Descriptor deprecated

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

Deprecated: Use GetMiniTransactionsByAddressResp.ProtoReflect.Descriptor instead.

func (*GetMiniTransactionsByAddressResp) GetBalance

func (x *GetMiniTransactionsByAddressResp) GetBalance() uint64

func (*GetMiniTransactionsByAddressResp) GetMiniTransactions

func (x *GetMiniTransactionsByAddressResp) GetMiniTransactions() []*MiniTransaction

func (*GetMiniTransactionsByAddressResp) ProtoMessage

func (*GetMiniTransactionsByAddressResp) ProtoMessage()

func (*GetMiniTransactionsByAddressResp) ProtoReflect

func (*GetMiniTransactionsByAddressResp) Reset

func (*GetMiniTransactionsByAddressResp) String

type GetMultiSigAddressStateReq

type GetMultiSigAddressStateReq struct {
	Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMultiSigAddressStateReq) Descriptor deprecated

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

Deprecated: Use GetMultiSigAddressStateReq.ProtoReflect.Descriptor instead.

func (*GetMultiSigAddressStateReq) GetAddress

func (x *GetMultiSigAddressStateReq) GetAddress() []byte

func (*GetMultiSigAddressStateReq) ProtoMessage

func (*GetMultiSigAddressStateReq) ProtoMessage()

func (*GetMultiSigAddressStateReq) ProtoReflect

func (*GetMultiSigAddressStateReq) Reset

func (x *GetMultiSigAddressStateReq) Reset()

func (*GetMultiSigAddressStateReq) String

func (x *GetMultiSigAddressStateReq) String() string

type GetMultiSigAddressStateResp

type GetMultiSigAddressStateResp struct {
	State *MultiSigAddressState `protobuf:"bytes,1,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMultiSigAddressStateResp) Descriptor deprecated

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

Deprecated: Use GetMultiSigAddressStateResp.ProtoReflect.Descriptor instead.

func (*GetMultiSigAddressStateResp) GetState

func (*GetMultiSigAddressStateResp) ProtoMessage

func (*GetMultiSigAddressStateResp) ProtoMessage()

func (*GetMultiSigAddressStateResp) ProtoReflect

func (*GetMultiSigAddressStateResp) Reset

func (x *GetMultiSigAddressStateResp) Reset()

func (*GetMultiSigAddressStateResp) String

func (x *GetMultiSigAddressStateResp) String() string

type GetMultiSigAddressesByAddressResp

type GetMultiSigAddressesByAddressResp struct {
	MultiSigDetail []*MultiSigDetail `protobuf:"bytes,1,rep,name=multi_sig_detail,json=multiSigDetail,proto3" json:"multi_sig_detail,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMultiSigAddressesByAddressResp) Descriptor deprecated

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

Deprecated: Use GetMultiSigAddressesByAddressResp.ProtoReflect.Descriptor instead.

func (*GetMultiSigAddressesByAddressResp) GetMultiSigDetail

func (x *GetMultiSigAddressesByAddressResp) GetMultiSigDetail() []*MultiSigDetail

func (*GetMultiSigAddressesByAddressResp) ProtoMessage

func (*GetMultiSigAddressesByAddressResp) ProtoMessage()

func (*GetMultiSigAddressesByAddressResp) ProtoReflect

func (*GetMultiSigAddressesByAddressResp) Reset

func (*GetMultiSigAddressesByAddressResp) String

type GetMultiSigSpendTxsByAddressReq

type GetMultiSigSpendTxsByAddressReq struct {
	Address     []byte                                     `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	ItemPerPage uint64                                     `protobuf:"varint,2,opt,name=item_per_page,json=itemPerPage,proto3" json:"item_per_page,omitempty"`
	PageNumber  uint64                                     `protobuf:"varint,3,opt,name=page_number,json=pageNumber,proto3" json:"page_number,omitempty"`
	FilterType  GetMultiSigSpendTxsByAddressReq_FilterType `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetMultiSigSpendTxsByAddressReq) Descriptor deprecated

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

Deprecated: Use GetMultiSigSpendTxsByAddressReq.ProtoReflect.Descriptor instead.

func (*GetMultiSigSpendTxsByAddressReq) GetAddress

func (x *GetMultiSigSpendTxsByAddressReq) GetAddress() []byte

func (*GetMultiSigSpendTxsByAddressReq) GetFilterType

func (*GetMultiSigSpendTxsByAddressReq) GetItemPerPage

func (x *GetMultiSigSpendTxsByAddressReq) GetItemPerPage() uint64

func (*GetMultiSigSpendTxsByAddressReq) GetPageNumber

func (x *GetMultiSigSpendTxsByAddressReq) GetPageNumber() uint64

func (*GetMultiSigSpendTxsByAddressReq) ProtoMessage

func (*GetMultiSigSpendTxsByAddressReq) ProtoMessage()

func (*GetMultiSigSpendTxsByAddressReq) ProtoReflect

func (*GetMultiSigSpendTxsByAddressReq) Reset

func (*GetMultiSigSpendTxsByAddressReq) String

type GetMultiSigSpendTxsByAddressReq_FilterType

type GetMultiSigSpendTxsByAddressReq_FilterType int32
const (
	GetMultiSigSpendTxsByAddressReq_NONE                     GetMultiSigSpendTxsByAddressReq_FilterType = 0
	GetMultiSigSpendTxsByAddressReq_EXECUTED_ONLY            GetMultiSigSpendTxsByAddressReq_FilterType = 1
	GetMultiSigSpendTxsByAddressReq_NON_EXECUTED             GetMultiSigSpendTxsByAddressReq_FilterType = 2
	GetMultiSigSpendTxsByAddressReq_EXPIRED                  GetMultiSigSpendTxsByAddressReq_FilterType = 3
	GetMultiSigSpendTxsByAddressReq_NON_EXPIRED              GetMultiSigSpendTxsByAddressReq_FilterType = 4
	GetMultiSigSpendTxsByAddressReq_NON_EXECUTED_EXPIRED     GetMultiSigSpendTxsByAddressReq_FilterType = 5
	GetMultiSigSpendTxsByAddressReq_NON_EXECUTED_NON_EXPIRED GetMultiSigSpendTxsByAddressReq_FilterType = 6
)

func (GetMultiSigSpendTxsByAddressReq_FilterType) Descriptor

func (GetMultiSigSpendTxsByAddressReq_FilterType) Enum

func (GetMultiSigSpendTxsByAddressReq_FilterType) EnumDescriptor deprecated

func (GetMultiSigSpendTxsByAddressReq_FilterType) EnumDescriptor() ([]byte, []int)

Deprecated: Use GetMultiSigSpendTxsByAddressReq_FilterType.Descriptor instead.

func (GetMultiSigSpendTxsByAddressReq_FilterType) Number

func (GetMultiSigSpendTxsByAddressReq_FilterType) String

func (GetMultiSigSpendTxsByAddressReq_FilterType) Type

type GetMultiSigSpendTxsByAddressResp

type GetMultiSigSpendTxsByAddressResp struct {
	TransactionsDetail []*GetTransactionResp `protobuf:"bytes,1,rep,name=transactions_detail,json=transactionsDetail,proto3" json:"transactions_detail,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMultiSigSpendTxsByAddressResp) Descriptor deprecated

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

Deprecated: Use GetMultiSigSpendTxsByAddressResp.ProtoReflect.Descriptor instead.

func (*GetMultiSigSpendTxsByAddressResp) GetTransactionsDetail

func (x *GetMultiSigSpendTxsByAddressResp) GetTransactionsDetail() []*GetTransactionResp

func (*GetMultiSigSpendTxsByAddressResp) ProtoMessage

func (*GetMultiSigSpendTxsByAddressResp) ProtoMessage()

func (*GetMultiSigSpendTxsByAddressResp) ProtoReflect

func (*GetMultiSigSpendTxsByAddressResp) Reset

func (*GetMultiSigSpendTxsByAddressResp) String

type GetNodeStateReq

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

* Represents a query to get node state

func (*GetNodeStateReq) Descriptor deprecated

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

Deprecated: Use GetNodeStateReq.ProtoReflect.Descriptor instead.

func (*GetNodeStateReq) ProtoMessage

func (*GetNodeStateReq) ProtoMessage()

func (*GetNodeStateReq) ProtoReflect

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

func (*GetNodeStateReq) Reset

func (x *GetNodeStateReq) Reset()

func (*GetNodeStateReq) String

func (x *GetNodeStateReq) String() string

type GetNodeStateResp

type GetNodeStateResp struct {
	Info *NodeInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
	// contains filtered or unexported fields
}

* Represents the reply message to node state query

func (*GetNodeStateResp) Descriptor deprecated

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

Deprecated: Use GetNodeStateResp.ProtoReflect.Descriptor instead.

func (*GetNodeStateResp) GetInfo

func (x *GetNodeStateResp) GetInfo() *NodeInfo

func (*GetNodeStateResp) ProtoMessage

func (*GetNodeStateResp) ProtoMessage()

func (*GetNodeStateResp) ProtoReflect

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

func (*GetNodeStateResp) Reset

func (x *GetNodeStateResp) Reset()

func (*GetNodeStateResp) String

func (x *GetNodeStateResp) String() string

type GetOTSReq

type GetOTSReq struct {
	Address            []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	PageFrom           uint64 `protobuf:"varint,2,opt,name=page_from,json=pageFrom,proto3" json:"page_from,omitempty"`
	PageCount          uint64 `protobuf:"varint,3,opt,name=page_count,json=pageCount,proto3" json:"page_count,omitempty"`
	UnusedOtsIndexFrom uint64 `protobuf:"varint,4,opt,name=unused_ots_index_from,json=unusedOtsIndexFrom,proto3" json:"unused_ots_index_from,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOTSReq) Descriptor deprecated

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

Deprecated: Use GetOTSReq.ProtoReflect.Descriptor instead.

func (*GetOTSReq) GetAddress

func (x *GetOTSReq) GetAddress() []byte

func (*GetOTSReq) GetPageCount

func (x *GetOTSReq) GetPageCount() uint64

func (*GetOTSReq) GetPageFrom

func (x *GetOTSReq) GetPageFrom() uint64

func (*GetOTSReq) GetUnusedOtsIndexFrom

func (x *GetOTSReq) GetUnusedOtsIndexFrom() uint64

func (*GetOTSReq) ProtoMessage

func (*GetOTSReq) ProtoMessage()

func (*GetOTSReq) ProtoReflect

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

func (*GetOTSReq) Reset

func (x *GetOTSReq) Reset()

func (*GetOTSReq) String

func (x *GetOTSReq) String() string

type GetOTSResp

type GetOTSResp struct {
	OtsBitfieldByPage   []*OTSBitfieldByPage `protobuf:"bytes,1,rep,name=ots_bitfield_by_page,json=otsBitfieldByPage,proto3" json:"ots_bitfield_by_page,omitempty"`
	NextUnusedOtsIndex  uint64               `protobuf:"varint,2,opt,name=next_unused_ots_index,json=nextUnusedOtsIndex,proto3" json:"next_unused_ots_index,omitempty"`
	UnusedOtsIndexFound bool                 `protobuf:"varint,3,opt,name=unused_ots_index_found,json=unusedOtsIndexFound,proto3" json:"unused_ots_index_found,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOTSResp) Descriptor deprecated

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

Deprecated: Use GetOTSResp.ProtoReflect.Descriptor instead.

func (*GetOTSResp) GetNextUnusedOtsIndex

func (x *GetOTSResp) GetNextUnusedOtsIndex() uint64

func (*GetOTSResp) GetOtsBitfieldByPage

func (x *GetOTSResp) GetOtsBitfieldByPage() []*OTSBitfieldByPage

func (*GetOTSResp) GetUnusedOtsIndexFound

func (x *GetOTSResp) GetUnusedOtsIndexFound() bool

func (*GetOTSResp) ProtoMessage

func (*GetOTSResp) ProtoMessage()

func (*GetOTSResp) ProtoReflect

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

func (*GetOTSResp) Reset

func (x *GetOTSResp) Reset()

func (*GetOTSResp) String

func (x *GetOTSResp) String() string

type GetObjectReq

type GetObjectReq struct {
	Query []byte `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*GetObjectReq) Descriptor deprecated

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

Deprecated: Use GetObjectReq.ProtoReflect.Descriptor instead.

func (*GetObjectReq) GetQuery

func (x *GetObjectReq) GetQuery() []byte

func (*GetObjectReq) ProtoMessage

func (*GetObjectReq) ProtoMessage()

func (*GetObjectReq) ProtoReflect

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

func (*GetObjectReq) Reset

func (x *GetObjectReq) Reset()

func (*GetObjectReq) String

func (x *GetObjectReq) String() string

type GetObjectResp

type GetObjectResp struct {
	Found bool `protobuf:"varint,1,opt,name=found,proto3" json:"found,omitempty"`
	// Types that are assignable to Result:
	//
	//	*GetObjectResp_AddressState
	//	*GetObjectResp_Transaction
	//	*GetObjectResp_BlockExtended
	Result isGetObjectResp_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*GetObjectResp) Descriptor deprecated

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

Deprecated: Use GetObjectResp.ProtoReflect.Descriptor instead.

func (*GetObjectResp) GetAddressState

func (x *GetObjectResp) GetAddressState() *OptimizedAddressState

func (*GetObjectResp) GetBlockExtended

func (x *GetObjectResp) GetBlockExtended() *BlockExtended

func (*GetObjectResp) GetFound

func (x *GetObjectResp) GetFound() bool

func (*GetObjectResp) GetResult

func (m *GetObjectResp) GetResult() isGetObjectResp_Result

func (*GetObjectResp) GetTransaction

func (x *GetObjectResp) GetTransaction() *TransactionExtended

func (*GetObjectResp) ProtoMessage

func (*GetObjectResp) ProtoMessage()

func (*GetObjectResp) ProtoReflect

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

func (*GetObjectResp) Reset

func (x *GetObjectResp) Reset()

func (*GetObjectResp) String

func (x *GetObjectResp) String() string

type GetObjectResp_AddressState

type GetObjectResp_AddressState struct {
	AddressState *OptimizedAddressState `protobuf:"bytes,2,opt,name=address_state,json=addressState,proto3,oneof"`
}

type GetObjectResp_BlockExtended

type GetObjectResp_BlockExtended struct {
	BlockExtended *BlockExtended `protobuf:"bytes,4,opt,name=block_extended,json=blockExtended,proto3,oneof"`
}

type GetObjectResp_Transaction

type GetObjectResp_Transaction struct {
	Transaction *TransactionExtended `protobuf:"bytes,3,opt,name=transaction,proto3,oneof"`
}

type GetOptimizedAddressStateResp

type GetOptimizedAddressStateResp struct {
	State *OptimizedAddressState `protobuf:"bytes,1,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOptimizedAddressStateResp) Descriptor deprecated

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

Deprecated: Use GetOptimizedAddressStateResp.ProtoReflect.Descriptor instead.

func (*GetOptimizedAddressStateResp) GetState

func (*GetOptimizedAddressStateResp) ProtoMessage

func (*GetOptimizedAddressStateResp) ProtoMessage()

func (*GetOptimizedAddressStateResp) ProtoReflect

func (*GetOptimizedAddressStateResp) Reset

func (x *GetOptimizedAddressStateResp) Reset()

func (*GetOptimizedAddressStateResp) String

type GetPeersStatReq

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

* Represents a query to get connected peers stat

func (*GetPeersStatReq) Descriptor deprecated

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

Deprecated: Use GetPeersStatReq.ProtoReflect.Descriptor instead.

func (*GetPeersStatReq) ProtoMessage

func (*GetPeersStatReq) ProtoMessage()

func (*GetPeersStatReq) ProtoReflect

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

func (*GetPeersStatReq) Reset

func (x *GetPeersStatReq) Reset()

func (*GetPeersStatReq) String

func (x *GetPeersStatReq) String() string

type GetPeersStatResp

type GetPeersStatResp struct {
	PeersStat []*PeerStat `protobuf:"bytes,1,rep,name=peers_stat,json=peersStat,proto3" json:"peers_stat,omitempty"` // PeerState object contains peer_ip, port and peer state information
	// contains filtered or unexported fields
}

* Represents the reply message to peers stat query

func (*GetPeersStatResp) Descriptor deprecated

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

Deprecated: Use GetPeersStatResp.ProtoReflect.Descriptor instead.

func (*GetPeersStatResp) GetPeersStat

func (x *GetPeersStatResp) GetPeersStat() []*PeerStat

func (*GetPeersStatResp) ProtoMessage

func (*GetPeersStatResp) ProtoMessage()

func (*GetPeersStatResp) ProtoReflect

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

func (*GetPeersStatResp) Reset

func (x *GetPeersStatResp) Reset()

func (*GetPeersStatResp) String

func (x *GetPeersStatResp) String() string

type GetSlavesByAddressResp

type GetSlavesByAddressResp struct {
	SlavesDetail []*SlaveDetail `protobuf:"bytes,1,rep,name=slaves_detail,json=slavesDetail,proto3" json:"slaves_detail,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSlavesByAddressResp) Descriptor deprecated

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

Deprecated: Use GetSlavesByAddressResp.ProtoReflect.Descriptor instead.

func (*GetSlavesByAddressResp) GetSlavesDetail

func (x *GetSlavesByAddressResp) GetSlavesDetail() []*SlaveDetail

func (*GetSlavesByAddressResp) ProtoMessage

func (*GetSlavesByAddressResp) ProtoMessage()

func (*GetSlavesByAddressResp) ProtoReflect

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

func (*GetSlavesByAddressResp) Reset

func (x *GetSlavesByAddressResp) Reset()

func (*GetSlavesByAddressResp) String

func (x *GetSlavesByAddressResp) String() string

type GetStatsReq

type GetStatsReq struct {
	IncludeTimeseries bool `protobuf:"varint,1,opt,name=include_timeseries,json=includeTimeseries,proto3" json:"include_timeseries,omitempty"` // Boolean to define if block timeseries should be included in reply or not
	// contains filtered or unexported fields
}

* Represents a query to get statistics about node

func (*GetStatsReq) Descriptor deprecated

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

Deprecated: Use GetStatsReq.ProtoReflect.Descriptor instead.

func (*GetStatsReq) GetIncludeTimeseries

func (x *GetStatsReq) GetIncludeTimeseries() bool

func (*GetStatsReq) ProtoMessage

func (*GetStatsReq) ProtoMessage()

func (*GetStatsReq) ProtoReflect

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

func (*GetStatsReq) Reset

func (x *GetStatsReq) Reset()

func (*GetStatsReq) String

func (x *GetStatsReq) String() string

type GetStatsResp

type GetStatsResp struct {
	NodeInfo         *NodeInfo         `protobuf:"bytes,1,opt,name=node_info,json=nodeInfo,proto3" json:"node_info,omitempty"`                            // NodeInfo object containing node state information
	Epoch            uint64            `protobuf:"varint,2,opt,name=epoch,proto3" json:"epoch,omitempty"`                                                 // Current epoch
	UptimeNetwork    uint64            `protobuf:"varint,3,opt,name=uptime_network,json=uptimeNetwork,proto3" json:"uptime_network,omitempty"`            // Indicates uptime in seconds
	BlockLastReward  uint64            `protobuf:"varint,4,opt,name=block_last_reward,json=blockLastReward,proto3" json:"block_last_reward,omitempty"`    // Block reward
	BlockTimeMean    uint64            `protobuf:"varint,5,opt,name=block_time_mean,json=blockTimeMean,proto3" json:"block_time_mean,omitempty"`          // Blocktime average
	BlockTimeSd      uint64            `protobuf:"varint,6,opt,name=block_time_sd,json=blockTimeSd,proto3" json:"block_time_sd,omitempty"`                // Blocktime standrad deviation
	CoinsTotalSupply uint64            `protobuf:"varint,7,opt,name=coins_total_supply,json=coinsTotalSupply,proto3" json:"coins_total_supply,omitempty"` // Total coins supply
	CoinsEmitted     uint64            `protobuf:"varint,8,opt,name=coins_emitted,json=coinsEmitted,proto3" json:"coins_emitted,omitempty"`               // Total coins emitted
	BlockTimeseries  []*BlockDataPoint `protobuf:"bytes,9,rep,name=block_timeseries,json=blockTimeseries,proto3" json:"block_timeseries,omitempty"`
	// contains filtered or unexported fields
}

* Represents the reply message to get statistics about node

func (*GetStatsResp) Descriptor deprecated

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

Deprecated: Use GetStatsResp.ProtoReflect.Descriptor instead.

func (*GetStatsResp) GetBlockLastReward

func (x *GetStatsResp) GetBlockLastReward() uint64

func (*GetStatsResp) GetBlockTimeMean

func (x *GetStatsResp) GetBlockTimeMean() uint64

func (*GetStatsResp) GetBlockTimeSd

func (x *GetStatsResp) GetBlockTimeSd() uint64

func (*GetStatsResp) GetBlockTimeseries

func (x *GetStatsResp) GetBlockTimeseries() []*BlockDataPoint

func (*GetStatsResp) GetCoinsEmitted

func (x *GetStatsResp) GetCoinsEmitted() uint64

func (*GetStatsResp) GetCoinsTotalSupply

func (x *GetStatsResp) GetCoinsTotalSupply() uint64

func (*GetStatsResp) GetEpoch

func (x *GetStatsResp) GetEpoch() uint64

func (*GetStatsResp) GetNodeInfo

func (x *GetStatsResp) GetNodeInfo() *NodeInfo

func (*GetStatsResp) GetUptimeNetwork

func (x *GetStatsResp) GetUptimeNetwork() uint64

func (*GetStatsResp) ProtoMessage

func (*GetStatsResp) ProtoMessage()

func (*GetStatsResp) ProtoReflect

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

func (*GetStatsResp) Reset

func (x *GetStatsResp) Reset()

func (*GetStatsResp) String

func (x *GetStatsResp) String() string

type GetTokensByAddressResp

type GetTokensByAddressResp struct {
	TokensDetail []*TokenDetail `protobuf:"bytes,1,rep,name=tokens_detail,json=tokensDetail,proto3" json:"tokens_detail,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTokensByAddressResp) Descriptor deprecated

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

Deprecated: Use GetTokensByAddressResp.ProtoReflect.Descriptor instead.

func (*GetTokensByAddressResp) GetTokensDetail

func (x *GetTokensByAddressResp) GetTokensDetail() []*TokenDetail

func (*GetTokensByAddressResp) ProtoMessage

func (*GetTokensByAddressResp) ProtoMessage()

func (*GetTokensByAddressResp) ProtoReflect

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

func (*GetTokensByAddressResp) Reset

func (x *GetTokensByAddressResp) Reset()

func (*GetTokensByAddressResp) String

func (x *GetTokensByAddressResp) String() string

type GetTotalBalanceReq

type GetTotalBalanceReq struct {
	Addresses [][]byte `protobuf:"bytes,1,rep,name=addresses,proto3" json:"addresses,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTotalBalanceReq) Descriptor deprecated

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

Deprecated: Use GetTotalBalanceReq.ProtoReflect.Descriptor instead.

func (*GetTotalBalanceReq) GetAddresses

func (x *GetTotalBalanceReq) GetAddresses() [][]byte

func (*GetTotalBalanceReq) ProtoMessage

func (*GetTotalBalanceReq) ProtoMessage()

func (*GetTotalBalanceReq) ProtoReflect

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

func (*GetTotalBalanceReq) Reset

func (x *GetTotalBalanceReq) Reset()

func (*GetTotalBalanceReq) String

func (x *GetTotalBalanceReq) String() string

type GetTotalBalanceResp

type GetTotalBalanceResp struct {
	Balance uint64 `protobuf:"varint,1,opt,name=balance,proto3" json:"balance,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTotalBalanceResp) Descriptor deprecated

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

Deprecated: Use GetTotalBalanceResp.ProtoReflect.Descriptor instead.

func (*GetTotalBalanceResp) GetBalance

func (x *GetTotalBalanceResp) GetBalance() uint64

func (*GetTotalBalanceResp) ProtoMessage

func (*GetTotalBalanceResp) ProtoMessage()

func (*GetTotalBalanceResp) ProtoReflect

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

func (*GetTotalBalanceResp) Reset

func (x *GetTotalBalanceResp) Reset()

func (*GetTotalBalanceResp) String

func (x *GetTotalBalanceResp) String() string

type GetTransactionReq

type GetTransactionReq struct {
	TxHash []byte `protobuf:"bytes,1,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTransactionReq) Descriptor deprecated

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

Deprecated: Use GetTransactionReq.ProtoReflect.Descriptor instead.

func (*GetTransactionReq) GetTxHash

func (x *GetTransactionReq) GetTxHash() []byte

func (*GetTransactionReq) ProtoMessage

func (*GetTransactionReq) ProtoMessage()

func (*GetTransactionReq) ProtoReflect

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

func (*GetTransactionReq) Reset

func (x *GetTransactionReq) Reset()

func (*GetTransactionReq) String

func (x *GetTransactionReq) String() string

type GetTransactionResp

type GetTransactionResp struct {
	Tx              *Transaction `protobuf:"bytes,1,opt,name=tx,proto3" json:"tx,omitempty"`
	Confirmations   uint64       `protobuf:"varint,2,opt,name=confirmations,proto3" json:"confirmations,omitempty"`
	BlockNumber     uint64       `protobuf:"varint,3,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"`
	BlockHeaderHash []byte       `protobuf:"bytes,4,opt,name=block_header_hash,json=blockHeaderHash,proto3" json:"block_header_hash,omitempty"`
	Timestamp       uint64       `protobuf:"varint,5,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	AddrFrom        []byte       `protobuf:"bytes,6,opt,name=addr_from,json=addrFrom,proto3" json:"addr_from,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTransactionResp) Descriptor deprecated

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

Deprecated: Use GetTransactionResp.ProtoReflect.Descriptor instead.

func (*GetTransactionResp) GetAddrFrom

func (x *GetTransactionResp) GetAddrFrom() []byte

func (*GetTransactionResp) GetBlockHeaderHash

func (x *GetTransactionResp) GetBlockHeaderHash() []byte

func (*GetTransactionResp) GetBlockNumber

func (x *GetTransactionResp) GetBlockNumber() uint64

func (*GetTransactionResp) GetConfirmations

func (x *GetTransactionResp) GetConfirmations() uint64

func (*GetTransactionResp) GetTimestamp

func (x *GetTransactionResp) GetTimestamp() uint64

func (*GetTransactionResp) GetTx

func (x *GetTransactionResp) GetTx() *Transaction

func (*GetTransactionResp) ProtoMessage

func (*GetTransactionResp) ProtoMessage()

func (*GetTransactionResp) ProtoReflect

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

func (*GetTransactionResp) Reset

func (x *GetTransactionResp) Reset()

func (*GetTransactionResp) String

func (x *GetTransactionResp) String() string

type GetTransactionsByAddressReq

type GetTransactionsByAddressReq struct {
	Address     []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	ItemPerPage uint64 `protobuf:"varint,2,opt,name=item_per_page,json=itemPerPage,proto3" json:"item_per_page,omitempty"`
	PageNumber  uint64 `protobuf:"varint,3,opt,name=page_number,json=pageNumber,proto3" json:"page_number,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTransactionsByAddressReq) Descriptor deprecated

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

Deprecated: Use GetTransactionsByAddressReq.ProtoReflect.Descriptor instead.

func (*GetTransactionsByAddressReq) GetAddress

func (x *GetTransactionsByAddressReq) GetAddress() []byte

func (*GetTransactionsByAddressReq) GetItemPerPage

func (x *GetTransactionsByAddressReq) GetItemPerPage() uint64

func (*GetTransactionsByAddressReq) GetPageNumber

func (x *GetTransactionsByAddressReq) GetPageNumber() uint64

func (*GetTransactionsByAddressReq) ProtoMessage

func (*GetTransactionsByAddressReq) ProtoMessage()

func (*GetTransactionsByAddressReq) ProtoReflect

func (*GetTransactionsByAddressReq) Reset

func (x *GetTransactionsByAddressReq) Reset()

func (*GetTransactionsByAddressReq) String

func (x *GetTransactionsByAddressReq) String() string

type GetTransactionsByAddressResp

type GetTransactionsByAddressResp struct {
	TransactionsDetail []*GetTransactionResp `protobuf:"bytes,1,rep,name=transactions_detail,json=transactionsDetail,proto3" json:"transactions_detail,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTransactionsByAddressResp) Descriptor deprecated

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

Deprecated: Use GetTransactionsByAddressResp.ProtoReflect.Descriptor instead.

func (*GetTransactionsByAddressResp) GetTransactionsDetail

func (x *GetTransactionsByAddressResp) GetTransactionsDetail() []*GetTransactionResp

func (*GetTransactionsByAddressResp) ProtoMessage

func (*GetTransactionsByAddressResp) ProtoMessage()

func (*GetTransactionsByAddressResp) ProtoReflect

func (*GetTransactionsByAddressResp) Reset

func (x *GetTransactionsByAddressResp) Reset()

func (*GetTransactionsByAddressResp) String

type GetVoteStatsReq

type GetVoteStatsReq struct {
	MultiSigSpendTxHash []byte `protobuf:"bytes,1,opt,name=multi_sig_spend_tx_hash,json=multiSigSpendTxHash,proto3" json:"multi_sig_spend_tx_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVoteStatsReq) Descriptor deprecated

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

Deprecated: Use GetVoteStatsReq.ProtoReflect.Descriptor instead.

func (*GetVoteStatsReq) GetMultiSigSpendTxHash

func (x *GetVoteStatsReq) GetMultiSigSpendTxHash() []byte

func (*GetVoteStatsReq) ProtoMessage

func (*GetVoteStatsReq) ProtoMessage()

func (*GetVoteStatsReq) ProtoReflect

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

func (*GetVoteStatsReq) Reset

func (x *GetVoteStatsReq) Reset()

func (*GetVoteStatsReq) String

func (x *GetVoteStatsReq) String() string

type GetVoteStatsResp

type GetVoteStatsResp struct {
	VoteStats *VoteStats `protobuf:"bytes,1,opt,name=vote_stats,json=voteStats,proto3" json:"vote_stats,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVoteStatsResp) Descriptor deprecated

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

Deprecated: Use GetVoteStatsResp.ProtoReflect.Descriptor instead.

func (*GetVoteStatsResp) GetVoteStats

func (x *GetVoteStatsResp) GetVoteStats() *VoteStats

func (*GetVoteStatsResp) ProtoMessage

func (*GetVoteStatsResp) ProtoMessage()

func (*GetVoteStatsResp) ProtoReflect

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

func (*GetVoteStatsResp) Reset

func (x *GetVoteStatsResp) Reset()

func (*GetVoteStatsResp) String

func (x *GetVoteStatsResp) String() string

type InboxMessage

type InboxMessage struct {
	AddrFrom    []byte `protobuf:"bytes,1,opt,name=addr_from,json=addrFrom,proto3" json:"addr_from,omitempty"`
	Timestamp   uint64 `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Message     []byte `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	TxHash      []byte `protobuf:"bytes,4,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"`
	BlockNumber uint64 `protobuf:"varint,5,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"`
	// contains filtered or unexported fields
}

func (*InboxMessage) Descriptor deprecated

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

Deprecated: Use InboxMessage.ProtoReflect.Descriptor instead.

func (*InboxMessage) GetAddrFrom

func (x *InboxMessage) GetAddrFrom() []byte

func (*InboxMessage) GetBlockNumber

func (x *InboxMessage) GetBlockNumber() uint64

func (*InboxMessage) GetMessage

func (x *InboxMessage) GetMessage() []byte

func (*InboxMessage) GetTimestamp

func (x *InboxMessage) GetTimestamp() uint64

func (*InboxMessage) GetTxHash

func (x *InboxMessage) GetTxHash() []byte

func (*InboxMessage) ProtoMessage

func (*InboxMessage) ProtoMessage()

func (*InboxMessage) ProtoReflect

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

func (*InboxMessage) Reset

func (x *InboxMessage) Reset()

func (*InboxMessage) String

func (x *InboxMessage) String() string

type IsSlaveReq

type IsSlaveReq struct {
	MasterAddress []byte `protobuf:"bytes,1,opt,name=master_address,json=masterAddress,proto3" json:"master_address,omitempty"`
	SlavePk       []byte `protobuf:"bytes,2,opt,name=slave_pk,json=slavePk,proto3" json:"slave_pk,omitempty"`
	// contains filtered or unexported fields
}

func (*IsSlaveReq) Descriptor deprecated

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

Deprecated: Use IsSlaveReq.ProtoReflect.Descriptor instead.

func (*IsSlaveReq) GetMasterAddress

func (x *IsSlaveReq) GetMasterAddress() []byte

func (*IsSlaveReq) GetSlavePk

func (x *IsSlaveReq) GetSlavePk() []byte

func (*IsSlaveReq) ProtoMessage

func (*IsSlaveReq) ProtoMessage()

func (*IsSlaveReq) ProtoReflect

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

func (*IsSlaveReq) Reset

func (x *IsSlaveReq) Reset()

func (*IsSlaveReq) String

func (x *IsSlaveReq) String() string

type IsSlaveResp

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

func (*IsSlaveResp) Descriptor deprecated

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

Deprecated: Use IsSlaveResp.ProtoReflect.Descriptor instead.

func (*IsSlaveResp) GetResult

func (x *IsSlaveResp) GetResult() bool

func (*IsSlaveResp) ProtoMessage

func (*IsSlaveResp) ProtoMessage()

func (*IsSlaveResp) ProtoReflect

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

func (*IsSlaveResp) Reset

func (x *IsSlaveResp) Reset()

func (*IsSlaveResp) String

func (x *IsSlaveResp) String() string

type LatticePK

type LatticePK struct {
	KyberPk     []byte `protobuf:"bytes,1,opt,name=kyber_pk,json=kyberPk,proto3" json:"kyber_pk,omitempty"`
	DilithiumPk []byte `protobuf:"bytes,2,opt,name=dilithium_pk,json=dilithiumPk,proto3" json:"dilithium_pk,omitempty"`
	// contains filtered or unexported fields
}

func (*LatticePK) Descriptor deprecated

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

Deprecated: Use LatticePK.ProtoReflect.Descriptor instead.

func (*LatticePK) GetDilithiumPk

func (x *LatticePK) GetDilithiumPk() []byte

func (*LatticePK) GetKyberPk

func (x *LatticePK) GetKyberPk() []byte

func (*LatticePK) ProtoMessage

func (*LatticePK) ProtoMessage()

func (*LatticePK) ProtoReflect

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

func (*LatticePK) Reset

func (x *LatticePK) Reset()

func (*LatticePK) String

func (x *LatticePK) String() string

type LatticePKMetadata

type LatticePKMetadata struct {
	Enabled bool   `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	TxHash  []byte `protobuf:"bytes,2,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"`
	Delete  bool   `protobuf:"varint,3,opt,name=delete,proto3" json:"delete,omitempty"`
	// contains filtered or unexported fields
}

func (*LatticePKMetadata) Descriptor deprecated

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

Deprecated: Use LatticePKMetadata.ProtoReflect.Descriptor instead.

func (*LatticePKMetadata) GetDelete

func (x *LatticePKMetadata) GetDelete() bool

func (*LatticePKMetadata) GetEnabled

func (x *LatticePKMetadata) GetEnabled() bool

func (*LatticePKMetadata) GetTxHash

func (x *LatticePKMetadata) GetTxHash() []byte

func (*LatticePKMetadata) ProtoMessage

func (*LatticePKMetadata) ProtoMessage()

func (*LatticePKMetadata) ProtoReflect

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

func (*LatticePKMetadata) Reset

func (x *LatticePKMetadata) Reset()

func (*LatticePKMetadata) String

func (x *LatticePKMetadata) String() string

type LatticePKsDetail

type LatticePKsDetail struct {
	Pk1    []byte `protobuf:"bytes,1,opt,name=pk1,proto3" json:"pk1,omitempty"`
	Pk2    []byte `protobuf:"bytes,2,opt,name=pk2,proto3" json:"pk2,omitempty"`
	Pk3    []byte `protobuf:"bytes,3,opt,name=pk3,proto3" json:"pk3,omitempty"`
	TxHash []byte `protobuf:"bytes,4,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*LatticePKsDetail) Descriptor deprecated

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

Deprecated: Use LatticePKsDetail.ProtoReflect.Descriptor instead.

func (*LatticePKsDetail) GetPk1

func (x *LatticePKsDetail) GetPk1() []byte

func (*LatticePKsDetail) GetPk2

func (x *LatticePKsDetail) GetPk2() []byte

func (*LatticePKsDetail) GetPk3

func (x *LatticePKsDetail) GetPk3() []byte

func (*LatticePKsDetail) GetTxHash

func (x *LatticePKsDetail) GetTxHash() []byte

func (*LatticePKsDetail) ProtoMessage

func (*LatticePKsDetail) ProtoMessage()

func (*LatticePKsDetail) ProtoReflect

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

func (*LatticePKsDetail) Reset

func (x *LatticePKsDetail) Reset()

func (*LatticePKsDetail) String

func (x *LatticePKsDetail) String() string

type LatticeTxnReq

type LatticeTxnReq struct {
	MasterAddr []byte `protobuf:"bytes,1,opt,name=master_addr,json=masterAddr,proto3" json:"master_addr,omitempty"`
	Pk1        []byte `protobuf:"bytes,2,opt,name=pk1,proto3" json:"pk1,omitempty"`
	Pk2        []byte `protobuf:"bytes,3,opt,name=pk2,proto3" json:"pk2,omitempty"`
	Pk3        []byte `protobuf:"bytes,4,opt,name=pk3,proto3" json:"pk3,omitempty"`
	Fee        uint64 `protobuf:"varint,5,opt,name=fee,proto3" json:"fee,omitempty"`
	XmssPk     []byte `protobuf:"bytes,6,opt,name=xmss_pk,json=xmssPk,proto3" json:"xmss_pk,omitempty"`
	// contains filtered or unexported fields
}

func (*LatticeTxnReq) Descriptor deprecated

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

Deprecated: Use LatticeTxnReq.ProtoReflect.Descriptor instead.

func (*LatticeTxnReq) GetFee

func (x *LatticeTxnReq) GetFee() uint64

func (*LatticeTxnReq) GetMasterAddr

func (x *LatticeTxnReq) GetMasterAddr() []byte

func (*LatticeTxnReq) GetPk1

func (x *LatticeTxnReq) GetPk1() []byte

func (*LatticeTxnReq) GetPk2

func (x *LatticeTxnReq) GetPk2() []byte

func (*LatticeTxnReq) GetPk3

func (x *LatticeTxnReq) GetPk3() []byte

func (*LatticeTxnReq) GetXmssPk

func (x *LatticeTxnReq) GetXmssPk() []byte

func (*LatticeTxnReq) ProtoMessage

func (*LatticeTxnReq) ProtoMessage()

func (*LatticeTxnReq) ProtoReflect

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

func (*LatticeTxnReq) Reset

func (x *LatticeTxnReq) Reset()

func (*LatticeTxnReq) String

func (x *LatticeTxnReq) String() string

type MessageTxnReq

type MessageTxnReq struct {
	MasterAddr []byte `protobuf:"bytes,1,opt,name=master_addr,json=masterAddr,proto3" json:"master_addr,omitempty"`
	Message    []byte `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	AddrTo     []byte `protobuf:"bytes,3,opt,name=addr_to,json=addrTo,proto3" json:"addr_to,omitempty"`
	Fee        uint64 `protobuf:"varint,4,opt,name=fee,proto3" json:"fee,omitempty"`
	XmssPk     []byte `protobuf:"bytes,5,opt,name=xmss_pk,json=xmssPk,proto3" json:"xmss_pk,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageTxnReq) Descriptor deprecated

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

Deprecated: Use MessageTxnReq.ProtoReflect.Descriptor instead.

func (*MessageTxnReq) GetAddrTo

func (x *MessageTxnReq) GetAddrTo() []byte

func (*MessageTxnReq) GetFee

func (x *MessageTxnReq) GetFee() uint64

func (*MessageTxnReq) GetMasterAddr

func (x *MessageTxnReq) GetMasterAddr() []byte

func (*MessageTxnReq) GetMessage

func (x *MessageTxnReq) GetMessage() []byte

func (*MessageTxnReq) GetXmssPk

func (x *MessageTxnReq) GetXmssPk() []byte

func (*MessageTxnReq) ProtoMessage

func (*MessageTxnReq) ProtoMessage()

func (*MessageTxnReq) ProtoReflect

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

func (*MessageTxnReq) Reset

func (x *MessageTxnReq) Reset()

func (*MessageTxnReq) String

func (x *MessageTxnReq) String() string

type MiniTransaction

type MiniTransaction struct {
	TransactionHash string `protobuf:"bytes,1,opt,name=transaction_hash,json=transactionHash,proto3" json:"transaction_hash,omitempty"`
	Out             bool   `protobuf:"varint,2,opt,name=out,proto3" json:"out,omitempty"`
	Amount          uint64 `protobuf:"varint,3,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*MiniTransaction) Descriptor deprecated

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

Deprecated: Use MiniTransaction.ProtoReflect.Descriptor instead.

func (*MiniTransaction) GetAmount

func (x *MiniTransaction) GetAmount() uint64

func (*MiniTransaction) GetOut

func (x *MiniTransaction) GetOut() bool

func (*MiniTransaction) GetTransactionHash

func (x *MiniTransaction) GetTransactionHash() string

func (*MiniTransaction) ProtoMessage

func (*MiniTransaction) ProtoMessage()

func (*MiniTransaction) ProtoReflect

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

func (*MiniTransaction) Reset

func (x *MiniTransaction) Reset()

func (*MiniTransaction) String

func (x *MiniTransaction) String() string

type MultiSigAddressState

type MultiSigAddressState struct {
	Address              []byte   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	CreationTxHash       []byte   `protobuf:"bytes,2,opt,name=creation_tx_hash,json=creationTxHash,proto3" json:"creation_tx_hash,omitempty"`
	Nonce                uint64   `protobuf:"varint,3,opt,name=nonce,proto3" json:"nonce,omitempty"`
	Balance              uint64   `protobuf:"varint,4,opt,name=balance,proto3" json:"balance,omitempty"`
	Signatories          [][]byte `protobuf:"bytes,5,rep,name=signatories,proto3" json:"signatories,omitempty"`
	Weights              []uint32 `protobuf:"varint,6,rep,packed,name=weights,proto3" json:"weights,omitempty"`
	Threshold            uint32   `protobuf:"varint,7,opt,name=threshold,proto3" json:"threshold,omitempty"`
	TransactionHashCount uint64   `protobuf:"varint,8,opt,name=transaction_hash_count,json=transactionHashCount,proto3" json:"transaction_hash_count,omitempty"`
	MultiSigSpendCount   uint64   `protobuf:"varint,9,opt,name=multi_sig_spend_count,json=multiSigSpendCount,proto3" json:"multi_sig_spend_count,omitempty"`
	// TODO: To be implemented
	MultiSigAddressCount           uint64         `` /* 127-byte string literal not displayed */
	FoundationMultiSigSpendTxnHash [][]byte       `` /* 160-byte string literal not displayed */
	FoundationMultiSigVoteTxnHash  [][]byte       `` /* 157-byte string literal not displayed */
	Unvotes                        [][]byte       `protobuf:"bytes,13,rep,name=unvotes,proto3" json:"unvotes,omitempty"`
	ProposalVoteStats              []*Transaction `protobuf:"bytes,14,rep,name=proposal_vote_stats,json=proposalVoteStats,proto3" json:"proposal_vote_stats,omitempty"`
	// contains filtered or unexported fields
}

func (*MultiSigAddressState) Descriptor deprecated

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

Deprecated: Use MultiSigAddressState.ProtoReflect.Descriptor instead.

func (*MultiSigAddressState) GetAddress

func (x *MultiSigAddressState) GetAddress() []byte

func (*MultiSigAddressState) GetBalance

func (x *MultiSigAddressState) GetBalance() uint64

func (*MultiSigAddressState) GetCreationTxHash

func (x *MultiSigAddressState) GetCreationTxHash() []byte

func (*MultiSigAddressState) GetFoundationMultiSigSpendTxnHash

func (x *MultiSigAddressState) GetFoundationMultiSigSpendTxnHash() [][]byte

func (*MultiSigAddressState) GetFoundationMultiSigVoteTxnHash

func (x *MultiSigAddressState) GetFoundationMultiSigVoteTxnHash() [][]byte

func (*MultiSigAddressState) GetMultiSigAddressCount

func (x *MultiSigAddressState) GetMultiSigAddressCount() uint64

func (*MultiSigAddressState) GetMultiSigSpendCount

func (x *MultiSigAddressState) GetMultiSigSpendCount() uint64

func (*MultiSigAddressState) GetNonce

func (x *MultiSigAddressState) GetNonce() uint64

func (*MultiSigAddressState) GetProposalVoteStats

func (x *MultiSigAddressState) GetProposalVoteStats() []*Transaction

func (*MultiSigAddressState) GetSignatories

func (x *MultiSigAddressState) GetSignatories() [][]byte

func (*MultiSigAddressState) GetThreshold

func (x *MultiSigAddressState) GetThreshold() uint32

func (*MultiSigAddressState) GetTransactionHashCount

func (x *MultiSigAddressState) GetTransactionHashCount() uint64

func (*MultiSigAddressState) GetUnvotes

func (x *MultiSigAddressState) GetUnvotes() [][]byte

func (*MultiSigAddressState) GetWeights

func (x *MultiSigAddressState) GetWeights() []uint32

func (*MultiSigAddressState) ProtoMessage

func (*MultiSigAddressState) ProtoMessage()

func (*MultiSigAddressState) ProtoReflect

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

func (*MultiSigAddressState) Reset

func (x *MultiSigAddressState) Reset()

func (*MultiSigAddressState) String

func (x *MultiSigAddressState) String() string

type MultiSigAddressesList

type MultiSigAddressesList struct {
	Hashes [][]byte `protobuf:"bytes,1,rep,name=hashes,proto3" json:"hashes,omitempty"`
	// contains filtered or unexported fields
}

func (*MultiSigAddressesList) Descriptor deprecated

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

Deprecated: Use MultiSigAddressesList.ProtoReflect.Descriptor instead.

func (*MultiSigAddressesList) GetHashes

func (x *MultiSigAddressesList) GetHashes() [][]byte

func (*MultiSigAddressesList) ProtoMessage

func (*MultiSigAddressesList) ProtoMessage()

func (*MultiSigAddressesList) ProtoReflect

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

func (*MultiSigAddressesList) Reset

func (x *MultiSigAddressesList) Reset()

func (*MultiSigAddressesList) String

func (x *MultiSigAddressesList) String() string

type MultiSigCreateTxnReq

type MultiSigCreateTxnReq struct {
	MasterAddr  []byte   `protobuf:"bytes,1,opt,name=master_addr,json=masterAddr,proto3" json:"master_addr,omitempty"`
	Signatories [][]byte `protobuf:"bytes,2,rep,name=signatories,proto3" json:"signatories,omitempty"`
	Weights     []uint32 `protobuf:"varint,3,rep,packed,name=weights,proto3" json:"weights,omitempty"`
	Threshold   uint32   `protobuf:"varint,4,opt,name=threshold,proto3" json:"threshold,omitempty"`
	Fee         uint64   `protobuf:"varint,5,opt,name=fee,proto3" json:"fee,omitempty"`
	XmssPk      []byte   `protobuf:"bytes,6,opt,name=xmss_pk,json=xmssPk,proto3" json:"xmss_pk,omitempty"`
	// contains filtered or unexported fields
}

func (*MultiSigCreateTxnReq) Descriptor deprecated

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

Deprecated: Use MultiSigCreateTxnReq.ProtoReflect.Descriptor instead.

func (*MultiSigCreateTxnReq) GetFee

func (x *MultiSigCreateTxnReq) GetFee() uint64

func (*MultiSigCreateTxnReq) GetMasterAddr

func (x *MultiSigCreateTxnReq) GetMasterAddr() []byte

func (*MultiSigCreateTxnReq) GetSignatories

func (x *MultiSigCreateTxnReq) GetSignatories() [][]byte

func (*MultiSigCreateTxnReq) GetThreshold

func (x *MultiSigCreateTxnReq) GetThreshold() uint32

func (*MultiSigCreateTxnReq) GetWeights

func (x *MultiSigCreateTxnReq) GetWeights() []uint32

func (*MultiSigCreateTxnReq) GetXmssPk

func (x *MultiSigCreateTxnReq) GetXmssPk() []byte

func (*MultiSigCreateTxnReq) ProtoMessage

func (*MultiSigCreateTxnReq) ProtoMessage()

func (*MultiSigCreateTxnReq) ProtoReflect

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

func (*MultiSigCreateTxnReq) Reset

func (x *MultiSigCreateTxnReq) Reset()

func (*MultiSigCreateTxnReq) String

func (x *MultiSigCreateTxnReq) String() string

type MultiSigDetail

type MultiSigDetail struct {
	Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Balance uint64 `protobuf:"varint,2,opt,name=balance,proto3" json:"balance,omitempty"`
	// contains filtered or unexported fields
}

func (*MultiSigDetail) Descriptor deprecated

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

Deprecated: Use MultiSigDetail.ProtoReflect.Descriptor instead.

func (*MultiSigDetail) GetAddress

func (x *MultiSigDetail) GetAddress() []byte

func (*MultiSigDetail) GetBalance

func (x *MultiSigDetail) GetBalance() uint64

func (*MultiSigDetail) ProtoMessage

func (*MultiSigDetail) ProtoMessage()

func (*MultiSigDetail) ProtoReflect

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

func (*MultiSigDetail) Reset

func (x *MultiSigDetail) Reset()

func (*MultiSigDetail) String

func (x *MultiSigDetail) String() string

type MultiSigSpendTxnReq

type MultiSigSpendTxnReq struct {
	MasterAddr        []byte   `protobuf:"bytes,1,opt,name=master_addr,json=masterAddr,proto3" json:"master_addr,omitempty"`
	MultiSigAddress   []byte   `protobuf:"bytes,2,opt,name=multi_sig_address,json=multiSigAddress,proto3" json:"multi_sig_address,omitempty"`
	AddrsTo           [][]byte `protobuf:"bytes,3,rep,name=addrs_to,json=addrsTo,proto3" json:"addrs_to,omitempty"`
	Amounts           []uint64 `protobuf:"varint,4,rep,packed,name=amounts,proto3" json:"amounts,omitempty"`
	ExpiryBlockNumber uint64   `protobuf:"varint,5,opt,name=expiry_block_number,json=expiryBlockNumber,proto3" json:"expiry_block_number,omitempty"`
	Fee               uint64   `protobuf:"varint,6,opt,name=fee,proto3" json:"fee,omitempty"`
	XmssPk            []byte   `protobuf:"bytes,7,opt,name=xmss_pk,json=xmssPk,proto3" json:"xmss_pk,omitempty"`
	// contains filtered or unexported fields
}

func (*MultiSigSpendTxnReq) Descriptor deprecated

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

Deprecated: Use MultiSigSpendTxnReq.ProtoReflect.Descriptor instead.

func (*MultiSigSpendTxnReq) GetAddrsTo

func (x *MultiSigSpendTxnReq) GetAddrsTo() [][]byte

func (*MultiSigSpendTxnReq) GetAmounts

func (x *MultiSigSpendTxnReq) GetAmounts() []uint64

func (*MultiSigSpendTxnReq) GetExpiryBlockNumber

func (x *MultiSigSpendTxnReq) GetExpiryBlockNumber() uint64

func (*MultiSigSpendTxnReq) GetFee

func (x *MultiSigSpendTxnReq) GetFee() uint64

func (*MultiSigSpendTxnReq) GetMasterAddr

func (x *MultiSigSpendTxnReq) GetMasterAddr() []byte

func (*MultiSigSpendTxnReq) GetMultiSigAddress

func (x *MultiSigSpendTxnReq) GetMultiSigAddress() []byte

func (*MultiSigSpendTxnReq) GetXmssPk

func (x *MultiSigSpendTxnReq) GetXmssPk() []byte

func (*MultiSigSpendTxnReq) ProtoMessage

func (*MultiSigSpendTxnReq) ProtoMessage()

func (*MultiSigSpendTxnReq) ProtoReflect

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

func (*MultiSigSpendTxnReq) Reset

func (x *MultiSigSpendTxnReq) Reset()

func (*MultiSigSpendTxnReq) String

func (x *MultiSigSpendTxnReq) String() string

type MultiSigVoteTxnReq

type MultiSigVoteTxnReq struct {
	MasterAddr []byte `protobuf:"bytes,1,opt,name=master_addr,json=masterAddr,proto3" json:"master_addr,omitempty"`
	SharedKey  []byte `protobuf:"bytes,2,opt,name=shared_key,json=sharedKey,proto3" json:"shared_key,omitempty"`
	Unvote     bool   `protobuf:"varint,3,opt,name=unvote,proto3" json:"unvote,omitempty"`
	Fee        uint64 `protobuf:"varint,4,opt,name=fee,proto3" json:"fee,omitempty"`
	XmssPk     []byte `protobuf:"bytes,5,opt,name=xmss_pk,json=xmssPk,proto3" json:"xmss_pk,omitempty"`
	// contains filtered or unexported fields
}

func (*MultiSigVoteTxnReq) Descriptor deprecated

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

Deprecated: Use MultiSigVoteTxnReq.ProtoReflect.Descriptor instead.

func (*MultiSigVoteTxnReq) GetFee

func (x *MultiSigVoteTxnReq) GetFee() uint64

func (*MultiSigVoteTxnReq) GetMasterAddr

func (x *MultiSigVoteTxnReq) GetMasterAddr() []byte

func (*MultiSigVoteTxnReq) GetSharedKey

func (x *MultiSigVoteTxnReq) GetSharedKey() []byte

func (*MultiSigVoteTxnReq) GetUnvote

func (x *MultiSigVoteTxnReq) GetUnvote() bool

func (*MultiSigVoteTxnReq) GetXmssPk

func (x *MultiSigVoteTxnReq) GetXmssPk() []byte

func (*MultiSigVoteTxnReq) ProtoMessage

func (*MultiSigVoteTxnReq) ProtoMessage()

func (*MultiSigVoteTxnReq) ProtoReflect

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

func (*MultiSigVoteTxnReq) Reset

func (x *MultiSigVoteTxnReq) Reset()

func (*MultiSigVoteTxnReq) String

func (x *MultiSigVoteTxnReq) String() string

type NodeChainState

type NodeChainState struct {
	BlockNumber          uint64 `protobuf:"varint,1,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"`
	HeaderHash           []byte `protobuf:"bytes,2,opt,name=header_hash,json=headerHash,proto3" json:"header_hash,omitempty"`
	CumulativeDifficulty []byte `protobuf:"bytes,3,opt,name=cumulative_difficulty,json=cumulativeDifficulty,proto3" json:"cumulative_difficulty,omitempty"`
	Version              string `protobuf:"bytes,4,opt,name=version,proto3" json:"version,omitempty"`
	Timestamp            uint64 `protobuf:"varint,5,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*NodeChainState) Descriptor deprecated

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

Deprecated: Use NodeChainState.ProtoReflect.Descriptor instead.

func (*NodeChainState) GetBlockNumber

func (x *NodeChainState) GetBlockNumber() uint64

func (*NodeChainState) GetCumulativeDifficulty

func (x *NodeChainState) GetCumulativeDifficulty() []byte

func (*NodeChainState) GetHeaderHash

func (x *NodeChainState) GetHeaderHash() []byte

func (*NodeChainState) GetTimestamp

func (x *NodeChainState) GetTimestamp() uint64

func (*NodeChainState) GetVersion

func (x *NodeChainState) GetVersion() string

func (*NodeChainState) ProtoMessage

func (*NodeChainState) ProtoMessage()

func (*NodeChainState) ProtoReflect

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

func (*NodeChainState) Reset

func (x *NodeChainState) Reset()

func (*NodeChainState) String

func (x *NodeChainState) String() string

type NodeHeaderHash

type NodeHeaderHash struct {
	BlockNumber  uint64   `protobuf:"varint,1,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"`
	Headerhashes [][]byte `protobuf:"bytes,2,rep,name=headerhashes,proto3" json:"headerhashes,omitempty"`
	// contains filtered or unexported fields
}

func (*NodeHeaderHash) Descriptor deprecated

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

Deprecated: Use NodeHeaderHash.ProtoReflect.Descriptor instead.

func (*NodeHeaderHash) GetBlockNumber

func (x *NodeHeaderHash) GetBlockNumber() uint64

func (*NodeHeaderHash) GetHeaderhashes

func (x *NodeHeaderHash) GetHeaderhashes() [][]byte

func (*NodeHeaderHash) ProtoMessage

func (*NodeHeaderHash) ProtoMessage()

func (*NodeHeaderHash) ProtoReflect

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

func (*NodeHeaderHash) Reset

func (x *NodeHeaderHash) Reset()

func (*NodeHeaderHash) String

func (x *NodeHeaderHash) String() string

type NodeInfo

type NodeInfo struct {
	Version        string         `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	State          NodeInfo_State `protobuf:"varint,2,opt,name=state,proto3,enum=qrl.NodeInfo_State" json:"state,omitempty"`
	NumConnections uint32         `protobuf:"varint,3,opt,name=num_connections,json=numConnections,proto3" json:"num_connections,omitempty"`
	NumKnownPeers  uint32         `protobuf:"varint,4,opt,name=num_known_peers,json=numKnownPeers,proto3" json:"num_known_peers,omitempty"`
	Uptime         uint64         `protobuf:"varint,5,opt,name=uptime,proto3" json:"uptime,omitempty"` // Uptime in seconds
	BlockHeight    uint64         `protobuf:"varint,6,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	BlockLastHash  []byte         `protobuf:"bytes,7,opt,name=block_last_hash,json=blockLastHash,proto3" json:"block_last_hash,omitempty"`
	NetworkId      string         `protobuf:"bytes,8,opt,name=network_id,json=networkId,proto3" json:"network_id,omitempty"`
	// contains filtered or unexported fields
}

func (*NodeInfo) Descriptor deprecated

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

Deprecated: Use NodeInfo.ProtoReflect.Descriptor instead.

func (*NodeInfo) GetBlockHeight

func (x *NodeInfo) GetBlockHeight() uint64

func (*NodeInfo) GetBlockLastHash

func (x *NodeInfo) GetBlockLastHash() []byte

func (*NodeInfo) GetNetworkId

func (x *NodeInfo) GetNetworkId() string

func (*NodeInfo) GetNumConnections

func (x *NodeInfo) GetNumConnections() uint32

func (*NodeInfo) GetNumKnownPeers

func (x *NodeInfo) GetNumKnownPeers() uint32

func (*NodeInfo) GetState

func (x *NodeInfo) GetState() NodeInfo_State

func (*NodeInfo) GetUptime

func (x *NodeInfo) GetUptime() uint64

func (*NodeInfo) GetVersion

func (x *NodeInfo) GetVersion() string

func (*NodeInfo) ProtoMessage

func (*NodeInfo) ProtoMessage()

func (*NodeInfo) ProtoReflect

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

func (*NodeInfo) Reset

func (x *NodeInfo) Reset()

func (*NodeInfo) String

func (x *NodeInfo) String() string

type NodeInfo_State

type NodeInfo_State int32
const (
	NodeInfo_UNKNOWN  NodeInfo_State = 0
	NodeInfo_UNSYNCED NodeInfo_State = 1
	NodeInfo_SYNCING  NodeInfo_State = 2
	NodeInfo_SYNCED   NodeInfo_State = 3
	NodeInfo_FORKED   NodeInfo_State = 4
)

func (NodeInfo_State) Descriptor

func (NodeInfo_State) Enum

func (x NodeInfo_State) Enum() *NodeInfo_State

func (NodeInfo_State) EnumDescriptor deprecated

func (NodeInfo_State) EnumDescriptor() ([]byte, []int)

Deprecated: Use NodeInfo_State.Descriptor instead.

func (NodeInfo_State) Number

func (NodeInfo_State) String

func (x NodeInfo_State) String() string

func (NodeInfo_State) Type

type OTSBitfieldByPage

type OTSBitfieldByPage struct {
	OtsBitfield [][]byte `protobuf:"bytes,1,rep,name=ots_bitfield,json=otsBitfield,proto3" json:"ots_bitfield,omitempty"`
	PageNumber  uint64   `protobuf:"varint,2,opt,name=page_number,json=pageNumber,proto3" json:"page_number,omitempty"`
	// contains filtered or unexported fields
}

func (*OTSBitfieldByPage) Descriptor deprecated

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

Deprecated: Use OTSBitfieldByPage.ProtoReflect.Descriptor instead.

func (*OTSBitfieldByPage) GetOtsBitfield

func (x *OTSBitfieldByPage) GetOtsBitfield() [][]byte

func (*OTSBitfieldByPage) GetPageNumber

func (x *OTSBitfieldByPage) GetPageNumber() uint64

func (*OTSBitfieldByPage) ProtoMessage

func (*OTSBitfieldByPage) ProtoMessage()

func (*OTSBitfieldByPage) ProtoReflect

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

func (*OTSBitfieldByPage) Reset

func (x *OTSBitfieldByPage) Reset()

func (*OTSBitfieldByPage) String

func (x *OTSBitfieldByPage) String() string

type OptimizedAddressState

type OptimizedAddressState struct {
	Address                        []byte         `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Balance                        uint64         `protobuf:"varint,2,opt,name=balance,proto3" json:"balance,omitempty"`
	Nonce                          uint64         `protobuf:"varint,3,opt,name=nonce,proto3" json:"nonce,omitempty"`                                                            // FIXME: Discuss. 32 or 64 bits?
	OtsBitfieldUsedPage            uint64         `protobuf:"varint,4,opt,name=ots_bitfield_used_page,json=otsBitfieldUsedPage,proto3" json:"ots_bitfield_used_page,omitempty"` // Keep track of last page till which all ots key has been used
	UsedOtsKeyCount                uint64         `protobuf:"varint,5,opt,name=used_ots_key_count,json=usedOtsKeyCount,proto3" json:"used_ots_key_count,omitempty"`             // Keep track of number of ots key that has been used
	TransactionHashCount           uint64         `protobuf:"varint,6,opt,name=transaction_hash_count,json=transactionHashCount,proto3" json:"transaction_hash_count,omitempty"`
	TokensCount                    uint64         `protobuf:"varint,7,opt,name=tokens_count,json=tokensCount,proto3" json:"tokens_count,omitempty"`
	SlavesCount                    uint64         `protobuf:"varint,8,opt,name=slaves_count,json=slavesCount,proto3" json:"slaves_count,omitempty"`
	LatticePkCount                 uint64         `protobuf:"varint,9,opt,name=lattice_pk_count,json=latticePkCount,proto3" json:"lattice_pk_count,omitempty"`
	MultiSigAddressCount           uint64         `` /* 127-byte string literal not displayed */
	MultiSigSpendCount             uint64         `protobuf:"varint,11,opt,name=multi_sig_spend_count,json=multiSigSpendCount,proto3" json:"multi_sig_spend_count,omitempty"`
	InboxMessageCount              uint64         `protobuf:"varint,12,opt,name=inbox_message_count,json=inboxMessageCount,proto3" json:"inbox_message_count,omitempty"`
	FoundationMultiSigSpendTxnHash [][]byte       `` /* 160-byte string literal not displayed */
	FoundationMultiSigVoteTxnHash  [][]byte       `` /* 157-byte string literal not displayed */
	Unvotes                        [][]byte       `protobuf:"bytes,15,rep,name=unvotes,proto3" json:"unvotes,omitempty"`
	ProposalVoteStats              []*Transaction `protobuf:"bytes,16,rep,name=proposal_vote_stats,json=proposalVoteStats,proto3" json:"proposal_vote_stats,omitempty"`
	// contains filtered or unexported fields
}

func (*OptimizedAddressState) Descriptor deprecated

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

Deprecated: Use OptimizedAddressState.ProtoReflect.Descriptor instead.

func (*OptimizedAddressState) GetAddress

func (x *OptimizedAddressState) GetAddress() []byte

func (*OptimizedAddressState) GetBalance

func (x *OptimizedAddressState) GetBalance() uint64

func (*OptimizedAddressState) GetFoundationMultiSigSpendTxnHash

func (x *OptimizedAddressState) GetFoundationMultiSigSpendTxnHash() [][]byte

func (*OptimizedAddressState) GetFoundationMultiSigVoteTxnHash

func (x *OptimizedAddressState) GetFoundationMultiSigVoteTxnHash() [][]byte

func (*OptimizedAddressState) GetInboxMessageCount

func (x *OptimizedAddressState) GetInboxMessageCount() uint64

func (*OptimizedAddressState) GetLatticePkCount

func (x *OptimizedAddressState) GetLatticePkCount() uint64

func (*OptimizedAddressState) GetMultiSigAddressCount

func (x *OptimizedAddressState) GetMultiSigAddressCount() uint64

func (*OptimizedAddressState) GetMultiSigSpendCount

func (x *OptimizedAddressState) GetMultiSigSpendCount() uint64

func (*OptimizedAddressState) GetNonce

func (x *OptimizedAddressState) GetNonce() uint64

func (*OptimizedAddressState) GetOtsBitfieldUsedPage

func (x *OptimizedAddressState) GetOtsBitfieldUsedPage() uint64

func (*OptimizedAddressState) GetProposalVoteStats

func (x *OptimizedAddressState) GetProposalVoteStats() []*Transaction

func (*OptimizedAddressState) GetSlavesCount

func (x *OptimizedAddressState) GetSlavesCount() uint64

func (*OptimizedAddressState) GetTokensCount

func (x *OptimizedAddressState) GetTokensCount() uint64

func (*OptimizedAddressState) GetTransactionHashCount

func (x *OptimizedAddressState) GetTransactionHashCount() uint64

func (*OptimizedAddressState) GetUnvotes

func (x *OptimizedAddressState) GetUnvotes() [][]byte

func (*OptimizedAddressState) GetUsedOtsKeyCount

func (x *OptimizedAddressState) GetUsedOtsKeyCount() uint64

func (*OptimizedAddressState) ProtoMessage

func (*OptimizedAddressState) ProtoMessage()

func (*OptimizedAddressState) ProtoReflect

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

func (*OptimizedAddressState) Reset

func (x *OptimizedAddressState) Reset()

func (*OptimizedAddressState) String

func (x *OptimizedAddressState) String() string

type P2PAcknowledgement

type P2PAcknowledgement struct {
	BytesProcessed uint32 `protobuf:"varint,1,opt,name=bytes_processed,json=bytesProcessed,proto3" json:"bytes_processed,omitempty"`
	// contains filtered or unexported fields
}

func (*P2PAcknowledgement) Descriptor deprecated

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

Deprecated: Use P2PAcknowledgement.ProtoReflect.Descriptor instead.

func (*P2PAcknowledgement) GetBytesProcessed

func (x *P2PAcknowledgement) GetBytesProcessed() uint32

func (*P2PAcknowledgement) ProtoMessage

func (*P2PAcknowledgement) ProtoMessage()

func (*P2PAcknowledgement) ProtoReflect

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

func (*P2PAcknowledgement) Reset

func (x *P2PAcknowledgement) Reset()

func (*P2PAcknowledgement) String

func (x *P2PAcknowledgement) String() string

type ParseAddressReq

type ParseAddressReq struct {
	Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

func (*ParseAddressReq) Descriptor deprecated

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

Deprecated: Use ParseAddressReq.ProtoReflect.Descriptor instead.

func (*ParseAddressReq) GetAddress

func (x *ParseAddressReq) GetAddress() []byte

func (*ParseAddressReq) ProtoMessage

func (*ParseAddressReq) ProtoMessage()

func (*ParseAddressReq) ProtoReflect

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

func (*ParseAddressReq) Reset

func (x *ParseAddressReq) Reset()

func (*ParseAddressReq) String

func (x *ParseAddressReq) String() string

type ParseAddressResp

type ParseAddressResp struct {
	IsValid bool               `protobuf:"varint,1,opt,name=is_valid,json=isValid,proto3" json:"is_valid,omitempty"`
	Desc    *AddressDescriptor `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc,omitempty"`
	// contains filtered or unexported fields
}

func (*ParseAddressResp) Descriptor deprecated

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

Deprecated: Use ParseAddressResp.ProtoReflect.Descriptor instead.

func (*ParseAddressResp) GetDesc

func (x *ParseAddressResp) GetDesc() *AddressDescriptor

func (*ParseAddressResp) GetIsValid

func (x *ParseAddressResp) GetIsValid() bool

func (*ParseAddressResp) ProtoMessage

func (*ParseAddressResp) ProtoMessage()

func (*ParseAddressResp) ProtoReflect

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

func (*ParseAddressResp) Reset

func (x *ParseAddressResp) Reset()

func (*ParseAddressResp) String

func (x *ParseAddressResp) String() string

type Peer

type Peer struct {
	Ip string `protobuf:"bytes,1,opt,name=ip,proto3" json:"ip,omitempty"`
	// contains filtered or unexported fields
}

func (*Peer) Descriptor deprecated

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

Deprecated: Use Peer.ProtoReflect.Descriptor instead.

func (*Peer) GetIp

func (x *Peer) GetIp() string

func (*Peer) ProtoMessage

func (*Peer) ProtoMessage()

func (*Peer) ProtoReflect

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

func (*Peer) Reset

func (x *Peer) Reset()

func (*Peer) String

func (x *Peer) String() string

type PeerInfo

type PeerInfo struct {
	PeerIp                   []byte   `protobuf:"bytes,1,opt,name=peer_ip,json=peerIp,proto3" json:"peer_ip,omitempty"`
	Port                     uint32   `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"`
	BannedTimestamp          uint32   `protobuf:"varint,3,opt,name=banned_timestamp,json=bannedTimestamp,proto3" json:"banned_timestamp,omitempty"`
	Credibility              uint32   `protobuf:"varint,4,opt,name=credibility,proto3" json:"credibility,omitempty"`
	LastConnectionsTimestamp []uint32 `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PeerInfo) Descriptor deprecated

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

Deprecated: Use PeerInfo.ProtoReflect.Descriptor instead.

func (*PeerInfo) GetBannedTimestamp

func (x *PeerInfo) GetBannedTimestamp() uint32

func (*PeerInfo) GetCredibility

func (x *PeerInfo) GetCredibility() uint32

func (*PeerInfo) GetLastConnectionsTimestamp

func (x *PeerInfo) GetLastConnectionsTimestamp() []uint32

func (*PeerInfo) GetPeerIp

func (x *PeerInfo) GetPeerIp() []byte

func (*PeerInfo) GetPort

func (x *PeerInfo) GetPort() uint32

func (*PeerInfo) ProtoMessage

func (*PeerInfo) ProtoMessage()

func (*PeerInfo) ProtoReflect

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

func (*PeerInfo) Reset

func (x *PeerInfo) Reset()

func (*PeerInfo) String

func (x *PeerInfo) String() string

type PeerStat

type PeerStat struct {
	PeerIp         []byte          `protobuf:"bytes,1,opt,name=peer_ip,json=peerIp,proto3" json:"peer_ip,omitempty"`
	Port           uint32          `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"`
	NodeChainState *NodeChainState `protobuf:"bytes,3,opt,name=node_chain_state,json=nodeChainState,proto3" json:"node_chain_state,omitempty"`
	// contains filtered or unexported fields
}

func (*PeerStat) Descriptor deprecated

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

Deprecated: Use PeerStat.ProtoReflect.Descriptor instead.

func (*PeerStat) GetNodeChainState

func (x *PeerStat) GetNodeChainState() *NodeChainState

func (*PeerStat) GetPeerIp

func (x *PeerStat) GetPeerIp() []byte

func (*PeerStat) GetPort

func (x *PeerStat) GetPort() uint32

func (*PeerStat) ProtoMessage

func (*PeerStat) ProtoMessage()

func (*PeerStat) ProtoReflect

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

func (*PeerStat) Reset

func (x *PeerStat) Reset()

func (*PeerStat) String

func (x *PeerStat) String() string

type Peers

type Peers struct {
	PeerInfoList []*PeerInfo `protobuf:"bytes,1,rep,name=peer_info_list,json=peerInfoList,proto3" json:"peer_info_list,omitempty"`
	// contains filtered or unexported fields
}

func (*Peers) Descriptor deprecated

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

Deprecated: Use Peers.ProtoReflect.Descriptor instead.

func (*Peers) GetPeerInfoList

func (x *Peers) GetPeerInfoList() []*PeerInfo

func (*Peers) ProtoMessage

func (*Peers) ProtoMessage()

func (*Peers) ProtoReflect

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

func (*Peers) Reset

func (x *Peers) Reset()

func (*Peers) String

func (x *Peers) String() string

type ProposalRecord

type ProposalRecord struct {
	NumberOfTxHashes uint64 `protobuf:"varint,1,opt,name=number_of_tx_hashes,json=numberOfTxHashes,proto3" json:"number_of_tx_hashes,omitempty"`
	// contains filtered or unexported fields
}

func (*ProposalRecord) Descriptor deprecated

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

Deprecated: Use ProposalRecord.ProtoReflect.Descriptor instead.

func (*ProposalRecord) GetNumberOfTxHashes

func (x *ProposalRecord) GetNumberOfTxHashes() uint64

func (*ProposalRecord) ProtoMessage

func (*ProposalRecord) ProtoMessage()

func (*ProposalRecord) ProtoReflect

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

func (*ProposalRecord) Reset

func (x *ProposalRecord) Reset()

func (*ProposalRecord) String

func (x *ProposalRecord) String() string

type ProposalVoteStats

type ProposalVoteStats struct {
	AddrFrom          []byte   `protobuf:"bytes,1,opt,name=addr_from,json=addrFrom,proto3" json:"addr_from,omitempty"`
	SharedKey         []byte   `protobuf:"bytes,2,opt,name=shared_key,json=sharedKey,proto3" json:"shared_key,omitempty"`
	ProposalType      string   `protobuf:"bytes,3,opt,name=proposal_type,json=proposalType,proto3" json:"proposal_type,omitempty"`
	WeightByOption    []uint64 `protobuf:"varint,4,rep,packed,name=weight_by_option,json=weightByOption,proto3" json:"weight_by_option,omitempty"`
	ExpiryBlockNumber uint64   `protobuf:"varint,5,opt,name=expiry_block_number,json=expiryBlockNumber,proto3" json:"expiry_block_number,omitempty"`
	Executed          bool     `protobuf:"varint,6,opt,name=executed,proto3" json:"executed,omitempty"`
	NumberOfTxHashes  uint64   `protobuf:"varint,7,opt,name=number_of_tx_hashes,json=numberOfTxHashes,proto3" json:"number_of_tx_hashes,omitempty"` // Keep track of number of pages for vote txn hash
	// contains filtered or unexported fields
}

func (*ProposalVoteStats) Descriptor deprecated

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

Deprecated: Use ProposalVoteStats.ProtoReflect.Descriptor instead.

func (*ProposalVoteStats) GetAddrFrom

func (x *ProposalVoteStats) GetAddrFrom() []byte

func (*ProposalVoteStats) GetExecuted

func (x *ProposalVoteStats) GetExecuted() bool

func (*ProposalVoteStats) GetExpiryBlockNumber

func (x *ProposalVoteStats) GetExpiryBlockNumber() uint64

func (*ProposalVoteStats) GetNumberOfTxHashes

func (x *ProposalVoteStats) GetNumberOfTxHashes() uint64

func (*ProposalVoteStats) GetProposalType

func (x *ProposalVoteStats) GetProposalType() string

func (*ProposalVoteStats) GetSharedKey

func (x *ProposalVoteStats) GetSharedKey() []byte

func (*ProposalVoteStats) GetWeightByOption

func (x *ProposalVoteStats) GetWeightByOption() []uint64

func (*ProposalVoteStats) ProtoMessage

func (*ProposalVoteStats) ProtoMessage()

func (*ProposalVoteStats) ProtoReflect

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

func (*ProposalVoteStats) Reset

func (x *ProposalVoteStats) Reset()

func (*ProposalVoteStats) String

func (x *ProposalVoteStats) String() string

type PublicAPIClient

type PublicAPIClient interface {
	GetNodeState(ctx context.Context, in *GetNodeStateReq, opts ...grpc.CallOption) (*GetNodeStateResp, error)
	GetKnownPeers(ctx context.Context, in *GetKnownPeersReq, opts ...grpc.CallOption) (*GetKnownPeersResp, error)
	GetPeersStat(ctx context.Context, in *GetPeersStatReq, opts ...grpc.CallOption) (*GetPeersStatResp, error)
	GetStats(ctx context.Context, in *GetStatsReq, opts ...grpc.CallOption) (*GetStatsResp, error)
	GetAddressState(ctx context.Context, in *GetAddressStateReq, opts ...grpc.CallOption) (*GetAddressStateResp, error)
	GetOptimizedAddressState(ctx context.Context, in *GetAddressStateReq, opts ...grpc.CallOption) (*GetOptimizedAddressStateResp, error)
	GetMultiSigAddressState(ctx context.Context, in *GetMultiSigAddressStateReq, opts ...grpc.CallOption) (*GetMultiSigAddressStateResp, error)
	IsSlave(ctx context.Context, in *IsSlaveReq, opts ...grpc.CallOption) (*IsSlaveResp, error)
	GetObject(ctx context.Context, in *GetObjectReq, opts ...grpc.CallOption) (*GetObjectResp, error)
	GetLatestData(ctx context.Context, in *GetLatestDataReq, opts ...grpc.CallOption) (*GetLatestDataResp, error)
	PushTransaction(ctx context.Context, in *PushTransactionReq, opts ...grpc.CallOption) (*PushTransactionResp, error)
	TransferCoins(ctx context.Context, in *TransferCoinsReq, opts ...grpc.CallOption) (*TransferCoinsResp, error)
	ParseAddress(ctx context.Context, in *ParseAddressReq, opts ...grpc.CallOption) (*ParseAddressResp, error)
	GetChainStats(ctx context.Context, in *GetChainStatsReq, opts ...grpc.CallOption) (*GetChainStatsResp, error)
	GetAddressFromPK(ctx context.Context, in *GetAddressFromPKReq, opts ...grpc.CallOption) (*GetAddressFromPKResp, error)
	GetMultiSigCreateTxn(ctx context.Context, in *MultiSigCreateTxnReq, opts ...grpc.CallOption) (*TransferCoinsResp, error)
	GetMultiSigSpendTxn(ctx context.Context, in *MultiSigSpendTxnReq, opts ...grpc.CallOption) (*TransferCoinsResp, error)
	GetMultiSigVoteTxn(ctx context.Context, in *MultiSigVoteTxnReq, opts ...grpc.CallOption) (*TransferCoinsResp, error)
	GetMessageTxn(ctx context.Context, in *MessageTxnReq, opts ...grpc.CallOption) (*TransferCoinsResp, error)
	GetTokenTxn(ctx context.Context, in *TokenTxnReq, opts ...grpc.CallOption) (*TransferCoinsResp, error)
	GetTransferTokenTxn(ctx context.Context, in *TransferTokenTxnReq, opts ...grpc.CallOption) (*TransferCoinsResp, error)
	GetSlaveTxn(ctx context.Context, in *SlaveTxnReq, opts ...grpc.CallOption) (*TransferCoinsResp, error)
	GetLatticeTxn(ctx context.Context, in *LatticeTxnReq, opts ...grpc.CallOption) (*TransferCoinsResp, error)
	GetTransaction(ctx context.Context, in *GetTransactionReq, opts ...grpc.CallOption) (*GetTransactionResp, error)
	GetMiniTransactionsByAddress(ctx context.Context, in *GetMiniTransactionsByAddressReq, opts ...grpc.CallOption) (*GetMiniTransactionsByAddressResp, error)
	GetTransactionsByAddress(ctx context.Context, in *GetTransactionsByAddressReq, opts ...grpc.CallOption) (*GetTransactionsByAddressResp, error)
	GetTokensByAddress(ctx context.Context, in *GetTransactionsByAddressReq, opts ...grpc.CallOption) (*GetTokensByAddressResp, error)
	GetSlavesByAddress(ctx context.Context, in *GetTransactionsByAddressReq, opts ...grpc.CallOption) (*GetSlavesByAddressResp, error)
	GetLatticePKsByAddress(ctx context.Context, in *GetTransactionsByAddressReq, opts ...grpc.CallOption) (*GetLatticePKsByAddressResp, error)
	GetMultiSigAddressesByAddress(ctx context.Context, in *GetTransactionsByAddressReq, opts ...grpc.CallOption) (*GetMultiSigAddressesByAddressResp, error)
	GetMultiSigSpendTxsByAddress(ctx context.Context, in *GetMultiSigSpendTxsByAddressReq, opts ...grpc.CallOption) (*GetMultiSigSpendTxsByAddressResp, error)
	GetVoteStats(ctx context.Context, in *GetVoteStatsReq, opts ...grpc.CallOption) (*GetVoteStatsResp, error)
	GetInboxMessagesByAddress(ctx context.Context, in *GetTransactionsByAddressReq, opts ...grpc.CallOption) (*GetInboxMessagesByAddressResp, error)
	GetBalance(ctx context.Context, in *GetBalanceReq, opts ...grpc.CallOption) (*GetBalanceResp, error)
	GetTotalBalance(ctx context.Context, in *GetTotalBalanceReq, opts ...grpc.CallOption) (*GetTotalBalanceResp, error)
	GetOTS(ctx context.Context, in *GetOTSReq, opts ...grpc.CallOption) (*GetOTSResp, error)
	GetHeight(ctx context.Context, in *GetHeightReq, opts ...grpc.CallOption) (*GetHeightResp, error)
	GetBlock(ctx context.Context, in *GetBlockReq, opts ...grpc.CallOption) (*GetBlockResp, error)
	GetBlockByNumber(ctx context.Context, in *GetBlockByNumberReq, opts ...grpc.CallOption) (*GetBlockByNumberResp, error)
}

PublicAPIClient is the client API for PublicAPI service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewPublicAPIClient

func NewPublicAPIClient(cc grpc.ClientConnInterface) PublicAPIClient

type PublicAPIServer

type PublicAPIServer interface {
	GetNodeState(context.Context, *GetNodeStateReq) (*GetNodeStateResp, error)
	GetKnownPeers(context.Context, *GetKnownPeersReq) (*GetKnownPeersResp, error)
	GetPeersStat(context.Context, *GetPeersStatReq) (*GetPeersStatResp, error)
	GetStats(context.Context, *GetStatsReq) (*GetStatsResp, error)
	GetAddressState(context.Context, *GetAddressStateReq) (*GetAddressStateResp, error)
	GetOptimizedAddressState(context.Context, *GetAddressStateReq) (*GetOptimizedAddressStateResp, error)
	GetMultiSigAddressState(context.Context, *GetMultiSigAddressStateReq) (*GetMultiSigAddressStateResp, error)
	IsSlave(context.Context, *IsSlaveReq) (*IsSlaveResp, error)
	GetObject(context.Context, *GetObjectReq) (*GetObjectResp, error)
	GetLatestData(context.Context, *GetLatestDataReq) (*GetLatestDataResp, error)
	PushTransaction(context.Context, *PushTransactionReq) (*PushTransactionResp, error)
	TransferCoins(context.Context, *TransferCoinsReq) (*TransferCoinsResp, error)
	ParseAddress(context.Context, *ParseAddressReq) (*ParseAddressResp, error)
	GetChainStats(context.Context, *GetChainStatsReq) (*GetChainStatsResp, error)
	GetAddressFromPK(context.Context, *GetAddressFromPKReq) (*GetAddressFromPKResp, error)
	GetMultiSigCreateTxn(context.Context, *MultiSigCreateTxnReq) (*TransferCoinsResp, error)
	GetMultiSigSpendTxn(context.Context, *MultiSigSpendTxnReq) (*TransferCoinsResp, error)
	GetMultiSigVoteTxn(context.Context, *MultiSigVoteTxnReq) (*TransferCoinsResp, error)
	GetMessageTxn(context.Context, *MessageTxnReq) (*TransferCoinsResp, error)
	GetTokenTxn(context.Context, *TokenTxnReq) (*TransferCoinsResp, error)
	GetTransferTokenTxn(context.Context, *TransferTokenTxnReq) (*TransferCoinsResp, error)
	GetSlaveTxn(context.Context, *SlaveTxnReq) (*TransferCoinsResp, error)
	GetLatticeTxn(context.Context, *LatticeTxnReq) (*TransferCoinsResp, error)
	GetTransaction(context.Context, *GetTransactionReq) (*GetTransactionResp, error)
	GetMiniTransactionsByAddress(context.Context, *GetMiniTransactionsByAddressReq) (*GetMiniTransactionsByAddressResp, error)
	GetTransactionsByAddress(context.Context, *GetTransactionsByAddressReq) (*GetTransactionsByAddressResp, error)
	GetTokensByAddress(context.Context, *GetTransactionsByAddressReq) (*GetTokensByAddressResp, error)
	GetSlavesByAddress(context.Context, *GetTransactionsByAddressReq) (*GetSlavesByAddressResp, error)
	GetLatticePKsByAddress(context.Context, *GetTransactionsByAddressReq) (*GetLatticePKsByAddressResp, error)
	GetMultiSigAddressesByAddress(context.Context, *GetTransactionsByAddressReq) (*GetMultiSigAddressesByAddressResp, error)
	GetMultiSigSpendTxsByAddress(context.Context, *GetMultiSigSpendTxsByAddressReq) (*GetMultiSigSpendTxsByAddressResp, error)
	GetVoteStats(context.Context, *GetVoteStatsReq) (*GetVoteStatsResp, error)
	GetInboxMessagesByAddress(context.Context, *GetTransactionsByAddressReq) (*GetInboxMessagesByAddressResp, error)
	GetBalance(context.Context, *GetBalanceReq) (*GetBalanceResp, error)
	GetTotalBalance(context.Context, *GetTotalBalanceReq) (*GetTotalBalanceResp, error)
	GetOTS(context.Context, *GetOTSReq) (*GetOTSResp, error)
	GetHeight(context.Context, *GetHeightReq) (*GetHeightResp, error)
	GetBlock(context.Context, *GetBlockReq) (*GetBlockResp, error)
	GetBlockByNumber(context.Context, *GetBlockByNumberReq) (*GetBlockByNumberResp, error)
	// contains filtered or unexported methods
}

PublicAPIServer is the server API for PublicAPI service. All implementations must embed UnimplementedPublicAPIServer for forward compatibility

type PushTransactionReq

type PushTransactionReq struct {
	TransactionSigned *Transaction `protobuf:"bytes,1,opt,name=transaction_signed,json=transactionSigned,proto3" json:"transaction_signed,omitempty"`
	// contains filtered or unexported fields
}

func (*PushTransactionReq) Descriptor deprecated

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

Deprecated: Use PushTransactionReq.ProtoReflect.Descriptor instead.

func (*PushTransactionReq) GetTransactionSigned

func (x *PushTransactionReq) GetTransactionSigned() *Transaction

func (*PushTransactionReq) ProtoMessage

func (*PushTransactionReq) ProtoMessage()

func (*PushTransactionReq) ProtoReflect

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

func (*PushTransactionReq) Reset

func (x *PushTransactionReq) Reset()

func (*PushTransactionReq) String

func (x *PushTransactionReq) String() string

type PushTransactionResp

type PushTransactionResp struct {
	ErrorCode        PushTransactionResp_ResponseCode `` /* 131-byte string literal not displayed */
	ErrorDescription string                           `protobuf:"bytes,2,opt,name=error_description,json=errorDescription,proto3" json:"error_description,omitempty"`
	TxHash           []byte                           `protobuf:"bytes,3,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*PushTransactionResp) Descriptor deprecated

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

Deprecated: Use PushTransactionResp.ProtoReflect.Descriptor instead.

func (*PushTransactionResp) GetErrorCode

func (*PushTransactionResp) GetErrorDescription

func (x *PushTransactionResp) GetErrorDescription() string

func (*PushTransactionResp) GetTxHash

func (x *PushTransactionResp) GetTxHash() []byte

func (*PushTransactionResp) ProtoMessage

func (*PushTransactionResp) ProtoMessage()

func (*PushTransactionResp) ProtoReflect

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

func (*PushTransactionResp) Reset

func (x *PushTransactionResp) Reset()

func (*PushTransactionResp) String

func (x *PushTransactionResp) String() string

type PushTransactionResp_ResponseCode

type PushTransactionResp_ResponseCode int32
const (
	PushTransactionResp_UNKNOWN           PushTransactionResp_ResponseCode = 0
	PushTransactionResp_ERROR             PushTransactionResp_ResponseCode = 1
	PushTransactionResp_VALIDATION_FAILED PushTransactionResp_ResponseCode = 2
	PushTransactionResp_SUBMITTED         PushTransactionResp_ResponseCode = 3
)

func (PushTransactionResp_ResponseCode) Descriptor

func (PushTransactionResp_ResponseCode) Enum

func (PushTransactionResp_ResponseCode) EnumDescriptor deprecated

func (PushTransactionResp_ResponseCode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PushTransactionResp_ResponseCode.Descriptor instead.

func (PushTransactionResp_ResponseCode) Number

func (PushTransactionResp_ResponseCode) String

func (PushTransactionResp_ResponseCode) Type

type SlaveDetail

type SlaveDetail struct {
	SlaveAddress []byte `protobuf:"bytes,1,opt,name=slave_address,json=slaveAddress,proto3" json:"slave_address,omitempty"`
	AccessType   uint64 `protobuf:"varint,2,opt,name=access_type,json=accessType,proto3" json:"access_type,omitempty"`
	// contains filtered or unexported fields
}

func (*SlaveDetail) Descriptor deprecated

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

Deprecated: Use SlaveDetail.ProtoReflect.Descriptor instead.

func (*SlaveDetail) GetAccessType

func (x *SlaveDetail) GetAccessType() uint64

func (*SlaveDetail) GetSlaveAddress

func (x *SlaveDetail) GetSlaveAddress() []byte

func (*SlaveDetail) ProtoMessage

func (*SlaveDetail) ProtoMessage()

func (*SlaveDetail) ProtoReflect

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

func (*SlaveDetail) Reset

func (x *SlaveDetail) Reset()

func (*SlaveDetail) String

func (x *SlaveDetail) String() string

type SlaveMetadata

type SlaveMetadata struct {
	AccessType uint64 `protobuf:"varint,1,opt,name=access_type,json=accessType,proto3" json:"access_type,omitempty"`
	TxHash     []byte `protobuf:"bytes,2,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"`
	Delete     bool   `protobuf:"varint,3,opt,name=delete,proto3" json:"delete,omitempty"`
	// contains filtered or unexported fields
}

func (*SlaveMetadata) Descriptor deprecated

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

Deprecated: Use SlaveMetadata.ProtoReflect.Descriptor instead.

func (*SlaveMetadata) GetAccessType

func (x *SlaveMetadata) GetAccessType() uint64

func (*SlaveMetadata) GetDelete

func (x *SlaveMetadata) GetDelete() bool

func (*SlaveMetadata) GetTxHash

func (x *SlaveMetadata) GetTxHash() []byte

func (*SlaveMetadata) ProtoMessage

func (*SlaveMetadata) ProtoMessage()

func (*SlaveMetadata) ProtoReflect

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

func (*SlaveMetadata) Reset

func (x *SlaveMetadata) Reset()

func (*SlaveMetadata) String

func (x *SlaveMetadata) String() string

type SlaveTxnReq

type SlaveTxnReq struct {
	MasterAddr  []byte   `protobuf:"bytes,1,opt,name=master_addr,json=masterAddr,proto3" json:"master_addr,omitempty"`
	SlavePks    [][]byte `protobuf:"bytes,2,rep,name=slave_pks,json=slavePks,proto3" json:"slave_pks,omitempty"`
	AccessTypes []uint32 `protobuf:"varint,3,rep,packed,name=access_types,json=accessTypes,proto3" json:"access_types,omitempty"`
	Fee         uint64   `protobuf:"varint,4,opt,name=fee,proto3" json:"fee,omitempty"`
	XmssPk      []byte   `protobuf:"bytes,5,opt,name=xmss_pk,json=xmssPk,proto3" json:"xmss_pk,omitempty"`
	// contains filtered or unexported fields
}

func (*SlaveTxnReq) Descriptor deprecated

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

Deprecated: Use SlaveTxnReq.ProtoReflect.Descriptor instead.

func (*SlaveTxnReq) GetAccessTypes

func (x *SlaveTxnReq) GetAccessTypes() []uint32

func (*SlaveTxnReq) GetFee

func (x *SlaveTxnReq) GetFee() uint64

func (*SlaveTxnReq) GetMasterAddr

func (x *SlaveTxnReq) GetMasterAddr() []byte

func (*SlaveTxnReq) GetSlavePks

func (x *SlaveTxnReq) GetSlavePks() [][]byte

func (*SlaveTxnReq) GetXmssPk

func (x *SlaveTxnReq) GetXmssPk() []byte

func (*SlaveTxnReq) ProtoMessage

func (*SlaveTxnReq) ProtoMessage()

func (*SlaveTxnReq) ProtoReflect

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

func (*SlaveTxnReq) Reset

func (x *SlaveTxnReq) Reset()

func (*SlaveTxnReq) String

func (x *SlaveTxnReq) String() string

type StoredPeers

type StoredPeers struct {
	Peers []*Peer `protobuf:"bytes,1,rep,name=peers,proto3" json:"peers,omitempty"`
	// contains filtered or unexported fields
}

func (*StoredPeers) Descriptor deprecated

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

Deprecated: Use StoredPeers.ProtoReflect.Descriptor instead.

func (*StoredPeers) GetPeers

func (x *StoredPeers) GetPeers() []*Peer

func (*StoredPeers) ProtoMessage

func (*StoredPeers) ProtoMessage()

func (*StoredPeers) ProtoReflect

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

func (*StoredPeers) Reset

func (x *StoredPeers) Reset()

func (*StoredPeers) String

func (x *StoredPeers) String() string

type TokenBalance

type TokenBalance struct {
	Balance  uint64 `protobuf:"varint,1,opt,name=balance,proto3" json:"balance,omitempty"`
	Decimals uint64 `protobuf:"varint,2,opt,name=decimals,proto3" json:"decimals,omitempty"`
	TxHash   []byte `protobuf:"bytes,3,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"` // Tx hash responsible for the creation of this data
	Delete   bool   `protobuf:"varint,4,opt,name=delete,proto3" json:"delete,omitempty"`              // For internal use only
	// contains filtered or unexported fields
}

func (*TokenBalance) Descriptor deprecated

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

Deprecated: Use TokenBalance.ProtoReflect.Descriptor instead.

func (*TokenBalance) GetBalance

func (x *TokenBalance) GetBalance() uint64

func (*TokenBalance) GetDecimals

func (x *TokenBalance) GetDecimals() uint64

func (*TokenBalance) GetDelete

func (x *TokenBalance) GetDelete() bool

func (*TokenBalance) GetTxHash

func (x *TokenBalance) GetTxHash() []byte

func (*TokenBalance) ProtoMessage

func (*TokenBalance) ProtoMessage()

func (*TokenBalance) ProtoReflect

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

func (*TokenBalance) Reset

func (x *TokenBalance) Reset()

func (*TokenBalance) String

func (x *TokenBalance) String() string

type TokenDetail

type TokenDetail struct {
	TokenTxhash []byte `protobuf:"bytes,1,opt,name=token_txhash,json=tokenTxhash,proto3" json:"token_txhash,omitempty"`
	Name        []byte `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Symbol      []byte `protobuf:"bytes,3,opt,name=symbol,proto3" json:"symbol,omitempty"`
	Balance     uint64 `protobuf:"varint,4,opt,name=balance,proto3" json:"balance,omitempty"`
	// contains filtered or unexported fields
}

func (*TokenDetail) Descriptor deprecated

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

Deprecated: Use TokenDetail.ProtoReflect.Descriptor instead.

func (*TokenDetail) GetBalance

func (x *TokenDetail) GetBalance() uint64

func (*TokenDetail) GetName

func (x *TokenDetail) GetName() []byte

func (*TokenDetail) GetSymbol

func (x *TokenDetail) GetSymbol() []byte

func (*TokenDetail) GetTokenTxhash

func (x *TokenDetail) GetTokenTxhash() []byte

func (*TokenDetail) ProtoMessage

func (*TokenDetail) ProtoMessage()

func (*TokenDetail) ProtoReflect

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

func (*TokenDetail) Reset

func (x *TokenDetail) Reset()

func (*TokenDetail) String

func (x *TokenDetail) String() string

type TokenList

type TokenList struct {
	TokenTxhash [][]byte `protobuf:"bytes,1,rep,name=token_txhash,json=tokenTxhash,proto3" json:"token_txhash,omitempty"`
	// contains filtered or unexported fields
}

func (*TokenList) Descriptor deprecated

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

Deprecated: Use TokenList.ProtoReflect.Descriptor instead.

func (*TokenList) GetTokenTxhash

func (x *TokenList) GetTokenTxhash() [][]byte

func (*TokenList) ProtoMessage

func (*TokenList) ProtoMessage()

func (*TokenList) ProtoReflect

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

func (*TokenList) Reset

func (x *TokenList) Reset()

func (*TokenList) String

func (x *TokenList) String() string

type TokenMetadata

type TokenMetadata struct {
	TokenTxhash           []byte   `protobuf:"bytes,1,opt,name=token_txhash,json=tokenTxhash,proto3" json:"token_txhash,omitempty"`
	TransferTokenTxHashes [][]byte `` /* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TokenMetadata) Descriptor deprecated

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

Deprecated: Use TokenMetadata.ProtoReflect.Descriptor instead.

func (*TokenMetadata) GetTokenTxhash

func (x *TokenMetadata) GetTokenTxhash() []byte

func (*TokenMetadata) GetTransferTokenTxHashes

func (x *TokenMetadata) GetTransferTokenTxHashes() [][]byte

func (*TokenMetadata) ProtoMessage

func (*TokenMetadata) ProtoMessage()

func (*TokenMetadata) ProtoReflect

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

func (*TokenMetadata) Reset

func (x *TokenMetadata) Reset()

func (*TokenMetadata) String

func (x *TokenMetadata) String() string

type TokenTxnReq

type TokenTxnReq struct {
	MasterAddr      []byte           `protobuf:"bytes,1,opt,name=master_addr,json=masterAddr,proto3" json:"master_addr,omitempty"`
	Symbol          []byte           `protobuf:"bytes,2,opt,name=symbol,proto3" json:"symbol,omitempty"`
	Name            []byte           `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Owner           []byte           `protobuf:"bytes,4,opt,name=owner,proto3" json:"owner,omitempty"`
	Decimals        uint64           `protobuf:"varint,5,opt,name=decimals,proto3" json:"decimals,omitempty"`
	InitialBalances []*AddressAmount `protobuf:"bytes,6,rep,name=initial_balances,json=initialBalances,proto3" json:"initial_balances,omitempty"`
	Fee             uint64           `protobuf:"varint,7,opt,name=fee,proto3" json:"fee,omitempty"`
	XmssPk          []byte           `protobuf:"bytes,8,opt,name=xmss_pk,json=xmssPk,proto3" json:"xmss_pk,omitempty"`
	// contains filtered or unexported fields
}

func (*TokenTxnReq) Descriptor deprecated

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

Deprecated: Use TokenTxnReq.ProtoReflect.Descriptor instead.

func (*TokenTxnReq) GetDecimals

func (x *TokenTxnReq) GetDecimals() uint64

func (*TokenTxnReq) GetFee

func (x *TokenTxnReq) GetFee() uint64

func (*TokenTxnReq) GetInitialBalances

func (x *TokenTxnReq) GetInitialBalances() []*AddressAmount

func (*TokenTxnReq) GetMasterAddr

func (x *TokenTxnReq) GetMasterAddr() []byte

func (*TokenTxnReq) GetName

func (x *TokenTxnReq) GetName() []byte

func (*TokenTxnReq) GetOwner

func (x *TokenTxnReq) GetOwner() []byte

func (*TokenTxnReq) GetSymbol

func (x *TokenTxnReq) GetSymbol() []byte

func (*TokenTxnReq) GetXmssPk

func (x *TokenTxnReq) GetXmssPk() []byte

func (*TokenTxnReq) ProtoMessage

func (*TokenTxnReq) ProtoMessage()

func (*TokenTxnReq) ProtoReflect

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

func (*TokenTxnReq) Reset

func (x *TokenTxnReq) Reset()

func (*TokenTxnReq) String

func (x *TokenTxnReq) String() string

type Transaction

type Transaction struct {
	MasterAddr      []byte `protobuf:"bytes,1,opt,name=master_addr,json=masterAddr,proto3" json:"master_addr,omitempty"`
	Fee             uint64 `protobuf:"varint,2,opt,name=fee,proto3" json:"fee,omitempty"`
	PublicKey       []byte `protobuf:"bytes,3,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	Signature       []byte `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty"`
	Nonce           uint64 `protobuf:"varint,5,opt,name=nonce,proto3" json:"nonce,omitempty"`
	TransactionHash []byte `protobuf:"bytes,6,opt,name=transaction_hash,json=transactionHash,proto3" json:"transaction_hash,omitempty"`
	// Types that are assignable to TransactionType:
	//
	//	*Transaction_Transfer_
	//	*Transaction_Coinbase
	//	*Transaction_LatticePK
	//	*Transaction_Message_
	//	*Transaction_Token_
	//	*Transaction_TransferToken_
	//	*Transaction_Slave_
	//	*Transaction_MultiSigCreate_
	//	*Transaction_MultiSigSpend_
	//	*Transaction_MultiSigVote_
	//	*Transaction_ProposalCreate_
	//	*Transaction_ProposalVote_
	TransactionType isTransaction_TransactionType `protobuf_oneof:"transactionType"`
	// contains filtered or unexported fields
}

func (*Transaction) Descriptor deprecated

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

Deprecated: Use Transaction.ProtoReflect.Descriptor instead.

func (*Transaction) GetCoinbase

func (x *Transaction) GetCoinbase() *Transaction_CoinBase

func (*Transaction) GetFee

func (x *Transaction) GetFee() uint64

func (*Transaction) GetLatticePK

func (x *Transaction) GetLatticePK() *Transaction_LatticePublicKey

func (*Transaction) GetMasterAddr

func (x *Transaction) GetMasterAddr() []byte

func (*Transaction) GetMessage

func (x *Transaction) GetMessage() *Transaction_Message

func (*Transaction) GetMultiSigCreate

func (x *Transaction) GetMultiSigCreate() *Transaction_MultiSigCreate

func (*Transaction) GetMultiSigSpend

func (x *Transaction) GetMultiSigSpend() *Transaction_MultiSigSpend

func (*Transaction) GetMultiSigVote

func (x *Transaction) GetMultiSigVote() *Transaction_MultiSigVote

func (*Transaction) GetNonce

func (x *Transaction) GetNonce() uint64

func (*Transaction) GetProposalCreate

func (x *Transaction) GetProposalCreate() *Transaction_ProposalCreate

func (*Transaction) GetProposalVote

func (x *Transaction) GetProposalVote() *Transaction_ProposalVote

func (*Transaction) GetPublicKey

func (x *Transaction) GetPublicKey() []byte

func (*Transaction) GetSignature

func (x *Transaction) GetSignature() []byte

func (*Transaction) GetSlave

func (x *Transaction) GetSlave() *Transaction_Slave

func (*Transaction) GetToken

func (x *Transaction) GetToken() *Transaction_Token

func (*Transaction) GetTransactionHash

func (x *Transaction) GetTransactionHash() []byte

func (*Transaction) GetTransactionType

func (m *Transaction) GetTransactionType() isTransaction_TransactionType

func (*Transaction) GetTransfer

func (x *Transaction) GetTransfer() *Transaction_Transfer

func (*Transaction) GetTransferToken

func (x *Transaction) GetTransferToken() *Transaction_TransferToken

func (*Transaction) ProtoMessage

func (*Transaction) ProtoMessage()

func (*Transaction) ProtoReflect

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

func (*Transaction) Reset

func (x *Transaction) Reset()

func (*Transaction) String

func (x *Transaction) String() string

type TransactionCount

type TransactionCount struct {
	Count map[uint32]uint32 `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TransactionCount) Descriptor deprecated

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

Deprecated: Use TransactionCount.ProtoReflect.Descriptor instead.

func (*TransactionCount) GetCount

func (x *TransactionCount) GetCount() map[uint32]uint32

func (*TransactionCount) ProtoMessage

func (*TransactionCount) ProtoMessage()

func (*TransactionCount) ProtoReflect

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

func (*TransactionCount) Reset

func (x *TransactionCount) Reset()

func (*TransactionCount) String

func (x *TransactionCount) String() string

type TransactionExtended

type TransactionExtended struct {
	Header           *BlockHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	Tx               *Transaction `protobuf:"bytes,2,opt,name=tx,proto3" json:"tx,omitempty"`
	AddrFrom         []byte       `protobuf:"bytes,3,opt,name=addr_from,json=addrFrom,proto3" json:"addr_from,omitempty"`
	Size             uint64       `protobuf:"varint,4,opt,name=size,proto3" json:"size,omitempty"`
	TimestampSeconds uint64       `protobuf:"varint,5,opt,name=timestamp_seconds,json=timestampSeconds,proto3" json:"timestamp_seconds,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionExtended) Descriptor deprecated

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

Deprecated: Use TransactionExtended.ProtoReflect.Descriptor instead.

func (*TransactionExtended) GetAddrFrom

func (x *TransactionExtended) GetAddrFrom() []byte

func (*TransactionExtended) GetHeader

func (x *TransactionExtended) GetHeader() *BlockHeader

func (*TransactionExtended) GetSize

func (x *TransactionExtended) GetSize() uint64

func (*TransactionExtended) GetTimestampSeconds

func (x *TransactionExtended) GetTimestampSeconds() uint64

func (*TransactionExtended) GetTx

func (x *TransactionExtended) GetTx() *Transaction

func (*TransactionExtended) ProtoMessage

func (*TransactionExtended) ProtoMessage()

func (*TransactionExtended) ProtoReflect

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

func (*TransactionExtended) Reset

func (x *TransactionExtended) Reset()

func (*TransactionExtended) String

func (x *TransactionExtended) String() string

type TransactionHashList

type TransactionHashList struct {
	Hashes [][]byte `protobuf:"bytes,1,rep,name=hashes,proto3" json:"hashes,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionHashList) Descriptor deprecated

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

Deprecated: Use TransactionHashList.ProtoReflect.Descriptor instead.

func (*TransactionHashList) GetHashes

func (x *TransactionHashList) GetHashes() [][]byte

func (*TransactionHashList) ProtoMessage

func (*TransactionHashList) ProtoMessage()

func (*TransactionHashList) ProtoReflect

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

func (*TransactionHashList) Reset

func (x *TransactionHashList) Reset()

func (*TransactionHashList) String

func (x *TransactionHashList) String() string

type Transaction_CoinBase

type Transaction_CoinBase struct {
	AddrTo []byte `protobuf:"bytes,1,opt,name=addr_to,json=addrTo,proto3" json:"addr_to,omitempty"`
	Amount uint64 `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*Transaction_CoinBase) Descriptor deprecated

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

Deprecated: Use Transaction_CoinBase.ProtoReflect.Descriptor instead.

func (*Transaction_CoinBase) GetAddrTo

func (x *Transaction_CoinBase) GetAddrTo() []byte

func (*Transaction_CoinBase) GetAmount

func (x *Transaction_CoinBase) GetAmount() uint64

func (*Transaction_CoinBase) ProtoMessage

func (*Transaction_CoinBase) ProtoMessage()

func (*Transaction_CoinBase) ProtoReflect

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

func (*Transaction_CoinBase) Reset

func (x *Transaction_CoinBase) Reset()

func (*Transaction_CoinBase) String

func (x *Transaction_CoinBase) String() string

type Transaction_Coinbase

type Transaction_Coinbase struct {
	Coinbase *Transaction_CoinBase `protobuf:"bytes,8,opt,name=coinbase,proto3,oneof"`
}

type Transaction_LatticePK

type Transaction_LatticePK struct {
	LatticePK *Transaction_LatticePublicKey `protobuf:"bytes,9,opt,name=latticePK,proto3,oneof"`
}

type Transaction_LatticePublicKey

type Transaction_LatticePublicKey struct {
	Pk1 []byte `protobuf:"bytes,1,opt,name=pk1,proto3" json:"pk1,omitempty"` // kyber_pk
	Pk2 []byte `protobuf:"bytes,2,opt,name=pk2,proto3" json:"pk2,omitempty"` // dilithium_pk
	Pk3 []byte `protobuf:"bytes,3,opt,name=pk3,proto3" json:"pk3,omitempty"` // ecdsa_pk
	// contains filtered or unexported fields
}

func (*Transaction_LatticePublicKey) Descriptor deprecated

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

Deprecated: Use Transaction_LatticePublicKey.ProtoReflect.Descriptor instead.

func (*Transaction_LatticePublicKey) GetPk1

func (x *Transaction_LatticePublicKey) GetPk1() []byte

func (*Transaction_LatticePublicKey) GetPk2

func (x *Transaction_LatticePublicKey) GetPk2() []byte

func (*Transaction_LatticePublicKey) GetPk3

func (x *Transaction_LatticePublicKey) GetPk3() []byte

func (*Transaction_LatticePublicKey) ProtoMessage

func (*Transaction_LatticePublicKey) ProtoMessage()

func (*Transaction_LatticePublicKey) ProtoReflect

func (*Transaction_LatticePublicKey) Reset

func (x *Transaction_LatticePublicKey) Reset()

func (*Transaction_LatticePublicKey) String

type Transaction_Message

type Transaction_Message struct {
	MessageHash []byte `protobuf:"bytes,1,opt,name=message_hash,json=messageHash,proto3" json:"message_hash,omitempty"`
	AddrTo      []byte `protobuf:"bytes,2,opt,name=addr_to,json=addrTo,proto3" json:"addr_to,omitempty"`
	// contains filtered or unexported fields
}

func (*Transaction_Message) Descriptor deprecated

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

Deprecated: Use Transaction_Message.ProtoReflect.Descriptor instead.

func (*Transaction_Message) GetAddrTo

func (x *Transaction_Message) GetAddrTo() []byte

func (*Transaction_Message) GetMessageHash

func (x *Transaction_Message) GetMessageHash() []byte

func (*Transaction_Message) ProtoMessage

func (*Transaction_Message) ProtoMessage()

func (*Transaction_Message) ProtoReflect

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

func (*Transaction_Message) Reset

func (x *Transaction_Message) Reset()

func (*Transaction_Message) String

func (x *Transaction_Message) String() string

type Transaction_Message_

type Transaction_Message_ struct {
	Message *Transaction_Message `protobuf:"bytes,10,opt,name=message,proto3,oneof"`
}

type Transaction_MultiSigCreate

type Transaction_MultiSigCreate struct {
	Signatories [][]byte `protobuf:"bytes,1,rep,name=signatories,proto3" json:"signatories,omitempty"`
	Weights     []uint32 `protobuf:"varint,2,rep,packed,name=weights,proto3" json:"weights,omitempty"`
	Threshold   uint32   `protobuf:"varint,3,opt,name=threshold,proto3" json:"threshold,omitempty"`
	// contains filtered or unexported fields
}

func (*Transaction_MultiSigCreate) Descriptor deprecated

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

Deprecated: Use Transaction_MultiSigCreate.ProtoReflect.Descriptor instead.

func (*Transaction_MultiSigCreate) GetSignatories

func (x *Transaction_MultiSigCreate) GetSignatories() [][]byte

func (*Transaction_MultiSigCreate) GetThreshold

func (x *Transaction_MultiSigCreate) GetThreshold() uint32

func (*Transaction_MultiSigCreate) GetWeights

func (x *Transaction_MultiSigCreate) GetWeights() []uint32

func (*Transaction_MultiSigCreate) ProtoMessage

func (*Transaction_MultiSigCreate) ProtoMessage()

func (*Transaction_MultiSigCreate) ProtoReflect

func (*Transaction_MultiSigCreate) Reset

func (x *Transaction_MultiSigCreate) Reset()

func (*Transaction_MultiSigCreate) String

func (x *Transaction_MultiSigCreate) String() string

type Transaction_MultiSigCreate_

type Transaction_MultiSigCreate_ struct {
	MultiSigCreate *Transaction_MultiSigCreate `protobuf:"bytes,14,opt,name=multi_sig_create,json=multiSigCreate,proto3,oneof"`
}

type Transaction_MultiSigSpend

type Transaction_MultiSigSpend struct {
	MultiSigAddress   []byte   `protobuf:"bytes,1,opt,name=multi_sig_address,json=multiSigAddress,proto3" json:"multi_sig_address,omitempty"`
	AddrsTo           [][]byte `protobuf:"bytes,2,rep,name=addrs_to,json=addrsTo,proto3" json:"addrs_to,omitempty"`
	Amounts           []uint64 `protobuf:"varint,3,rep,packed,name=amounts,proto3" json:"amounts,omitempty"`
	ExpiryBlockNumber uint64   `protobuf:"varint,4,opt,name=expiry_block_number,json=expiryBlockNumber,proto3" json:"expiry_block_number,omitempty"`
	// contains filtered or unexported fields
}

func (*Transaction_MultiSigSpend) Descriptor deprecated

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

Deprecated: Use Transaction_MultiSigSpend.ProtoReflect.Descriptor instead.

func (*Transaction_MultiSigSpend) GetAddrsTo

func (x *Transaction_MultiSigSpend) GetAddrsTo() [][]byte

func (*Transaction_MultiSigSpend) GetAmounts

func (x *Transaction_MultiSigSpend) GetAmounts() []uint64

func (*Transaction_MultiSigSpend) GetExpiryBlockNumber

func (x *Transaction_MultiSigSpend) GetExpiryBlockNumber() uint64

func (*Transaction_MultiSigSpend) GetMultiSigAddress

func (x *Transaction_MultiSigSpend) GetMultiSigAddress() []byte

func (*Transaction_MultiSigSpend) ProtoMessage

func (*Transaction_MultiSigSpend) ProtoMessage()

func (*Transaction_MultiSigSpend) ProtoReflect

func (*Transaction_MultiSigSpend) Reset

func (x *Transaction_MultiSigSpend) Reset()

func (*Transaction_MultiSigSpend) String

func (x *Transaction_MultiSigSpend) String() string

type Transaction_MultiSigSpend_

type Transaction_MultiSigSpend_ struct {
	MultiSigSpend *Transaction_MultiSigSpend `protobuf:"bytes,15,opt,name=multi_sig_spend,json=multiSigSpend,proto3,oneof"`
}

type Transaction_MultiSigVote

type Transaction_MultiSigVote struct {
	SharedKey  []byte `protobuf:"bytes,1,opt,name=shared_key,json=sharedKey,proto3" json:"shared_key,omitempty"`
	Unvote     bool   `protobuf:"varint,2,opt,name=unvote,proto3" json:"unvote,omitempty"`
	PrevTxHash []byte `protobuf:"bytes,3,opt,name=prev_tx_hash,json=prevTxHash,proto3" json:"prev_tx_hash,omitempty"` // To be used internally by State
	// contains filtered or unexported fields
}

func (*Transaction_MultiSigVote) Descriptor deprecated

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

Deprecated: Use Transaction_MultiSigVote.ProtoReflect.Descriptor instead.

func (*Transaction_MultiSigVote) GetPrevTxHash

func (x *Transaction_MultiSigVote) GetPrevTxHash() []byte

func (*Transaction_MultiSigVote) GetSharedKey

func (x *Transaction_MultiSigVote) GetSharedKey() []byte

func (*Transaction_MultiSigVote) GetUnvote

func (x *Transaction_MultiSigVote) GetUnvote() bool

func (*Transaction_MultiSigVote) ProtoMessage

func (*Transaction_MultiSigVote) ProtoMessage()

func (*Transaction_MultiSigVote) ProtoReflect

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

func (*Transaction_MultiSigVote) Reset

func (x *Transaction_MultiSigVote) Reset()

func (*Transaction_MultiSigVote) String

func (x *Transaction_MultiSigVote) String() string

type Transaction_MultiSigVote_

type Transaction_MultiSigVote_ struct {
	MultiSigVote *Transaction_MultiSigVote `protobuf:"bytes,16,opt,name=multi_sig_vote,json=multiSigVote,proto3,oneof"`
}

type Transaction_ProposalCreate

type Transaction_ProposalCreate struct {
	ExpiryBlockNumber uint64 `protobuf:"varint,1,opt,name=expiry_block_number,json=expiryBlockNumber,proto3" json:"expiry_block_number,omitempty"`
	Description       string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	// Types that are assignable to ProposalType:
	//
	//	*Transaction_ProposalCreate_Qip
	//	*Transaction_ProposalCreate_Config_
	//	*Transaction_ProposalCreate_Other_
	ProposalType isTransaction_ProposalCreate_ProposalType `protobuf_oneof:"proposalType"`
	// contains filtered or unexported fields
}

func (*Transaction_ProposalCreate) Descriptor deprecated

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

Deprecated: Use Transaction_ProposalCreate.ProtoReflect.Descriptor instead.

func (*Transaction_ProposalCreate) GetConfig

func (*Transaction_ProposalCreate) GetDescription

func (x *Transaction_ProposalCreate) GetDescription() string

func (*Transaction_ProposalCreate) GetExpiryBlockNumber

func (x *Transaction_ProposalCreate) GetExpiryBlockNumber() uint64

func (*Transaction_ProposalCreate) GetOther

func (*Transaction_ProposalCreate) GetProposalType

func (m *Transaction_ProposalCreate) GetProposalType() isTransaction_ProposalCreate_ProposalType

func (*Transaction_ProposalCreate) GetQip

func (*Transaction_ProposalCreate) ProtoMessage

func (*Transaction_ProposalCreate) ProtoMessage()

func (*Transaction_ProposalCreate) ProtoReflect

func (*Transaction_ProposalCreate) Reset

func (x *Transaction_ProposalCreate) Reset()

func (*Transaction_ProposalCreate) String

func (x *Transaction_ProposalCreate) String() string

type Transaction_ProposalCreate_

type Transaction_ProposalCreate_ struct {
	ProposalCreate *Transaction_ProposalCreate `protobuf:"bytes,17,opt,name=proposal_create,json=proposalCreate,proto3,oneof"`
}

type Transaction_ProposalCreate_Config

type Transaction_ProposalCreate_Config struct {
	ChangesBitfield                              [][]byte `protobuf:"bytes,1,rep,name=changes_bitfield,json=changesBitfield,proto3" json:"changes_bitfield,omitempty"`
	ReorgLimit                                   uint64   `protobuf:"varint,2,opt,name=reorg_limit,json=reorgLimit,proto3" json:"reorg_limit,omitempty"`
	MaxCoinSupply                                uint64   `protobuf:"varint,3,opt,name=max_coin_supply,json=maxCoinSupply,proto3" json:"max_coin_supply,omitempty"`
	CompleteEmissionTimeSpanInYears              uint64   `` /* 163-byte string literal not displayed */
	MiningNonceOffset                            uint64   `protobuf:"varint,5,opt,name=mining_nonce_offset,json=miningNonceOffset,proto3" json:"mining_nonce_offset,omitempty"`
	ExtraNonceOffset                             uint64   `protobuf:"varint,6,opt,name=extra_nonce_offset,json=extraNonceOffset,proto3" json:"extra_nonce_offset,omitempty"`
	MiningBlobSizeInBytes                        uint64   ``                                                                                                                           /* 131-byte string literal not displayed */
	BlockTimingInSeconds                         uint64   ``                                                                                                                           /* 126-byte string literal not displayed */
	NumberOfBlocksAnalyze                        uint64   ``                                                                                                                           /* 129-byte string literal not displayed */
	BlockSizeMultiplier                          uint64   `protobuf:"varint,10,opt,name=block_size_multiplier,json=blockSizeMultiplier,proto3" json:"block_size_multiplier,omitempty"` // Support upto 2 decimal places
	BlockMinSizeLimitInBytes                     uint64   ``                                                                                                                           /* 143-byte string literal not displayed */
	TransactionMultiOutputLimit                  uint64   ``                                                                                                                           /* 148-byte string literal not displayed */
	MessageMaxLength                             uint64   `protobuf:"varint,13,opt,name=message_max_length,json=messageMaxLength,proto3" json:"message_max_length,omitempty"`
	TokenSymbolMaxLength                         uint64   `` /* 127-byte string literal not displayed */
	TokenNameMaxLength                           uint64   `protobuf:"varint,15,opt,name=token_name_max_length,json=tokenNameMaxLength,proto3" json:"token_name_max_length,omitempty"`
	LatticePk1MaxLength                          uint64   `protobuf:"varint,16,opt,name=lattice_pk1_max_length,json=latticePk1MaxLength,proto3" json:"lattice_pk1_max_length,omitempty"`
	LatticePk2MaxLength                          uint64   `protobuf:"varint,17,opt,name=lattice_pk2_max_length,json=latticePk2MaxLength,proto3" json:"lattice_pk2_max_length,omitempty"`
	LatticePk3MaxLength                          uint64   `protobuf:"varint,18,opt,name=lattice_pk3_max_length,json=latticePk3MaxLength,proto3" json:"lattice_pk3_max_length,omitempty"`
	FoundationMultiSigAddressThresholdPercentage uint64   `` /* 203-byte string literal not displayed */
	ProposalThresholdPer                         uint64   `protobuf:"varint,20,opt,name=proposal_threshold_per,json=proposalThresholdPer,proto3" json:"proposal_threshold_per,omitempty"`
	ProposalDefaultOptions                       []string `` /* 130-byte string literal not displayed */
	DescriptionMaxLength                         uint64   `protobuf:"varint,22,opt,name=description_max_length,json=descriptionMaxLength,proto3" json:"description_max_length,omitempty"`
	OptionsMaxNumber                             uint64   `protobuf:"varint,23,opt,name=options_max_number,json=optionsMaxNumber,proto3" json:"options_max_number,omitempty"`
	OptionMaxTextLength                          uint64   `protobuf:"varint,24,opt,name=option_max_text_length,json=optionMaxTextLength,proto3" json:"option_max_text_length,omitempty"`
	ProposalConfigActivationDelay                uint64   `` /* 154-byte string literal not displayed */
	NMeasurement                                 uint64   `protobuf:"varint,26,opt,name=N_measurement,json=NMeasurement,proto3" json:"N_measurement,omitempty"`
	Kp                                           uint64   `protobuf:"varint,27,opt,name=kp,proto3" json:"kp,omitempty"`
	// contains filtered or unexported fields
}

func (*Transaction_ProposalCreate_Config) Descriptor deprecated

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

Deprecated: Use Transaction_ProposalCreate_Config.ProtoReflect.Descriptor instead.

func (*Transaction_ProposalCreate_Config) GetBlockMinSizeLimitInBytes

func (x *Transaction_ProposalCreate_Config) GetBlockMinSizeLimitInBytes() uint64

func (*Transaction_ProposalCreate_Config) GetBlockSizeMultiplier

func (x *Transaction_ProposalCreate_Config) GetBlockSizeMultiplier() uint64

func (*Transaction_ProposalCreate_Config) GetBlockTimingInSeconds

func (x *Transaction_ProposalCreate_Config) GetBlockTimingInSeconds() uint64

func (*Transaction_ProposalCreate_Config) GetChangesBitfield

func (x *Transaction_ProposalCreate_Config) GetChangesBitfield() [][]byte

func (*Transaction_ProposalCreate_Config) GetCompleteEmissionTimeSpanInYears

func (x *Transaction_ProposalCreate_Config) GetCompleteEmissionTimeSpanInYears() uint64

func (*Transaction_ProposalCreate_Config) GetDescriptionMaxLength

func (x *Transaction_ProposalCreate_Config) GetDescriptionMaxLength() uint64

func (*Transaction_ProposalCreate_Config) GetExtraNonceOffset

func (x *Transaction_ProposalCreate_Config) GetExtraNonceOffset() uint64

func (*Transaction_ProposalCreate_Config) GetFoundationMultiSigAddressThresholdPercentage

func (x *Transaction_ProposalCreate_Config) GetFoundationMultiSigAddressThresholdPercentage() uint64

func (*Transaction_ProposalCreate_Config) GetKp

func (*Transaction_ProposalCreate_Config) GetLatticePk1MaxLength

func (x *Transaction_ProposalCreate_Config) GetLatticePk1MaxLength() uint64

func (*Transaction_ProposalCreate_Config) GetLatticePk2MaxLength

func (x *Transaction_ProposalCreate_Config) GetLatticePk2MaxLength() uint64

func (*Transaction_ProposalCreate_Config) GetLatticePk3MaxLength

func (x *Transaction_ProposalCreate_Config) GetLatticePk3MaxLength() uint64

func (*Transaction_ProposalCreate_Config) GetMaxCoinSupply

func (x *Transaction_ProposalCreate_Config) GetMaxCoinSupply() uint64

func (*Transaction_ProposalCreate_Config) GetMessageMaxLength

func (x *Transaction_ProposalCreate_Config) GetMessageMaxLength() uint64

func (*Transaction_ProposalCreate_Config) GetMiningBlobSizeInBytes

func (x *Transaction_ProposalCreate_Config) GetMiningBlobSizeInBytes() uint64

func (*Transaction_ProposalCreate_Config) GetMiningNonceOffset

func (x *Transaction_ProposalCreate_Config) GetMiningNonceOffset() uint64

func (*Transaction_ProposalCreate_Config) GetNMeasurement

func (x *Transaction_ProposalCreate_Config) GetNMeasurement() uint64

func (*Transaction_ProposalCreate_Config) GetNumberOfBlocksAnalyze

func (x *Transaction_ProposalCreate_Config) GetNumberOfBlocksAnalyze() uint64

func (*Transaction_ProposalCreate_Config) GetOptionMaxTextLength

func (x *Transaction_ProposalCreate_Config) GetOptionMaxTextLength() uint64

func (*Transaction_ProposalCreate_Config) GetOptionsMaxNumber

func (x *Transaction_ProposalCreate_Config) GetOptionsMaxNumber() uint64

func (*Transaction_ProposalCreate_Config) GetProposalConfigActivationDelay

func (x *Transaction_ProposalCreate_Config) GetProposalConfigActivationDelay() uint64

func (*Transaction_ProposalCreate_Config) GetProposalDefaultOptions

func (x *Transaction_ProposalCreate_Config) GetProposalDefaultOptions() []string

func (*Transaction_ProposalCreate_Config) GetProposalThresholdPer

func (x *Transaction_ProposalCreate_Config) GetProposalThresholdPer() uint64

func (*Transaction_ProposalCreate_Config) GetReorgLimit

func (x *Transaction_ProposalCreate_Config) GetReorgLimit() uint64

func (*Transaction_ProposalCreate_Config) GetTokenNameMaxLength

func (x *Transaction_ProposalCreate_Config) GetTokenNameMaxLength() uint64

func (*Transaction_ProposalCreate_Config) GetTokenSymbolMaxLength

func (x *Transaction_ProposalCreate_Config) GetTokenSymbolMaxLength() uint64

func (*Transaction_ProposalCreate_Config) GetTransactionMultiOutputLimit

func (x *Transaction_ProposalCreate_Config) GetTransactionMultiOutputLimit() uint64

func (*Transaction_ProposalCreate_Config) ProtoMessage

func (*Transaction_ProposalCreate_Config) ProtoMessage()

func (*Transaction_ProposalCreate_Config) ProtoReflect

func (*Transaction_ProposalCreate_Config) Reset

func (*Transaction_ProposalCreate_Config) String

type Transaction_ProposalCreate_Config_

type Transaction_ProposalCreate_Config_ struct {
	Config *Transaction_ProposalCreate_Config `protobuf:"bytes,4,opt,name=config,proto3,oneof"`
}

type Transaction_ProposalCreate_Other

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

func (*Transaction_ProposalCreate_Other) Descriptor deprecated

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

Deprecated: Use Transaction_ProposalCreate_Other.ProtoReflect.Descriptor instead.

func (*Transaction_ProposalCreate_Other) GetOptions

func (x *Transaction_ProposalCreate_Other) GetOptions() []string

func (*Transaction_ProposalCreate_Other) ProtoMessage

func (*Transaction_ProposalCreate_Other) ProtoMessage()

func (*Transaction_ProposalCreate_Other) ProtoReflect

func (*Transaction_ProposalCreate_Other) Reset

func (*Transaction_ProposalCreate_Other) String

type Transaction_ProposalCreate_Other_

type Transaction_ProposalCreate_Other_ struct {
	Other *Transaction_ProposalCreate_Other `protobuf:"bytes,5,opt,name=other,proto3,oneof"`
}

type Transaction_ProposalCreate_QIP

type Transaction_ProposalCreate_QIP struct {
	QipLink string `protobuf:"bytes,1,opt,name=qip_link,json=qipLink,proto3" json:"qip_link,omitempty"`
	// contains filtered or unexported fields
}

func (*Transaction_ProposalCreate_QIP) Descriptor deprecated

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

Deprecated: Use Transaction_ProposalCreate_QIP.ProtoReflect.Descriptor instead.

func (x *Transaction_ProposalCreate_QIP) GetQipLink() string

func (*Transaction_ProposalCreate_QIP) ProtoMessage

func (*Transaction_ProposalCreate_QIP) ProtoMessage()

func (*Transaction_ProposalCreate_QIP) ProtoReflect

func (*Transaction_ProposalCreate_QIP) Reset

func (x *Transaction_ProposalCreate_QIP) Reset()

func (*Transaction_ProposalCreate_QIP) String

type Transaction_ProposalCreate_Qip

type Transaction_ProposalCreate_Qip struct {
	Qip *Transaction_ProposalCreate_QIP `protobuf:"bytes,3,opt,name=qip,proto3,oneof"`
}

type Transaction_ProposalVote

type Transaction_ProposalVote struct {
	SharedKey []byte `protobuf:"bytes,1,opt,name=shared_key,json=sharedKey,proto3" json:"shared_key,omitempty"`
	Option    uint32 `protobuf:"varint,2,opt,name=option,proto3" json:"option,omitempty"`
	// contains filtered or unexported fields
}

func (*Transaction_ProposalVote) Descriptor deprecated

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

Deprecated: Use Transaction_ProposalVote.ProtoReflect.Descriptor instead.

func (*Transaction_ProposalVote) GetOption

func (x *Transaction_ProposalVote) GetOption() uint32

func (*Transaction_ProposalVote) GetSharedKey

func (x *Transaction_ProposalVote) GetSharedKey() []byte

func (*Transaction_ProposalVote) ProtoMessage

func (*Transaction_ProposalVote) ProtoMessage()

func (*Transaction_ProposalVote) ProtoReflect

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

func (*Transaction_ProposalVote) Reset

func (x *Transaction_ProposalVote) Reset()

func (*Transaction_ProposalVote) String

func (x *Transaction_ProposalVote) String() string

type Transaction_ProposalVote_

type Transaction_ProposalVote_ struct {
	ProposalVote *Transaction_ProposalVote `protobuf:"bytes,18,opt,name=proposal_vote,json=proposalVote,proto3,oneof"`
}

type Transaction_Slave

type Transaction_Slave struct {
	SlavePks    [][]byte `protobuf:"bytes,1,rep,name=slave_pks,json=slavePks,proto3" json:"slave_pks,omitempty"`
	AccessTypes []uint32 `protobuf:"varint,2,rep,packed,name=access_types,json=accessTypes,proto3" json:"access_types,omitempty"`
	// contains filtered or unexported fields
}

func (*Transaction_Slave) Descriptor deprecated

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

Deprecated: Use Transaction_Slave.ProtoReflect.Descriptor instead.

func (*Transaction_Slave) GetAccessTypes

func (x *Transaction_Slave) GetAccessTypes() []uint32

func (*Transaction_Slave) GetSlavePks

func (x *Transaction_Slave) GetSlavePks() [][]byte

func (*Transaction_Slave) ProtoMessage

func (*Transaction_Slave) ProtoMessage()

func (*Transaction_Slave) ProtoReflect

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

func (*Transaction_Slave) Reset

func (x *Transaction_Slave) Reset()

func (*Transaction_Slave) String

func (x *Transaction_Slave) String() string

type Transaction_Slave_

type Transaction_Slave_ struct {
	Slave *Transaction_Slave `protobuf:"bytes,13,opt,name=slave,proto3,oneof"`
}

type Transaction_Token

type Transaction_Token struct {
	Symbol          []byte           `protobuf:"bytes,1,opt,name=symbol,proto3" json:"symbol,omitempty"`
	Name            []byte           `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Owner           []byte           `protobuf:"bytes,3,opt,name=owner,proto3" json:"owner,omitempty"`
	Decimals        uint64           `protobuf:"varint,4,opt,name=decimals,proto3" json:"decimals,omitempty"`
	InitialBalances []*AddressAmount `protobuf:"bytes,5,rep,name=initial_balances,json=initialBalances,proto3" json:"initial_balances,omitempty"`
	// contains filtered or unexported fields
}

func (*Transaction_Token) Descriptor deprecated

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

Deprecated: Use Transaction_Token.ProtoReflect.Descriptor instead.

func (*Transaction_Token) GetDecimals

func (x *Transaction_Token) GetDecimals() uint64

func (*Transaction_Token) GetInitialBalances

func (x *Transaction_Token) GetInitialBalances() []*AddressAmount

func (*Transaction_Token) GetName

func (x *Transaction_Token) GetName() []byte

func (*Transaction_Token) GetOwner

func (x *Transaction_Token) GetOwner() []byte

func (*Transaction_Token) GetSymbol

func (x *Transaction_Token) GetSymbol() []byte

func (*Transaction_Token) ProtoMessage

func (*Transaction_Token) ProtoMessage()

func (*Transaction_Token) ProtoReflect

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

func (*Transaction_Token) Reset

func (x *Transaction_Token) Reset()

func (*Transaction_Token) String

func (x *Transaction_Token) String() string

type Transaction_Token_

type Transaction_Token_ struct {
	Token *Transaction_Token `protobuf:"bytes,11,opt,name=token,proto3,oneof"`
}

type Transaction_Transfer

type Transaction_Transfer struct {
	AddrsTo     [][]byte `protobuf:"bytes,1,rep,name=addrs_to,json=addrsTo,proto3" json:"addrs_to,omitempty"`
	Amounts     []uint64 `protobuf:"varint,2,rep,packed,name=amounts,proto3" json:"amounts,omitempty"`
	MessageData []byte   `protobuf:"bytes,3,opt,name=message_data,json=messageData,proto3" json:"message_data,omitempty"`
	// contains filtered or unexported fields
}

////////

func (*Transaction_Transfer) Descriptor deprecated

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

Deprecated: Use Transaction_Transfer.ProtoReflect.Descriptor instead.

func (*Transaction_Transfer) GetAddrsTo

func (x *Transaction_Transfer) GetAddrsTo() [][]byte

func (*Transaction_Transfer) GetAmounts

func (x *Transaction_Transfer) GetAmounts() []uint64

func (*Transaction_Transfer) GetMessageData

func (x *Transaction_Transfer) GetMessageData() []byte

func (*Transaction_Transfer) ProtoMessage

func (*Transaction_Transfer) ProtoMessage()

func (*Transaction_Transfer) ProtoReflect

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

func (*Transaction_Transfer) Reset

func (x *Transaction_Transfer) Reset()

func (*Transaction_Transfer) String

func (x *Transaction_Transfer) String() string

type Transaction_TransferToken

type Transaction_TransferToken struct {
	TokenTxhash []byte   `protobuf:"bytes,1,opt,name=token_txhash,json=tokenTxhash,proto3" json:"token_txhash,omitempty"`
	AddrsTo     [][]byte `protobuf:"bytes,2,rep,name=addrs_to,json=addrsTo,proto3" json:"addrs_to,omitempty"`
	Amounts     []uint64 `protobuf:"varint,3,rep,packed,name=amounts,proto3" json:"amounts,omitempty"`
	// contains filtered or unexported fields
}

func (*Transaction_TransferToken) Descriptor deprecated

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

Deprecated: Use Transaction_TransferToken.ProtoReflect.Descriptor instead.

func (*Transaction_TransferToken) GetAddrsTo

func (x *Transaction_TransferToken) GetAddrsTo() [][]byte

func (*Transaction_TransferToken) GetAmounts

func (x *Transaction_TransferToken) GetAmounts() []uint64

func (*Transaction_TransferToken) GetTokenTxhash

func (x *Transaction_TransferToken) GetTokenTxhash() []byte

func (*Transaction_TransferToken) ProtoMessage

func (*Transaction_TransferToken) ProtoMessage()

func (*Transaction_TransferToken) ProtoReflect

func (*Transaction_TransferToken) Reset

func (x *Transaction_TransferToken) Reset()

func (*Transaction_TransferToken) String

func (x *Transaction_TransferToken) String() string

type Transaction_TransferToken_

type Transaction_TransferToken_ struct {
	TransferToken *Transaction_TransferToken `protobuf:"bytes,12,opt,name=transfer_token,json=transferToken,proto3,oneof"`
}

type Transaction_Transfer_

type Transaction_Transfer_ struct {
	Transfer *Transaction_Transfer `protobuf:"bytes,7,opt,name=transfer,proto3,oneof"`
}

type TransferCoinsReq

type TransferCoinsReq struct {
	MasterAddr  []byte   `protobuf:"bytes,1,opt,name=master_addr,json=masterAddr,proto3" json:"master_addr,omitempty"`    // Transaction source address
	AddressesTo [][]byte `protobuf:"bytes,2,rep,name=addresses_to,json=addressesTo,proto3" json:"addresses_to,omitempty"` // Transaction destination address
	Amounts     []uint64 `protobuf:"varint,3,rep,packed,name=amounts,proto3" json:"amounts,omitempty"`                    // Amount. It should be expressed in Shor
	MessageData []byte   `protobuf:"bytes,4,opt,name=message_data,json=messageData,proto3" json:"message_data,omitempty"` // Message Data. Optional field to send messages
	Fee         uint64   `protobuf:"varint,5,opt,name=fee,proto3" json:"fee,omitempty"`                                   // Fee. It should be expressed in Shor
	XmssPk      []byte   `protobuf:"bytes,6,opt,name=xmss_pk,json=xmssPk,proto3" json:"xmss_pk,omitempty"`                // XMSS Public key
	// contains filtered or unexported fields
}

func (*TransferCoinsReq) Descriptor deprecated

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

Deprecated: Use TransferCoinsReq.ProtoReflect.Descriptor instead.

func (*TransferCoinsReq) GetAddressesTo

func (x *TransferCoinsReq) GetAddressesTo() [][]byte

func (*TransferCoinsReq) GetAmounts

func (x *TransferCoinsReq) GetAmounts() []uint64

func (*TransferCoinsReq) GetFee

func (x *TransferCoinsReq) GetFee() uint64

func (*TransferCoinsReq) GetMasterAddr

func (x *TransferCoinsReq) GetMasterAddr() []byte

func (*TransferCoinsReq) GetMessageData

func (x *TransferCoinsReq) GetMessageData() []byte

func (*TransferCoinsReq) GetXmssPk

func (x *TransferCoinsReq) GetXmssPk() []byte

func (*TransferCoinsReq) ProtoMessage

func (*TransferCoinsReq) ProtoMessage()

func (*TransferCoinsReq) ProtoReflect

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

func (*TransferCoinsReq) Reset

func (x *TransferCoinsReq) Reset()

func (*TransferCoinsReq) String

func (x *TransferCoinsReq) String() string

type TransferCoinsResp

type TransferCoinsResp struct {
	ExtendedTransactionUnsigned *TransactionExtended `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TransferCoinsResp) Descriptor deprecated

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

Deprecated: Use TransferCoinsResp.ProtoReflect.Descriptor instead.

func (*TransferCoinsResp) GetExtendedTransactionUnsigned

func (x *TransferCoinsResp) GetExtendedTransactionUnsigned() *TransactionExtended

func (*TransferCoinsResp) ProtoMessage

func (*TransferCoinsResp) ProtoMessage()

func (*TransferCoinsResp) ProtoReflect

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

func (*TransferCoinsResp) Reset

func (x *TransferCoinsResp) Reset()

func (*TransferCoinsResp) String

func (x *TransferCoinsResp) String() string

type TransferTokenTxnReq

type TransferTokenTxnReq struct {
	MasterAddr  []byte   `protobuf:"bytes,1,opt,name=master_addr,json=masterAddr,proto3" json:"master_addr,omitempty"`
	AddressesTo [][]byte `protobuf:"bytes,2,rep,name=addresses_to,json=addressesTo,proto3" json:"addresses_to,omitempty"`
	TokenTxhash []byte   `protobuf:"bytes,3,opt,name=token_txhash,json=tokenTxhash,proto3" json:"token_txhash,omitempty"`
	Amounts     []uint64 `protobuf:"varint,4,rep,packed,name=amounts,proto3" json:"amounts,omitempty"`
	Fee         uint64   `protobuf:"varint,5,opt,name=fee,proto3" json:"fee,omitempty"`
	XmssPk      []byte   `protobuf:"bytes,6,opt,name=xmss_pk,json=xmssPk,proto3" json:"xmss_pk,omitempty"`
	// contains filtered or unexported fields
}

func (*TransferTokenTxnReq) Descriptor deprecated

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

Deprecated: Use TransferTokenTxnReq.ProtoReflect.Descriptor instead.

func (*TransferTokenTxnReq) GetAddressesTo

func (x *TransferTokenTxnReq) GetAddressesTo() [][]byte

func (*TransferTokenTxnReq) GetAmounts

func (x *TransferTokenTxnReq) GetAmounts() []uint64

func (*TransferTokenTxnReq) GetFee

func (x *TransferTokenTxnReq) GetFee() uint64

func (*TransferTokenTxnReq) GetMasterAddr

func (x *TransferTokenTxnReq) GetMasterAddr() []byte

func (*TransferTokenTxnReq) GetTokenTxhash

func (x *TransferTokenTxnReq) GetTokenTxhash() []byte

func (*TransferTokenTxnReq) GetXmssPk

func (x *TransferTokenTxnReq) GetXmssPk() []byte

func (*TransferTokenTxnReq) ProtoMessage

func (*TransferTokenTxnReq) ProtoMessage()

func (*TransferTokenTxnReq) ProtoReflect

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

func (*TransferTokenTxnReq) Reset

func (x *TransferTokenTxnReq) Reset()

func (*TransferTokenTxnReq) String

func (x *TransferTokenTxnReq) String() string

type UnimplementedAdminAPIServer

type UnimplementedAdminAPIServer struct {
}

UnimplementedAdminAPIServer must be embedded to have forward compatible implementations.

type UnimplementedPublicAPIServer

type UnimplementedPublicAPIServer struct {
}

UnimplementedPublicAPIServer must be embedded to have forward compatible implementations.

func (UnimplementedPublicAPIServer) GetAddressFromPK

func (UnimplementedPublicAPIServer) GetAddressState

func (UnimplementedPublicAPIServer) GetBalance

func (UnimplementedPublicAPIServer) GetBlock

func (UnimplementedPublicAPIServer) GetBlockByNumber

func (UnimplementedPublicAPIServer) GetChainStats

func (UnimplementedPublicAPIServer) GetHeight

func (UnimplementedPublicAPIServer) GetKnownPeers

func (UnimplementedPublicAPIServer) GetLatestData

func (UnimplementedPublicAPIServer) GetLatticeTxn

func (UnimplementedPublicAPIServer) GetMessageTxn

func (UnimplementedPublicAPIServer) GetMultiSigCreateTxn

func (UnimplementedPublicAPIServer) GetMultiSigSpendTxn

func (UnimplementedPublicAPIServer) GetMultiSigVoteTxn

func (UnimplementedPublicAPIServer) GetNodeState

func (UnimplementedPublicAPIServer) GetOTS

func (UnimplementedPublicAPIServer) GetObject

func (UnimplementedPublicAPIServer) GetOptimizedAddressState

func (UnimplementedPublicAPIServer) GetPeersStat

func (UnimplementedPublicAPIServer) GetSlaveTxn

func (UnimplementedPublicAPIServer) GetSlavesByAddress

func (UnimplementedPublicAPIServer) GetStats

func (UnimplementedPublicAPIServer) GetTokenTxn

func (UnimplementedPublicAPIServer) GetTokensByAddress

func (UnimplementedPublicAPIServer) GetTotalBalance

func (UnimplementedPublicAPIServer) GetTransaction

func (UnimplementedPublicAPIServer) GetTransferTokenTxn

func (UnimplementedPublicAPIServer) GetVoteStats

func (UnimplementedPublicAPIServer) IsSlave

func (UnimplementedPublicAPIServer) ParseAddress

func (UnimplementedPublicAPIServer) PushTransaction

func (UnimplementedPublicAPIServer) TransferCoins

type UnsafeAdminAPIServer

type UnsafeAdminAPIServer interface {
	// contains filtered or unexported methods
}

UnsafeAdminAPIServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AdminAPIServer will result in compilation errors.

type UnsafePublicAPIServer

type UnsafePublicAPIServer interface {
	// contains filtered or unexported methods
}

UnsafePublicAPIServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to PublicAPIServer will result in compilation errors.

type VoteStats

type VoteStats struct {
	MultiSigAddress   []byte   `protobuf:"bytes,1,opt,name=multi_sig_address,json=multiSigAddress,proto3" json:"multi_sig_address,omitempty"`
	SharedKey         []byte   `protobuf:"bytes,2,opt,name=shared_key,json=sharedKey,proto3" json:"shared_key,omitempty"`
	Signatories       [][]byte `protobuf:"bytes,3,rep,name=signatories,proto3" json:"signatories,omitempty"`
	TxHashes          [][]byte `protobuf:"bytes,4,rep,name=tx_hashes,json=txHashes,proto3" json:"tx_hashes,omitempty"`
	Unvotes           []bool   `protobuf:"varint,5,rep,packed,name=unvotes,proto3" json:"unvotes,omitempty"`
	ExpiryBlockNumber uint64   `protobuf:"varint,6,opt,name=expiry_block_number,json=expiryBlockNumber,proto3" json:"expiry_block_number,omitempty"`
	TotalWeight       uint64   `protobuf:"varint,7,opt,name=total_weight,json=totalWeight,proto3" json:"total_weight,omitempty"`
	Executed          bool     `protobuf:"varint,8,opt,name=executed,proto3" json:"executed,omitempty"`
	// contains filtered or unexported fields
}

func (*VoteStats) Descriptor deprecated

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

Deprecated: Use VoteStats.ProtoReflect.Descriptor instead.

func (*VoteStats) GetExecuted

func (x *VoteStats) GetExecuted() bool

func (*VoteStats) GetExpiryBlockNumber

func (x *VoteStats) GetExpiryBlockNumber() uint64

func (*VoteStats) GetMultiSigAddress

func (x *VoteStats) GetMultiSigAddress() []byte

func (*VoteStats) GetSharedKey

func (x *VoteStats) GetSharedKey() []byte

func (*VoteStats) GetSignatories

func (x *VoteStats) GetSignatories() [][]byte

func (*VoteStats) GetTotalWeight

func (x *VoteStats) GetTotalWeight() uint64

func (*VoteStats) GetTxHashes

func (x *VoteStats) GetTxHashes() [][]byte

func (*VoteStats) GetUnvotes

func (x *VoteStats) GetUnvotes() []bool

func (*VoteStats) ProtoMessage

func (*VoteStats) ProtoMessage()

func (*VoteStats) ProtoReflect

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

func (*VoteStats) Reset

func (x *VoteStats) Reset()

func (*VoteStats) String

func (x *VoteStats) String() string

Jump to

Keyboard shortcuts

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