Documentation
¶
Index ¶
- Variables
- type Block
- func (*Block) Descriptor() ([]byte, []int)deprecated
- func (x *Block) GetBlockHash() []byte
- func (x *Block) GetBlockHeader() *BlockHeader
- func (x *Block) GetExtra() []byte
- func (x *Block) GetSignature() []byte
- func (x *Block) GetTransactions() [][]byte
- func (m *Block) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Block) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *Block) MarshalToVT(dAtA []byte) (int, error)
- func (m *Block) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *Block) MarshalVT() (dAtA []byte, err error)
- func (m *Block) MarshalVTStrict() (dAtA []byte, err error)
- func (*Block) ProtoMessage()
- func (x *Block) ProtoReflect() protoreflect.Message
- func (x *Block) Reset()
- func (m *Block) SizeVT() (n int)
- func (x *Block) String() string
- func (m *Block) UnmarshalVT(dAtA []byte) error
- type BlockHeader
- func (*BlockHeader) Descriptor() ([]byte, []int)deprecated
- func (x *BlockHeader) GetBloom() []byte
- func (x *BlockHeader) GetGasPrice() int64
- func (x *BlockHeader) GetNumber() uint64
- func (x *BlockHeader) GetParentHash() []byte
- func (x *BlockHeader) GetReceiptRoot() []byte
- func (x *BlockHeader) GetStateRoot() []byte
- func (x *BlockHeader) GetTimestamp() int64
- func (x *BlockHeader) GetTxRoot() []byte
- func (x *BlockHeader) GetVersion() []byte
- func (m *BlockHeader) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *BlockHeader) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *BlockHeader) MarshalToVT(dAtA []byte) (int, error)
- func (m *BlockHeader) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *BlockHeader) MarshalVT() (dAtA []byte, err error)
- func (m *BlockHeader) MarshalVTStrict() (dAtA []byte, err error)
- func (*BlockHeader) ProtoMessage()
- func (x *BlockHeader) ProtoReflect() protoreflect.Message
- func (x *BlockHeader) Reset()
- func (m *BlockHeader) SizeVT() (n int)
- func (x *BlockHeader) String() string
- func (m *BlockHeader) UnmarshalVT(dAtA []byte) error
- type BytesSlice
- func (*BytesSlice) Descriptor() ([]byte, []int)deprecated
- func (x *BytesSlice) GetSlice() [][]byte
- func (m *BytesSlice) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *BytesSlice) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *BytesSlice) MarshalToVT(dAtA []byte) (int, error)
- func (m *BytesSlice) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *BytesSlice) MarshalVT() (dAtA []byte, err error)
- func (m *BytesSlice) MarshalVTStrict() (dAtA []byte, err error)
- func (*BytesSlice) ProtoMessage()
- func (x *BytesSlice) ProtoReflect() protoreflect.Message
- func (x *BytesSlice) Reset()
- func (m *BytesSlice) SizeVT() (n int)
- func (x *BytesSlice) String() string
- func (m *BytesSlice) UnmarshalVT(dAtA []byte) error
- type ChainMeta
- func (*ChainMeta) Descriptor() ([]byte, []int)deprecated
- func (x *ChainMeta) GetBlockHash() []byte
- func (x *ChainMeta) GetHeight() uint64
- func (m *ChainMeta) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *ChainMeta) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *ChainMeta) MarshalToVT(dAtA []byte) (int, error)
- func (m *ChainMeta) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *ChainMeta) MarshalVT() (dAtA []byte, err error)
- func (m *ChainMeta) MarshalVTStrict() (dAtA []byte, err error)
- func (*ChainMeta) ProtoMessage()
- func (x *ChainMeta) ProtoReflect() protoreflect.Message
- func (x *ChainMeta) Reset()
- func (m *ChainMeta) SizeVT() (n int)
- func (x *ChainMeta) String() string
- func (m *ChainMeta) UnmarshalVT(dAtA []byte) error
- type Event
- func (*Event) Descriptor() ([]byte, []int)deprecated
- func (x *Event) GetData() []byte
- func (x *Event) GetEventType() Event_EventType
- func (x *Event) GetTxHash() []byte
- func (m *Event) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Event) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *Event) MarshalToVT(dAtA []byte) (int, error)
- func (m *Event) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *Event) MarshalVT() (dAtA []byte, err error)
- func (m *Event) MarshalVTStrict() (dAtA []byte, err error)
- func (*Event) ProtoMessage()
- func (x *Event) ProtoReflect() protoreflect.Message
- func (x *Event) Reset()
- func (m *Event) SizeVT() (n int)
- func (x *Event) String() string
- func (m *Event) UnmarshalVT(dAtA []byte) error
- type Event_EventType
- func (Event_EventType) Descriptor() protoreflect.EnumDescriptor
- func (x Event_EventType) Enum() *Event_EventType
- func (Event_EventType) EnumDescriptor() ([]byte, []int)deprecated
- func (x Event_EventType) Number() protoreflect.EnumNumber
- func (x Event_EventType) String() string
- func (Event_EventType) Type() protoreflect.EnumType
- type EvmLog
- func (*EvmLog) Descriptor() ([]byte, []int)deprecated
- func (x *EvmLog) GetAddress() []byte
- func (x *EvmLog) GetBlockHash() []byte
- func (x *EvmLog) GetBlockNumber() uint64
- func (x *EvmLog) GetData() []byte
- func (x *EvmLog) GetLogIndex() uint64
- func (x *EvmLog) GetRemoved() bool
- func (x *EvmLog) GetTopics() [][]byte
- func (x *EvmLog) GetTransactionHash() []byte
- func (x *EvmLog) GetTransactionIndex() uint64
- func (m *EvmLog) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *EvmLog) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *EvmLog) MarshalToVT(dAtA []byte) (int, error)
- func (m *EvmLog) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *EvmLog) MarshalVT() (dAtA []byte, err error)
- func (m *EvmLog) MarshalVTStrict() (dAtA []byte, err error)
- func (*EvmLog) ProtoMessage()
- func (x *EvmLog) ProtoReflect() protoreflect.Message
- func (x *EvmLog) Reset()
- func (m *EvmLog) SizeVT() (n int)
- func (x *EvmLog) String() string
- func (m *EvmLog) UnmarshalVT(dAtA []byte) error
- type GetBlockHeadersRequest
- func (*GetBlockHeadersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetBlockHeadersRequest) GetEnd() uint64
- func (x *GetBlockHeadersRequest) GetStart() uint64
- func (m *GetBlockHeadersRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *GetBlockHeadersRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *GetBlockHeadersRequest) MarshalToVT(dAtA []byte) (int, error)
- func (m *GetBlockHeadersRequest) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *GetBlockHeadersRequest) MarshalVT() (dAtA []byte, err error)
- func (m *GetBlockHeadersRequest) MarshalVTStrict() (dAtA []byte, err error)
- func (*GetBlockHeadersRequest) ProtoMessage()
- func (x *GetBlockHeadersRequest) ProtoReflect() protoreflect.Message
- func (x *GetBlockHeadersRequest) Reset()
- func (m *GetBlockHeadersRequest) SizeVT() (n int)
- func (x *GetBlockHeadersRequest) String() string
- func (m *GetBlockHeadersRequest) UnmarshalVT(dAtA []byte) error
- type GetBlockHeadersResponse
- func (*GetBlockHeadersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetBlockHeadersResponse) GetBlockHeaders() [][]byte
- func (m *GetBlockHeadersResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *GetBlockHeadersResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *GetBlockHeadersResponse) MarshalToVT(dAtA []byte) (int, error)
- func (m *GetBlockHeadersResponse) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *GetBlockHeadersResponse) MarshalVT() (dAtA []byte, err error)
- func (m *GetBlockHeadersResponse) MarshalVTStrict() (dAtA []byte, err error)
- func (*GetBlockHeadersResponse) ProtoMessage()
- func (x *GetBlockHeadersResponse) ProtoReflect() protoreflect.Message
- func (x *GetBlockHeadersResponse) Reset()
- func (m *GetBlockHeadersResponse) SizeVT() (n int)
- func (x *GetBlockHeadersResponse) String() string
- func (m *GetBlockHeadersResponse) UnmarshalVT(dAtA []byte) error
- type GetBlocksRequest
- func (*GetBlocksRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetBlocksRequest) GetEnd() uint64
- func (x *GetBlocksRequest) GetStart() uint64
- func (m *GetBlocksRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *GetBlocksRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *GetBlocksRequest) MarshalToVT(dAtA []byte) (int, error)
- func (m *GetBlocksRequest) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *GetBlocksRequest) MarshalVT() (dAtA []byte, err error)
- func (m *GetBlocksRequest) MarshalVTStrict() (dAtA []byte, err error)
- func (*GetBlocksRequest) ProtoMessage()
- func (x *GetBlocksRequest) ProtoReflect() protoreflect.Message
- func (x *GetBlocksRequest) Reset()
- func (m *GetBlocksRequest) SizeVT() (n int)
- func (x *GetBlocksRequest) String() string
- func (m *GetBlocksRequest) UnmarshalVT(dAtA []byte) error
- type GetBlocksResponse
- func (*GetBlocksResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetBlocksResponse) GetBlocks() [][]byte
- func (m *GetBlocksResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *GetBlocksResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *GetBlocksResponse) MarshalToVT(dAtA []byte) (int, error)
- func (m *GetBlocksResponse) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *GetBlocksResponse) MarshalVT() (dAtA []byte, err error)
- func (m *GetBlocksResponse) MarshalVTStrict() (dAtA []byte, err error)
- func (*GetBlocksResponse) ProtoMessage()
- func (x *GetBlocksResponse) ProtoReflect() protoreflect.Message
- func (x *GetBlocksResponse) Reset()
- func (m *GetBlocksResponse) SizeVT() (n int)
- func (x *GetBlocksResponse) String() string
- func (m *GetBlocksResponse) UnmarshalVT(dAtA []byte) error
- type Message
- func (*Message) Descriptor() ([]byte, []int)deprecated
- func (x *Message) GetData() []byte
- func (x *Message) GetType() Message_Type
- func (x *Message) GetVersion() []byte
- func (m *Message) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Message) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *Message) MarshalToVT(dAtA []byte) (int, error)
- func (m *Message) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *Message) MarshalVT() (dAtA []byte, err error)
- func (m *Message) MarshalVTStrict() (dAtA []byte, err error)
- func (*Message) ProtoMessage()
- func (x *Message) ProtoReflect() protoreflect.Message
- func (x *Message) Reset()
- func (m *Message) SizeVT() (n int)
- func (x *Message) String() string
- func (m *Message) UnmarshalVT(dAtA []byte) error
- type Message_Type
- func (Message_Type) Descriptor() protoreflect.EnumDescriptor
- func (x Message_Type) Enum() *Message_Type
- func (Message_Type) EnumDescriptor() ([]byte, []int)deprecated
- func (x Message_Type) Number() protoreflect.EnumNumber
- func (x Message_Type) String() string
- func (Message_Type) Type() protoreflect.EnumType
- type Receipt
- func (*Receipt) Descriptor() ([]byte, []int)deprecated
- func (x *Receipt) GetBloom() []byte
- func (x *Receipt) GetContractAddress() []byte
- func (x *Receipt) GetEvents() []*Event
- func (x *Receipt) GetEvmLogs() []*EvmLog
- func (x *Receipt) GetGasUsed() uint64
- func (x *Receipt) GetRet() []byte
- func (x *Receipt) GetStatus() Receipt_Status
- func (x *Receipt) GetTxHash() []byte
- func (x *Receipt) GetVersion() []byte
- func (m *Receipt) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Receipt) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *Receipt) MarshalToVT(dAtA []byte) (int, error)
- func (m *Receipt) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *Receipt) MarshalVT() (dAtA []byte, err error)
- func (m *Receipt) MarshalVTStrict() (dAtA []byte, err error)
- func (*Receipt) ProtoMessage()
- func (x *Receipt) ProtoReflect() protoreflect.Message
- func (x *Receipt) Reset()
- func (m *Receipt) SizeVT() (n int)
- func (x *Receipt) String() string
- func (m *Receipt) UnmarshalVT(dAtA []byte) error
- type Receipt_Status
- func (Receipt_Status) Descriptor() protoreflect.EnumDescriptor
- func (x Receipt_Status) Enum() *Receipt_Status
- func (Receipt_Status) EnumDescriptor() ([]byte, []int)deprecated
- func (x Receipt_Status) Number() protoreflect.EnumNumber
- func (x Receipt_Status) String() string
- func (Receipt_Status) Type() protoreflect.EnumType
- type Receipts
- func (*Receipts) Descriptor() ([]byte, []int)deprecated
- func (x *Receipts) GetReceipts() []*Receipt
- func (m *Receipts) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Receipts) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *Receipts) MarshalToVT(dAtA []byte) (int, error)
- func (m *Receipts) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *Receipts) MarshalVT() (dAtA []byte, err error)
- func (m *Receipts) MarshalVTStrict() (dAtA []byte, err error)
- func (*Receipts) ProtoMessage()
- func (x *Receipts) ProtoReflect() protoreflect.Message
- func (x *Receipts) Reset()
- func (m *Receipts) SizeVT() (n int)
- func (x *Receipts) String() string
- func (m *Receipts) UnmarshalVT(dAtA []byte) error
- type StringSlice
- func (*StringSlice) Descriptor() ([]byte, []int)deprecated
- func (x *StringSlice) GetSlice() []string
- func (m *StringSlice) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *StringSlice) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *StringSlice) MarshalToVT(dAtA []byte) (int, error)
- func (m *StringSlice) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *StringSlice) MarshalVT() (dAtA []byte, err error)
- func (m *StringSlice) MarshalVTStrict() (dAtA []byte, err error)
- func (*StringSlice) ProtoMessage()
- func (x *StringSlice) ProtoReflect() protoreflect.Message
- func (x *StringSlice) Reset()
- func (m *StringSlice) SizeVT() (n int)
- func (x *StringSlice) String() string
- func (m *StringSlice) UnmarshalVT(dAtA []byte) error
- type StringStringSliceMap
- func (*StringStringSliceMap) Descriptor() ([]byte, []int)deprecated
- func (x *StringStringSliceMap) GetKeys() []string
- func (x *StringStringSliceMap) GetVals() []*StringSlice
- func (m *StringStringSliceMap) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *StringStringSliceMap) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *StringStringSliceMap) MarshalToVT(dAtA []byte) (int, error)
- func (m *StringStringSliceMap) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *StringStringSliceMap) MarshalVT() (dAtA []byte, err error)
- func (m *StringStringSliceMap) MarshalVTStrict() (dAtA []byte, err error)
- func (*StringStringSliceMap) ProtoMessage()
- func (x *StringStringSliceMap) ProtoReflect() protoreflect.Message
- func (x *StringStringSliceMap) Reset()
- func (m *StringStringSliceMap) SizeVT() (n int)
- func (x *StringStringSliceMap) String() string
- func (m *StringStringSliceMap) UnmarshalVT(dAtA []byte) error
- type StringUint64Map
- func (*StringUint64Map) Descriptor() ([]byte, []int)deprecated
- func (x *StringUint64Map) GetKeys() []string
- func (x *StringUint64Map) GetVals() []uint64
- func (m *StringUint64Map) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *StringUint64Map) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *StringUint64Map) MarshalToVT(dAtA []byte) (int, error)
- func (m *StringUint64Map) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *StringUint64Map) MarshalVT() (dAtA []byte, err error)
- func (m *StringUint64Map) MarshalVTStrict() (dAtA []byte, err error)
- func (*StringUint64Map) ProtoMessage()
- func (x *StringUint64Map) ProtoReflect() protoreflect.Message
- func (x *StringUint64Map) Reset()
- func (m *StringUint64Map) SizeVT() (n int)
- func (x *StringUint64Map) String() string
- func (m *StringUint64Map) UnmarshalVT(dAtA []byte) error
- type StringUint64SliceMap
- func (*StringUint64SliceMap) Descriptor() ([]byte, []int)deprecated
- func (x *StringUint64SliceMap) GetKeys() []string
- func (x *StringUint64SliceMap) GetVals() []*Uint64Slice
- func (m *StringUint64SliceMap) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *StringUint64SliceMap) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *StringUint64SliceMap) MarshalToVT(dAtA []byte) (int, error)
- func (m *StringUint64SliceMap) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *StringUint64SliceMap) MarshalVT() (dAtA []byte, err error)
- func (m *StringUint64SliceMap) MarshalVTStrict() (dAtA []byte, err error)
- func (*StringUint64SliceMap) ProtoMessage()
- func (x *StringUint64SliceMap) ProtoReflect() protoreflect.Message
- func (x *StringUint64SliceMap) Reset()
- func (m *StringUint64SliceMap) SizeVT() (n int)
- func (x *StringUint64SliceMap) String() string
- func (m *StringUint64SliceMap) UnmarshalVT(dAtA []byte) error
- type StringVerifiedIndexMap
- func (*StringVerifiedIndexMap) Descriptor() ([]byte, []int)deprecated
- func (x *StringVerifiedIndexMap) GetKeys() []string
- func (x *StringVerifiedIndexMap) GetVals() []*VerifiedIndex
- func (m *StringVerifiedIndexMap) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *StringVerifiedIndexMap) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *StringVerifiedIndexMap) MarshalToVT(dAtA []byte) (int, error)
- func (m *StringVerifiedIndexMap) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *StringVerifiedIndexMap) MarshalVT() (dAtA []byte, err error)
- func (m *StringVerifiedIndexMap) MarshalVTStrict() (dAtA []byte, err error)
- func (*StringVerifiedIndexMap) ProtoMessage()
- func (x *StringVerifiedIndexMap) ProtoReflect() protoreflect.Message
- func (x *StringVerifiedIndexMap) Reset()
- func (m *StringVerifiedIndexMap) SizeVT() (n int)
- func (x *StringVerifiedIndexMap) String() string
- func (m *StringVerifiedIndexMap) UnmarshalVT(dAtA []byte) error
- type StringVerifiedIndexSliceMap
- func (*StringVerifiedIndexSliceMap) Descriptor() ([]byte, []int)deprecated
- func (x *StringVerifiedIndexSliceMap) GetKeys() []string
- func (x *StringVerifiedIndexSliceMap) GetVals() []*VerifiedIndexSlice
- func (m *StringVerifiedIndexSliceMap) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *StringVerifiedIndexSliceMap) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *StringVerifiedIndexSliceMap) MarshalToVT(dAtA []byte) (int, error)
- func (m *StringVerifiedIndexSliceMap) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *StringVerifiedIndexSliceMap) MarshalVT() (dAtA []byte, err error)
- func (m *StringVerifiedIndexSliceMap) MarshalVTStrict() (dAtA []byte, err error)
- func (*StringVerifiedIndexSliceMap) ProtoMessage()
- func (x *StringVerifiedIndexSliceMap) ProtoReflect() protoreflect.Message
- func (x *StringVerifiedIndexSliceMap) Reset()
- func (m *StringVerifiedIndexSliceMap) SizeVT() (n int)
- func (x *StringVerifiedIndexSliceMap) String() string
- func (m *StringVerifiedIndexSliceMap) UnmarshalVT(dAtA []byte) error
- type TransactionMeta
- func (*TransactionMeta) Descriptor() ([]byte, []int)deprecated
- func (x *TransactionMeta) GetBlockHash() []byte
- func (x *TransactionMeta) GetBlockHeight() uint64
- func (x *TransactionMeta) GetIndex() uint64
- func (m *TransactionMeta) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *TransactionMeta) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *TransactionMeta) MarshalToVT(dAtA []byte) (int, error)
- func (m *TransactionMeta) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *TransactionMeta) MarshalVT() (dAtA []byte, err error)
- func (m *TransactionMeta) MarshalVTStrict() (dAtA []byte, err error)
- func (*TransactionMeta) ProtoMessage()
- func (x *TransactionMeta) ProtoReflect() protoreflect.Message
- func (x *TransactionMeta) Reset()
- func (m *TransactionMeta) SizeVT() (n int)
- func (x *TransactionMeta) String() string
- func (m *TransactionMeta) UnmarshalVT(dAtA []byte) error
- type Uint64Slice
- func (*Uint64Slice) Descriptor() ([]byte, []int)deprecated
- func (x *Uint64Slice) GetSlice() []uint64
- func (m *Uint64Slice) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Uint64Slice) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *Uint64Slice) MarshalToVT(dAtA []byte) (int, error)
- func (m *Uint64Slice) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *Uint64Slice) MarshalVT() (dAtA []byte, err error)
- func (m *Uint64Slice) MarshalVTStrict() (dAtA []byte, err error)
- func (*Uint64Slice) ProtoMessage()
- func (x *Uint64Slice) ProtoReflect() protoreflect.Message
- func (x *Uint64Slice) Reset()
- func (m *Uint64Slice) SizeVT() (n int)
- func (x *Uint64Slice) String() string
- func (m *Uint64Slice) UnmarshalVT(dAtA []byte) error
- type VerifiedIndex
- func (*VerifiedIndex) Descriptor() ([]byte, []int)deprecated
- func (x *VerifiedIndex) GetIndex() uint64
- func (x *VerifiedIndex) GetValid() bool
- func (m *VerifiedIndex) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *VerifiedIndex) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *VerifiedIndex) MarshalToVT(dAtA []byte) (int, error)
- func (m *VerifiedIndex) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *VerifiedIndex) MarshalVT() (dAtA []byte, err error)
- func (m *VerifiedIndex) MarshalVTStrict() (dAtA []byte, err error)
- func (*VerifiedIndex) ProtoMessage()
- func (x *VerifiedIndex) ProtoReflect() protoreflect.Message
- func (x *VerifiedIndex) Reset()
- func (m *VerifiedIndex) SizeVT() (n int)
- func (x *VerifiedIndex) String() string
- func (m *VerifiedIndex) UnmarshalVT(dAtA []byte) error
- type VerifiedIndexSlice
- func (*VerifiedIndexSlice) Descriptor() ([]byte, []int)deprecated
- func (x *VerifiedIndexSlice) GetSlice() []*VerifiedIndex
- func (m *VerifiedIndexSlice) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *VerifiedIndexSlice) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *VerifiedIndexSlice) MarshalToVT(dAtA []byte) (int, error)
- func (m *VerifiedIndexSlice) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *VerifiedIndexSlice) MarshalVT() (dAtA []byte, err error)
- func (m *VerifiedIndexSlice) MarshalVTStrict() (dAtA []byte, err error)
- func (*VerifiedIndexSlice) ProtoMessage()
- func (x *VerifiedIndexSlice) ProtoReflect() protoreflect.Message
- func (x *VerifiedIndexSlice) Reset()
- func (m *VerifiedIndexSlice) SizeVT() (n int)
- func (x *VerifiedIndexSlice) String() string
- func (m *VerifiedIndexSlice) UnmarshalVT(dAtA []byte) error
- type VpInfo
- func (*VpInfo) Descriptor() ([]byte, []int)deprecated
- func (x *VpInfo) GetAccount() string
- func (x *VpInfo) GetHosts() []string
- func (x *VpInfo) GetId() uint64
- func (x *VpInfo) GetPid() string
- func (m *VpInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *VpInfo) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *VpInfo) MarshalToVT(dAtA []byte) (int, error)
- func (m *VpInfo) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *VpInfo) MarshalVT() (dAtA []byte, err error)
- func (m *VpInfo) MarshalVTStrict() (dAtA []byte, err error)
- func (*VpInfo) ProtoMessage()
- func (x *VpInfo) ProtoReflect() protoreflect.Message
- func (x *VpInfo) Reset()
- func (m *VpInfo) SizeVT() (n int)
- func (x *VpInfo) String() string
- func (m *VpInfo) UnmarshalVT(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
var ( ErrInvalidLength = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflow = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroup = fmt.Errorf("proto: unexpected end of group") )
var ( Message_Type_name = map[int32]string{ 0: "GET_BLOCK", 1: "GET_BLOCK_ACK", 2: "CONSENSUS", 3: "FETCH_CERT", 4: "FETCH_CERT_ACK", 5: "FETCH_BLOCK_SIGN", 6: "FETCH_BLOCK_SIGN_ACK", 11: "GET_ADDRESS", 12: "GET_ADDRESS_ACK", 13: "GET_BLOCK_HEADERS", 14: "GET_BLOCK_HEADERS_ACK", 15: "GET_BLOCKS", 16: "GET_BLOCKS_ACK", 17: "CHECK_MASTER_PIER", 18: "CHECK_MASTER_PIER_ACK", 21: "FETCH_BURN_SIGN", 22: "FETCH_BURN_SIGN_ACK", 23: "FETCH_P2P_PUBKEY", 24: "FETCH_P2P_PUBKEY_ACK", 25: "FETCH_TSS_PUBKEY", 26: "FETCH_TSS_PUBKEY_ACK", 27: "FETCH_TSS_INFO", 28: "FETCH_TSS_INFO_ACK", 29: "FERCH_TSS_NODES", 51: "ADDRESS_GET", 52: "PUBKEY_GET", 53: "PUBKEY_GET_ACK", 61: "ACK", 73: "TSS_TASK", 74: "TSS_CULPRITS", 75: "TSS_KEYGEN_REQ", 91: "PUSH_TXS", } Message_Type_value = map[string]int32{ "GET_BLOCK": 0, "GET_BLOCK_ACK": 1, "CONSENSUS": 2, "FETCH_CERT": 3, "FETCH_CERT_ACK": 4, "FETCH_BLOCK_SIGN": 5, "FETCH_BLOCK_SIGN_ACK": 6, "GET_ADDRESS": 11, "GET_ADDRESS_ACK": 12, "GET_BLOCK_HEADERS": 13, "GET_BLOCK_HEADERS_ACK": 14, "GET_BLOCKS": 15, "GET_BLOCKS_ACK": 16, "CHECK_MASTER_PIER": 17, "CHECK_MASTER_PIER_ACK": 18, "FETCH_BURN_SIGN": 21, "FETCH_BURN_SIGN_ACK": 22, "FETCH_P2P_PUBKEY": 23, "FETCH_P2P_PUBKEY_ACK": 24, "FETCH_TSS_PUBKEY": 25, "FETCH_TSS_PUBKEY_ACK": 26, "FETCH_TSS_INFO": 27, "FETCH_TSS_INFO_ACK": 28, "FERCH_TSS_NODES": 29, "ADDRESS_GET": 51, "PUBKEY_GET": 52, "PUBKEY_GET_ACK": 53, "ACK": 61, "TSS_TASK": 73, "TSS_CULPRITS": 74, "TSS_KEYGEN_REQ": 75, "PUSH_TXS": 91, } )
Enum value maps for Message_Type.
var ( Receipt_Status_name = map[int32]string{ 0: "SUCCESS", 1: "FAILED", } Receipt_Status_value = map[string]int32{ "SUCCESS": 0, "FAILED": 1, } )
Enum value maps for Receipt_Status.
var ( Event_EventType_name = map[int32]string{ 0: "OTHER", } Event_EventType_value = map[string]int32{ "OTHER": 0, } )
Enum value maps for Event_EventType.
var File_basic_proto protoreflect.FileDescriptor
var File_block_proto protoreflect.FileDescriptor
var File_chain_proto protoreflect.FileDescriptor
var File_network_proto protoreflect.FileDescriptor
var File_receipt_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Block ¶
type Block struct { BlockHeader *BlockHeader `protobuf:"bytes,1,opt,name=block_header,json=blockHeader,proto3" json:"block_header,omitempty"` Transactions [][]byte `protobuf:"bytes,2,rep,name=transactions,proto3" json:"transactions,omitempty"` BlockHash []byte `protobuf:"bytes,3,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"` Signature []byte `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty"` Extra []byte `protobuf:"bytes,5,opt,name=extra,proto3" json:"extra,omitempty"` // contains filtered or unexported fields }
func (*Block) Descriptor
deprecated
func (*Block) GetBlockHash ¶
func (*Block) GetBlockHeader ¶
func (x *Block) GetBlockHeader() *BlockHeader
func (*Block) GetSignature ¶
func (*Block) GetTransactions ¶
func (*Block) MarshalToSizedBufferVT ¶
func (*Block) MarshalToSizedBufferVTStrict ¶
func (*Block) MarshalVTStrict ¶
func (*Block) ProtoMessage ¶
func (*Block) ProtoMessage()
func (*Block) ProtoReflect ¶
func (x *Block) ProtoReflect() protoreflect.Message
func (*Block) UnmarshalVT ¶
type BlockHeader ¶
type BlockHeader struct { Number uint64 `protobuf:"varint,1,opt,name=number,proto3" json:"number,omitempty"` StateRoot []byte `protobuf:"bytes,2,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty"` TxRoot []byte `protobuf:"bytes,3,opt,name=tx_root,json=txRoot,proto3" json:"tx_root,omitempty"` ReceiptRoot []byte `protobuf:"bytes,4,opt,name=receipt_root,json=receiptRoot,proto3" json:"receipt_root,omitempty"` ParentHash []byte `protobuf:"bytes,5,opt,name=parent_hash,json=parentHash,proto3" json:"parent_hash,omitempty"` Timestamp int64 `protobuf:"varint,7,opt,name=timestamp,proto3" json:"timestamp,omitempty"` Version []byte `protobuf:"bytes,8,opt,name=version,proto3" json:"version,omitempty"` Bloom []byte `protobuf:"bytes,9,opt,name=bloom,proto3" json:"bloom,omitempty"` GasPrice int64 `protobuf:"varint,10,opt,name=gas_price,json=gasPrice,proto3" json:"gas_price,omitempty"` // contains filtered or unexported fields }
func (*BlockHeader) Descriptor
deprecated
func (*BlockHeader) Descriptor() ([]byte, []int)
Deprecated: Use BlockHeader.ProtoReflect.Descriptor instead.
func (*BlockHeader) GetBloom ¶
func (x *BlockHeader) GetBloom() []byte
func (*BlockHeader) GetGasPrice ¶
func (x *BlockHeader) GetGasPrice() int64
func (*BlockHeader) GetNumber ¶
func (x *BlockHeader) GetNumber() uint64
func (*BlockHeader) GetParentHash ¶
func (x *BlockHeader) GetParentHash() []byte
func (*BlockHeader) GetReceiptRoot ¶
func (x *BlockHeader) GetReceiptRoot() []byte
func (*BlockHeader) GetStateRoot ¶
func (x *BlockHeader) GetStateRoot() []byte
func (*BlockHeader) GetTimestamp ¶
func (x *BlockHeader) GetTimestamp() int64
func (*BlockHeader) GetTxRoot ¶
func (x *BlockHeader) GetTxRoot() []byte
func (*BlockHeader) GetVersion ¶
func (x *BlockHeader) GetVersion() []byte
func (*BlockHeader) MarshalToSizedBufferVT ¶
func (m *BlockHeader) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*BlockHeader) MarshalToSizedBufferVTStrict ¶
func (m *BlockHeader) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*BlockHeader) MarshalToVT ¶
func (m *BlockHeader) MarshalToVT(dAtA []byte) (int, error)
func (*BlockHeader) MarshalToVTStrict ¶
func (m *BlockHeader) MarshalToVTStrict(dAtA []byte) (int, error)
func (*BlockHeader) MarshalVT ¶
func (m *BlockHeader) MarshalVT() (dAtA []byte, err error)
func (*BlockHeader) MarshalVTStrict ¶
func (m *BlockHeader) MarshalVTStrict() (dAtA []byte, err error)
func (*BlockHeader) ProtoMessage ¶
func (*BlockHeader) ProtoMessage()
func (*BlockHeader) ProtoReflect ¶
func (x *BlockHeader) ProtoReflect() protoreflect.Message
func (*BlockHeader) Reset ¶
func (x *BlockHeader) Reset()
func (*BlockHeader) SizeVT ¶
func (m *BlockHeader) SizeVT() (n int)
func (*BlockHeader) String ¶
func (x *BlockHeader) String() string
func (*BlockHeader) UnmarshalVT ¶
func (m *BlockHeader) UnmarshalVT(dAtA []byte) error
type BytesSlice ¶
type BytesSlice struct { Slice [][]byte `protobuf:"bytes,1,rep,name=slice,proto3" json:"slice,omitempty"` // contains filtered or unexported fields }
func (*BytesSlice) Descriptor
deprecated
func (*BytesSlice) Descriptor() ([]byte, []int)
Deprecated: Use BytesSlice.ProtoReflect.Descriptor instead.
func (*BytesSlice) GetSlice ¶
func (x *BytesSlice) GetSlice() [][]byte
func (*BytesSlice) MarshalToSizedBufferVT ¶
func (m *BytesSlice) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*BytesSlice) MarshalToSizedBufferVTStrict ¶
func (m *BytesSlice) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*BytesSlice) MarshalToVT ¶
func (m *BytesSlice) MarshalToVT(dAtA []byte) (int, error)
func (*BytesSlice) MarshalToVTStrict ¶
func (m *BytesSlice) MarshalToVTStrict(dAtA []byte) (int, error)
func (*BytesSlice) MarshalVT ¶
func (m *BytesSlice) MarshalVT() (dAtA []byte, err error)
func (*BytesSlice) MarshalVTStrict ¶
func (m *BytesSlice) MarshalVTStrict() (dAtA []byte, err error)
func (*BytesSlice) ProtoMessage ¶
func (*BytesSlice) ProtoMessage()
func (*BytesSlice) ProtoReflect ¶
func (x *BytesSlice) ProtoReflect() protoreflect.Message
func (*BytesSlice) Reset ¶
func (x *BytesSlice) Reset()
func (*BytesSlice) SizeVT ¶
func (m *BytesSlice) SizeVT() (n int)
func (*BytesSlice) String ¶
func (x *BytesSlice) String() string
func (*BytesSlice) UnmarshalVT ¶
func (m *BytesSlice) UnmarshalVT(dAtA []byte) error
type ChainMeta ¶
type ChainMeta struct { Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` BlockHash []byte `protobuf:"bytes,2,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"` // contains filtered or unexported fields }
func (*ChainMeta) Descriptor
deprecated
func (*ChainMeta) GetBlockHash ¶
func (*ChainMeta) MarshalToSizedBufferVT ¶
func (*ChainMeta) MarshalToSizedBufferVTStrict ¶
func (*ChainMeta) MarshalToVTStrict ¶
func (*ChainMeta) MarshalVTStrict ¶
func (*ChainMeta) ProtoMessage ¶
func (*ChainMeta) ProtoMessage()
func (*ChainMeta) ProtoReflect ¶
func (x *ChainMeta) ProtoReflect() protoreflect.Message
func (*ChainMeta) UnmarshalVT ¶
type Event ¶
type Event struct { TxHash []byte `protobuf:"bytes,1,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"` Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` EventType Event_EventType `protobuf:"varint,3,opt,name=event_type,json=eventType,proto3,enum=pb.Event_EventType" json:"event_type,omitempty"` // contains filtered or unexported fields }
func (*Event) Descriptor
deprecated
func (*Event) GetEventType ¶
func (x *Event) GetEventType() Event_EventType
func (*Event) MarshalToSizedBufferVT ¶
func (*Event) MarshalToSizedBufferVTStrict ¶
func (*Event) MarshalVTStrict ¶
func (*Event) ProtoMessage ¶
func (*Event) ProtoMessage()
func (*Event) ProtoReflect ¶
func (x *Event) ProtoReflect() protoreflect.Message
func (*Event) UnmarshalVT ¶
type Event_EventType ¶
type Event_EventType int32
const (
Event_OTHER Event_EventType = 0
)
func (Event_EventType) Descriptor ¶
func (Event_EventType) Descriptor() protoreflect.EnumDescriptor
func (Event_EventType) Enum ¶
func (x Event_EventType) Enum() *Event_EventType
func (Event_EventType) EnumDescriptor
deprecated
func (Event_EventType) EnumDescriptor() ([]byte, []int)
Deprecated: Use Event_EventType.Descriptor instead.
func (Event_EventType) Number ¶
func (x Event_EventType) Number() protoreflect.EnumNumber
func (Event_EventType) String ¶
func (x Event_EventType) String() string
func (Event_EventType) Type ¶
func (Event_EventType) Type() protoreflect.EnumType
type EvmLog ¶
type EvmLog struct { Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` Topics [][]byte `protobuf:"bytes,2,rep,name=topics,proto3" json:"topics,omitempty"` Data []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` BlockNumber uint64 `protobuf:"varint,4,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"` TransactionHash []byte `protobuf:"bytes,5,opt,name=transaction_hash,json=transactionHash,proto3" json:"transaction_hash,omitempty"` TransactionIndex uint64 `protobuf:"varint,6,opt,name=transaction_index,json=transactionIndex,proto3" json:"transaction_index,omitempty"` BlockHash []byte `protobuf:"bytes,7,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"` LogIndex uint64 `protobuf:"varint,8,opt,name=log_index,json=logIndex,proto3" json:"log_index,omitempty"` Removed bool `protobuf:"varint,9,opt,name=removed,proto3" json:"removed,omitempty"` // contains filtered or unexported fields }
func (*EvmLog) Descriptor
deprecated
func (*EvmLog) GetAddress ¶
func (*EvmLog) GetBlockHash ¶
func (*EvmLog) GetBlockNumber ¶
func (*EvmLog) GetLogIndex ¶
func (*EvmLog) GetRemoved ¶
func (*EvmLog) GetTransactionHash ¶
func (*EvmLog) GetTransactionIndex ¶
func (*EvmLog) MarshalToSizedBufferVT ¶
func (*EvmLog) MarshalToSizedBufferVTStrict ¶
func (*EvmLog) MarshalVTStrict ¶
func (*EvmLog) ProtoMessage ¶
func (*EvmLog) ProtoMessage()
func (*EvmLog) ProtoReflect ¶
func (x *EvmLog) ProtoReflect() protoreflect.Message
func (*EvmLog) UnmarshalVT ¶
type GetBlockHeadersRequest ¶
type GetBlockHeadersRequest struct { Start uint64 `protobuf:"varint,1,opt,name=start,proto3" json:"start,omitempty"` End uint64 `protobuf:"varint,2,opt,name=end,proto3" json:"end,omitempty"` // contains filtered or unexported fields }
func (*GetBlockHeadersRequest) Descriptor
deprecated
func (*GetBlockHeadersRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetBlockHeadersRequest.ProtoReflect.Descriptor instead.
func (*GetBlockHeadersRequest) GetEnd ¶
func (x *GetBlockHeadersRequest) GetEnd() uint64
func (*GetBlockHeadersRequest) GetStart ¶
func (x *GetBlockHeadersRequest) GetStart() uint64
func (*GetBlockHeadersRequest) MarshalToSizedBufferVT ¶
func (m *GetBlockHeadersRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*GetBlockHeadersRequest) MarshalToSizedBufferVTStrict ¶
func (m *GetBlockHeadersRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*GetBlockHeadersRequest) MarshalToVT ¶
func (m *GetBlockHeadersRequest) MarshalToVT(dAtA []byte) (int, error)
func (*GetBlockHeadersRequest) MarshalToVTStrict ¶
func (m *GetBlockHeadersRequest) MarshalToVTStrict(dAtA []byte) (int, error)
func (*GetBlockHeadersRequest) MarshalVT ¶
func (m *GetBlockHeadersRequest) MarshalVT() (dAtA []byte, err error)
func (*GetBlockHeadersRequest) MarshalVTStrict ¶
func (m *GetBlockHeadersRequest) MarshalVTStrict() (dAtA []byte, err error)
func (*GetBlockHeadersRequest) ProtoMessage ¶
func (*GetBlockHeadersRequest) ProtoMessage()
func (*GetBlockHeadersRequest) ProtoReflect ¶
func (x *GetBlockHeadersRequest) ProtoReflect() protoreflect.Message
func (*GetBlockHeadersRequest) Reset ¶
func (x *GetBlockHeadersRequest) Reset()
func (*GetBlockHeadersRequest) SizeVT ¶
func (m *GetBlockHeadersRequest) SizeVT() (n int)
func (*GetBlockHeadersRequest) String ¶
func (x *GetBlockHeadersRequest) String() string
func (*GetBlockHeadersRequest) UnmarshalVT ¶
func (m *GetBlockHeadersRequest) UnmarshalVT(dAtA []byte) error
type GetBlockHeadersResponse ¶
type GetBlockHeadersResponse struct { BlockHeaders [][]byte `protobuf:"bytes,1,rep,name=block_headers,json=blockHeaders,proto3" json:"block_headers,omitempty"` // contains filtered or unexported fields }
func (*GetBlockHeadersResponse) Descriptor
deprecated
func (*GetBlockHeadersResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetBlockHeadersResponse.ProtoReflect.Descriptor instead.
func (*GetBlockHeadersResponse) GetBlockHeaders ¶
func (x *GetBlockHeadersResponse) GetBlockHeaders() [][]byte
func (*GetBlockHeadersResponse) MarshalToSizedBufferVT ¶
func (m *GetBlockHeadersResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*GetBlockHeadersResponse) MarshalToSizedBufferVTStrict ¶
func (m *GetBlockHeadersResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*GetBlockHeadersResponse) MarshalToVT ¶
func (m *GetBlockHeadersResponse) MarshalToVT(dAtA []byte) (int, error)
func (*GetBlockHeadersResponse) MarshalToVTStrict ¶
func (m *GetBlockHeadersResponse) MarshalToVTStrict(dAtA []byte) (int, error)
func (*GetBlockHeadersResponse) MarshalVT ¶
func (m *GetBlockHeadersResponse) MarshalVT() (dAtA []byte, err error)
func (*GetBlockHeadersResponse) MarshalVTStrict ¶
func (m *GetBlockHeadersResponse) MarshalVTStrict() (dAtA []byte, err error)
func (*GetBlockHeadersResponse) ProtoMessage ¶
func (*GetBlockHeadersResponse) ProtoMessage()
func (*GetBlockHeadersResponse) ProtoReflect ¶
func (x *GetBlockHeadersResponse) ProtoReflect() protoreflect.Message
func (*GetBlockHeadersResponse) Reset ¶
func (x *GetBlockHeadersResponse) Reset()
func (*GetBlockHeadersResponse) SizeVT ¶
func (m *GetBlockHeadersResponse) SizeVT() (n int)
func (*GetBlockHeadersResponse) String ¶
func (x *GetBlockHeadersResponse) String() string
func (*GetBlockHeadersResponse) UnmarshalVT ¶
func (m *GetBlockHeadersResponse) UnmarshalVT(dAtA []byte) error
type GetBlocksRequest ¶
type GetBlocksRequest struct { Start uint64 `protobuf:"varint,1,opt,name=start,proto3" json:"start,omitempty"` End uint64 `protobuf:"varint,2,opt,name=end,proto3" json:"end,omitempty"` // contains filtered or unexported fields }
func (*GetBlocksRequest) Descriptor
deprecated
func (*GetBlocksRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetBlocksRequest.ProtoReflect.Descriptor instead.
func (*GetBlocksRequest) GetEnd ¶
func (x *GetBlocksRequest) GetEnd() uint64
func (*GetBlocksRequest) GetStart ¶
func (x *GetBlocksRequest) GetStart() uint64
func (*GetBlocksRequest) MarshalToSizedBufferVT ¶
func (m *GetBlocksRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*GetBlocksRequest) MarshalToSizedBufferVTStrict ¶
func (m *GetBlocksRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*GetBlocksRequest) MarshalToVT ¶
func (m *GetBlocksRequest) MarshalToVT(dAtA []byte) (int, error)
func (*GetBlocksRequest) MarshalToVTStrict ¶
func (m *GetBlocksRequest) MarshalToVTStrict(dAtA []byte) (int, error)
func (*GetBlocksRequest) MarshalVT ¶
func (m *GetBlocksRequest) MarshalVT() (dAtA []byte, err error)
func (*GetBlocksRequest) MarshalVTStrict ¶
func (m *GetBlocksRequest) MarshalVTStrict() (dAtA []byte, err error)
func (*GetBlocksRequest) ProtoMessage ¶
func (*GetBlocksRequest) ProtoMessage()
func (*GetBlocksRequest) ProtoReflect ¶
func (x *GetBlocksRequest) ProtoReflect() protoreflect.Message
func (*GetBlocksRequest) Reset ¶
func (x *GetBlocksRequest) Reset()
func (*GetBlocksRequest) SizeVT ¶
func (m *GetBlocksRequest) SizeVT() (n int)
func (*GetBlocksRequest) String ¶
func (x *GetBlocksRequest) String() string
func (*GetBlocksRequest) UnmarshalVT ¶
func (m *GetBlocksRequest) UnmarshalVT(dAtA []byte) error
type GetBlocksResponse ¶
type GetBlocksResponse struct { Blocks [][]byte `protobuf:"bytes,1,rep,name=blocks,proto3" json:"blocks,omitempty"` // contains filtered or unexported fields }
func (*GetBlocksResponse) Descriptor
deprecated
func (*GetBlocksResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetBlocksResponse.ProtoReflect.Descriptor instead.
func (*GetBlocksResponse) GetBlocks ¶
func (x *GetBlocksResponse) GetBlocks() [][]byte
func (*GetBlocksResponse) MarshalToSizedBufferVT ¶
func (m *GetBlocksResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*GetBlocksResponse) MarshalToSizedBufferVTStrict ¶
func (m *GetBlocksResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*GetBlocksResponse) MarshalToVT ¶
func (m *GetBlocksResponse) MarshalToVT(dAtA []byte) (int, error)
func (*GetBlocksResponse) MarshalToVTStrict ¶
func (m *GetBlocksResponse) MarshalToVTStrict(dAtA []byte) (int, error)
func (*GetBlocksResponse) MarshalVT ¶
func (m *GetBlocksResponse) MarshalVT() (dAtA []byte, err error)
func (*GetBlocksResponse) MarshalVTStrict ¶
func (m *GetBlocksResponse) MarshalVTStrict() (dAtA []byte, err error)
func (*GetBlocksResponse) ProtoMessage ¶
func (*GetBlocksResponse) ProtoMessage()
func (*GetBlocksResponse) ProtoReflect ¶
func (x *GetBlocksResponse) ProtoReflect() protoreflect.Message
func (*GetBlocksResponse) Reset ¶
func (x *GetBlocksResponse) Reset()
func (*GetBlocksResponse) SizeVT ¶
func (m *GetBlocksResponse) SizeVT() (n int)
func (*GetBlocksResponse) String ¶
func (x *GetBlocksResponse) String() string
func (*GetBlocksResponse) UnmarshalVT ¶
func (m *GetBlocksResponse) UnmarshalVT(dAtA []byte) error
type Message ¶
type Message struct { Type Message_Type `protobuf:"varint,1,opt,name=type,proto3,enum=pb.Message_Type" json:"type,omitempty"` Data []byte `protobuf:"bytes,2,opt,name=Data,proto3" json:"Data,omitempty"` Version []byte `protobuf:"bytes,3,opt,name=Version,proto3" json:"Version,omitempty"` // contains filtered or unexported fields }
func (*Message) Descriptor
deprecated
func (*Message) GetType ¶
func (x *Message) GetType() Message_Type
func (*Message) GetVersion ¶
func (*Message) MarshalToSizedBufferVT ¶
func (*Message) MarshalToSizedBufferVTStrict ¶
func (*Message) MarshalVTStrict ¶
func (*Message) ProtoMessage ¶
func (*Message) ProtoMessage()
func (*Message) ProtoReflect ¶
func (x *Message) ProtoReflect() protoreflect.Message
func (*Message) UnmarshalVT ¶
type Message_Type ¶
type Message_Type int32
const ( Message_GET_BLOCK Message_Type = 0 Message_GET_BLOCK_ACK Message_Type = 1 Message_CONSENSUS Message_Type = 2 Message_FETCH_CERT Message_Type = 3 Message_FETCH_CERT_ACK Message_Type = 4 Message_FETCH_BLOCK_SIGN Message_Type = 5 Message_FETCH_BLOCK_SIGN_ACK Message_Type = 6 Message_GET_ADDRESS Message_Type = 11 Message_GET_ADDRESS_ACK Message_Type = 12 Message_GET_BLOCK_HEADERS Message_Type = 13 Message_GET_BLOCK_HEADERS_ACK Message_Type = 14 Message_GET_BLOCKS Message_Type = 15 Message_GET_BLOCKS_ACK Message_Type = 16 Message_CHECK_MASTER_PIER Message_Type = 17 Message_CHECK_MASTER_PIER_ACK Message_Type = 18 Message_FETCH_BURN_SIGN Message_Type = 21 Message_FETCH_BURN_SIGN_ACK Message_Type = 22 Message_FETCH_P2P_PUBKEY Message_Type = 23 Message_FETCH_P2P_PUBKEY_ACK Message_Type = 24 Message_FETCH_TSS_PUBKEY Message_Type = 25 Message_FETCH_TSS_PUBKEY_ACK Message_Type = 26 Message_FETCH_TSS_INFO Message_Type = 27 Message_FETCH_TSS_INFO_ACK Message_Type = 28 Message_FERCH_TSS_NODES Message_Type = 29 Message_ADDRESS_GET Message_Type = 51 Message_PUBKEY_GET Message_Type = 52 Message_PUBKEY_GET_ACK Message_Type = 53 Message_ACK Message_Type = 61 Message_TSS_TASK Message_Type = 73 Message_TSS_CULPRITS Message_Type = 74 Message_TSS_KEYGEN_REQ Message_Type = 75 Message_PUSH_TXS Message_Type = 91 )
func (Message_Type) Descriptor ¶
func (Message_Type) Descriptor() protoreflect.EnumDescriptor
func (Message_Type) Enum ¶
func (x Message_Type) Enum() *Message_Type
func (Message_Type) EnumDescriptor
deprecated
func (Message_Type) EnumDescriptor() ([]byte, []int)
Deprecated: Use Message_Type.Descriptor instead.
func (Message_Type) Number ¶
func (x Message_Type) Number() protoreflect.EnumNumber
func (Message_Type) String ¶
func (x Message_Type) String() string
func (Message_Type) Type ¶
func (Message_Type) Type() protoreflect.EnumType
type Receipt ¶
type Receipt struct { Version []byte `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` TxHash []byte `protobuf:"bytes,2,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"` Ret []byte `protobuf:"bytes,3,opt,name=ret,proto3" json:"ret,omitempty"` Status Receipt_Status `protobuf:"varint,4,opt,name=status,proto3,enum=pb.Receipt_Status" json:"status,omitempty"` Events []*Event `protobuf:"bytes,5,rep,name=events,proto3" json:"events,omitempty"` GasUsed uint64 `protobuf:"varint,6,opt,name=gas_used,json=gasUsed,proto3" json:"gas_used,omitempty"` EvmLogs []*EvmLog `protobuf:"bytes,7,rep,name=evm_logs,json=evmLogs,proto3" json:"evm_logs,omitempty"` Bloom []byte `protobuf:"bytes,8,opt,name=bloom,proto3" json:"bloom,omitempty"` ContractAddress []byte `protobuf:"bytes,9,opt,name=contract_address,json=contractAddress,proto3" json:"contract_address,omitempty"` // contains filtered or unexported fields }
func (*Receipt) Descriptor
deprecated
func (*Receipt) GetContractAddress ¶
func (*Receipt) GetEvmLogs ¶
func (*Receipt) GetGasUsed ¶
func (*Receipt) GetStatus ¶
func (x *Receipt) GetStatus() Receipt_Status
func (*Receipt) GetVersion ¶
func (*Receipt) MarshalToSizedBufferVT ¶
func (*Receipt) MarshalToSizedBufferVTStrict ¶
func (*Receipt) MarshalVTStrict ¶
func (*Receipt) ProtoMessage ¶
func (*Receipt) ProtoMessage()
func (*Receipt) ProtoReflect ¶
func (x *Receipt) ProtoReflect() protoreflect.Message
func (*Receipt) UnmarshalVT ¶
type Receipt_Status ¶
type Receipt_Status int32
const ( Receipt_SUCCESS Receipt_Status = 0 Receipt_FAILED Receipt_Status = 1 )
func (Receipt_Status) Descriptor ¶
func (Receipt_Status) Descriptor() protoreflect.EnumDescriptor
func (Receipt_Status) Enum ¶
func (x Receipt_Status) Enum() *Receipt_Status
func (Receipt_Status) EnumDescriptor
deprecated
func (Receipt_Status) EnumDescriptor() ([]byte, []int)
Deprecated: Use Receipt_Status.Descriptor instead.
func (Receipt_Status) Number ¶
func (x Receipt_Status) Number() protoreflect.EnumNumber
func (Receipt_Status) String ¶
func (x Receipt_Status) String() string
func (Receipt_Status) Type ¶
func (Receipt_Status) Type() protoreflect.EnumType
type Receipts ¶
type Receipts struct { Receipts []*Receipt `protobuf:"bytes,1,rep,name=receipts,proto3" json:"receipts,omitempty"` // contains filtered or unexported fields }
func (*Receipts) Descriptor
deprecated
func (*Receipts) GetReceipts ¶
func (*Receipts) MarshalToSizedBufferVT ¶
func (*Receipts) MarshalToSizedBufferVTStrict ¶
func (*Receipts) MarshalVTStrict ¶
func (*Receipts) ProtoMessage ¶
func (*Receipts) ProtoMessage()
func (*Receipts) ProtoReflect ¶
func (x *Receipts) ProtoReflect() protoreflect.Message
func (*Receipts) UnmarshalVT ¶
type StringSlice ¶
type StringSlice struct { Slice []string `protobuf:"bytes,1,rep,name=slice,proto3" json:"slice,omitempty"` // contains filtered or unexported fields }
func (*StringSlice) Descriptor
deprecated
func (*StringSlice) Descriptor() ([]byte, []int)
Deprecated: Use StringSlice.ProtoReflect.Descriptor instead.
func (*StringSlice) GetSlice ¶
func (x *StringSlice) GetSlice() []string
func (*StringSlice) MarshalToSizedBufferVT ¶
func (m *StringSlice) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*StringSlice) MarshalToSizedBufferVTStrict ¶
func (m *StringSlice) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*StringSlice) MarshalToVT ¶
func (m *StringSlice) MarshalToVT(dAtA []byte) (int, error)
func (*StringSlice) MarshalToVTStrict ¶
func (m *StringSlice) MarshalToVTStrict(dAtA []byte) (int, error)
func (*StringSlice) MarshalVT ¶
func (m *StringSlice) MarshalVT() (dAtA []byte, err error)
func (*StringSlice) MarshalVTStrict ¶
func (m *StringSlice) MarshalVTStrict() (dAtA []byte, err error)
func (*StringSlice) ProtoMessage ¶
func (*StringSlice) ProtoMessage()
func (*StringSlice) ProtoReflect ¶
func (x *StringSlice) ProtoReflect() protoreflect.Message
func (*StringSlice) Reset ¶
func (x *StringSlice) Reset()
func (*StringSlice) SizeVT ¶
func (m *StringSlice) SizeVT() (n int)
func (*StringSlice) String ¶
func (x *StringSlice) String() string
func (*StringSlice) UnmarshalVT ¶
func (m *StringSlice) UnmarshalVT(dAtA []byte) error
type StringStringSliceMap ¶
type StringStringSliceMap struct { Keys []string `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"` Vals []*StringSlice `protobuf:"bytes,2,rep,name=vals,proto3" json:"vals,omitempty"` // contains filtered or unexported fields }
func (*StringStringSliceMap) Descriptor
deprecated
func (*StringStringSliceMap) Descriptor() ([]byte, []int)
Deprecated: Use StringStringSliceMap.ProtoReflect.Descriptor instead.
func (*StringStringSliceMap) GetKeys ¶
func (x *StringStringSliceMap) GetKeys() []string
func (*StringStringSliceMap) GetVals ¶
func (x *StringStringSliceMap) GetVals() []*StringSlice
func (*StringStringSliceMap) MarshalToSizedBufferVT ¶
func (m *StringStringSliceMap) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*StringStringSliceMap) MarshalToSizedBufferVTStrict ¶
func (m *StringStringSliceMap) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*StringStringSliceMap) MarshalToVT ¶
func (m *StringStringSliceMap) MarshalToVT(dAtA []byte) (int, error)
func (*StringStringSliceMap) MarshalToVTStrict ¶
func (m *StringStringSliceMap) MarshalToVTStrict(dAtA []byte) (int, error)
func (*StringStringSliceMap) MarshalVT ¶
func (m *StringStringSliceMap) MarshalVT() (dAtA []byte, err error)
func (*StringStringSliceMap) MarshalVTStrict ¶
func (m *StringStringSliceMap) MarshalVTStrict() (dAtA []byte, err error)
func (*StringStringSliceMap) ProtoMessage ¶
func (*StringStringSliceMap) ProtoMessage()
func (*StringStringSliceMap) ProtoReflect ¶
func (x *StringStringSliceMap) ProtoReflect() protoreflect.Message
func (*StringStringSliceMap) Reset ¶
func (x *StringStringSliceMap) Reset()
func (*StringStringSliceMap) SizeVT ¶
func (m *StringStringSliceMap) SizeVT() (n int)
func (*StringStringSliceMap) String ¶
func (x *StringStringSliceMap) String() string
func (*StringStringSliceMap) UnmarshalVT ¶
func (m *StringStringSliceMap) UnmarshalVT(dAtA []byte) error
type StringUint64Map ¶
type StringUint64Map struct { Keys []string `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"` Vals []uint64 `protobuf:"varint,2,rep,packed,name=vals,proto3" json:"vals,omitempty"` // contains filtered or unexported fields }
func (*StringUint64Map) Descriptor
deprecated
func (*StringUint64Map) Descriptor() ([]byte, []int)
Deprecated: Use StringUint64Map.ProtoReflect.Descriptor instead.
func (*StringUint64Map) GetKeys ¶
func (x *StringUint64Map) GetKeys() []string
func (*StringUint64Map) GetVals ¶
func (x *StringUint64Map) GetVals() []uint64
func (*StringUint64Map) MarshalToSizedBufferVT ¶
func (m *StringUint64Map) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*StringUint64Map) MarshalToSizedBufferVTStrict ¶
func (m *StringUint64Map) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*StringUint64Map) MarshalToVT ¶
func (m *StringUint64Map) MarshalToVT(dAtA []byte) (int, error)
func (*StringUint64Map) MarshalToVTStrict ¶
func (m *StringUint64Map) MarshalToVTStrict(dAtA []byte) (int, error)
func (*StringUint64Map) MarshalVT ¶
func (m *StringUint64Map) MarshalVT() (dAtA []byte, err error)
func (*StringUint64Map) MarshalVTStrict ¶
func (m *StringUint64Map) MarshalVTStrict() (dAtA []byte, err error)
func (*StringUint64Map) ProtoMessage ¶
func (*StringUint64Map) ProtoMessage()
func (*StringUint64Map) ProtoReflect ¶
func (x *StringUint64Map) ProtoReflect() protoreflect.Message
func (*StringUint64Map) Reset ¶
func (x *StringUint64Map) Reset()
func (*StringUint64Map) SizeVT ¶
func (m *StringUint64Map) SizeVT() (n int)
func (*StringUint64Map) String ¶
func (x *StringUint64Map) String() string
func (*StringUint64Map) UnmarshalVT ¶
func (m *StringUint64Map) UnmarshalVT(dAtA []byte) error
type StringUint64SliceMap ¶
type StringUint64SliceMap struct { Keys []string `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"` Vals []*Uint64Slice `protobuf:"bytes,2,rep,name=vals,proto3" json:"vals,omitempty"` // contains filtered or unexported fields }
func (*StringUint64SliceMap) Descriptor
deprecated
func (*StringUint64SliceMap) Descriptor() ([]byte, []int)
Deprecated: Use StringUint64SliceMap.ProtoReflect.Descriptor instead.
func (*StringUint64SliceMap) GetKeys ¶
func (x *StringUint64SliceMap) GetKeys() []string
func (*StringUint64SliceMap) GetVals ¶
func (x *StringUint64SliceMap) GetVals() []*Uint64Slice
func (*StringUint64SliceMap) MarshalToSizedBufferVT ¶
func (m *StringUint64SliceMap) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*StringUint64SliceMap) MarshalToSizedBufferVTStrict ¶
func (m *StringUint64SliceMap) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*StringUint64SliceMap) MarshalToVT ¶
func (m *StringUint64SliceMap) MarshalToVT(dAtA []byte) (int, error)
func (*StringUint64SliceMap) MarshalToVTStrict ¶
func (m *StringUint64SliceMap) MarshalToVTStrict(dAtA []byte) (int, error)
func (*StringUint64SliceMap) MarshalVT ¶
func (m *StringUint64SliceMap) MarshalVT() (dAtA []byte, err error)
func (*StringUint64SliceMap) MarshalVTStrict ¶
func (m *StringUint64SliceMap) MarshalVTStrict() (dAtA []byte, err error)
func (*StringUint64SliceMap) ProtoMessage ¶
func (*StringUint64SliceMap) ProtoMessage()
func (*StringUint64SliceMap) ProtoReflect ¶
func (x *StringUint64SliceMap) ProtoReflect() protoreflect.Message
func (*StringUint64SliceMap) Reset ¶
func (x *StringUint64SliceMap) Reset()
func (*StringUint64SliceMap) SizeVT ¶
func (m *StringUint64SliceMap) SizeVT() (n int)
func (*StringUint64SliceMap) String ¶
func (x *StringUint64SliceMap) String() string
func (*StringUint64SliceMap) UnmarshalVT ¶
func (m *StringUint64SliceMap) UnmarshalVT(dAtA []byte) error
type StringVerifiedIndexMap ¶
type StringVerifiedIndexMap struct { Keys []string `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"` Vals []*VerifiedIndex `protobuf:"bytes,2,rep,name=vals,proto3" json:"vals,omitempty"` // contains filtered or unexported fields }
func (*StringVerifiedIndexMap) Descriptor
deprecated
func (*StringVerifiedIndexMap) Descriptor() ([]byte, []int)
Deprecated: Use StringVerifiedIndexMap.ProtoReflect.Descriptor instead.
func (*StringVerifiedIndexMap) GetKeys ¶
func (x *StringVerifiedIndexMap) GetKeys() []string
func (*StringVerifiedIndexMap) GetVals ¶
func (x *StringVerifiedIndexMap) GetVals() []*VerifiedIndex
func (*StringVerifiedIndexMap) MarshalToSizedBufferVT ¶
func (m *StringVerifiedIndexMap) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*StringVerifiedIndexMap) MarshalToSizedBufferVTStrict ¶
func (m *StringVerifiedIndexMap) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*StringVerifiedIndexMap) MarshalToVT ¶
func (m *StringVerifiedIndexMap) MarshalToVT(dAtA []byte) (int, error)
func (*StringVerifiedIndexMap) MarshalToVTStrict ¶
func (m *StringVerifiedIndexMap) MarshalToVTStrict(dAtA []byte) (int, error)
func (*StringVerifiedIndexMap) MarshalVT ¶
func (m *StringVerifiedIndexMap) MarshalVT() (dAtA []byte, err error)
func (*StringVerifiedIndexMap) MarshalVTStrict ¶
func (m *StringVerifiedIndexMap) MarshalVTStrict() (dAtA []byte, err error)
func (*StringVerifiedIndexMap) ProtoMessage ¶
func (*StringVerifiedIndexMap) ProtoMessage()
func (*StringVerifiedIndexMap) ProtoReflect ¶
func (x *StringVerifiedIndexMap) ProtoReflect() protoreflect.Message
func (*StringVerifiedIndexMap) Reset ¶
func (x *StringVerifiedIndexMap) Reset()
func (*StringVerifiedIndexMap) SizeVT ¶
func (m *StringVerifiedIndexMap) SizeVT() (n int)
func (*StringVerifiedIndexMap) String ¶
func (x *StringVerifiedIndexMap) String() string
func (*StringVerifiedIndexMap) UnmarshalVT ¶
func (m *StringVerifiedIndexMap) UnmarshalVT(dAtA []byte) error
type StringVerifiedIndexSliceMap ¶
type StringVerifiedIndexSliceMap struct { Keys []string `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"` Vals []*VerifiedIndexSlice `protobuf:"bytes,2,rep,name=vals,proto3" json:"vals,omitempty"` // contains filtered or unexported fields }
func (*StringVerifiedIndexSliceMap) Descriptor
deprecated
func (*StringVerifiedIndexSliceMap) Descriptor() ([]byte, []int)
Deprecated: Use StringVerifiedIndexSliceMap.ProtoReflect.Descriptor instead.
func (*StringVerifiedIndexSliceMap) GetKeys ¶
func (x *StringVerifiedIndexSliceMap) GetKeys() []string
func (*StringVerifiedIndexSliceMap) GetVals ¶
func (x *StringVerifiedIndexSliceMap) GetVals() []*VerifiedIndexSlice
func (*StringVerifiedIndexSliceMap) MarshalToSizedBufferVT ¶
func (m *StringVerifiedIndexSliceMap) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*StringVerifiedIndexSliceMap) MarshalToSizedBufferVTStrict ¶
func (m *StringVerifiedIndexSliceMap) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*StringVerifiedIndexSliceMap) MarshalToVT ¶
func (m *StringVerifiedIndexSliceMap) MarshalToVT(dAtA []byte) (int, error)
func (*StringVerifiedIndexSliceMap) MarshalToVTStrict ¶
func (m *StringVerifiedIndexSliceMap) MarshalToVTStrict(dAtA []byte) (int, error)
func (*StringVerifiedIndexSliceMap) MarshalVT ¶
func (m *StringVerifiedIndexSliceMap) MarshalVT() (dAtA []byte, err error)
func (*StringVerifiedIndexSliceMap) MarshalVTStrict ¶
func (m *StringVerifiedIndexSliceMap) MarshalVTStrict() (dAtA []byte, err error)
func (*StringVerifiedIndexSliceMap) ProtoMessage ¶
func (*StringVerifiedIndexSliceMap) ProtoMessage()
func (*StringVerifiedIndexSliceMap) ProtoReflect ¶
func (x *StringVerifiedIndexSliceMap) ProtoReflect() protoreflect.Message
func (*StringVerifiedIndexSliceMap) Reset ¶
func (x *StringVerifiedIndexSliceMap) Reset()
func (*StringVerifiedIndexSliceMap) SizeVT ¶
func (m *StringVerifiedIndexSliceMap) SizeVT() (n int)
func (*StringVerifiedIndexSliceMap) String ¶
func (x *StringVerifiedIndexSliceMap) String() string
func (*StringVerifiedIndexSliceMap) UnmarshalVT ¶
func (m *StringVerifiedIndexSliceMap) UnmarshalVT(dAtA []byte) error
type TransactionMeta ¶
type TransactionMeta struct { BlockHash []byte `protobuf:"bytes,1,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"` BlockHeight uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` Index uint64 `protobuf:"varint,3,opt,name=index,proto3" json:"index,omitempty"` // contains filtered or unexported fields }
func (*TransactionMeta) Descriptor
deprecated
func (*TransactionMeta) Descriptor() ([]byte, []int)
Deprecated: Use TransactionMeta.ProtoReflect.Descriptor instead.
func (*TransactionMeta) GetBlockHash ¶
func (x *TransactionMeta) GetBlockHash() []byte
func (*TransactionMeta) GetBlockHeight ¶
func (x *TransactionMeta) GetBlockHeight() uint64
func (*TransactionMeta) GetIndex ¶
func (x *TransactionMeta) GetIndex() uint64
func (*TransactionMeta) MarshalToSizedBufferVT ¶
func (m *TransactionMeta) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*TransactionMeta) MarshalToSizedBufferVTStrict ¶
func (m *TransactionMeta) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*TransactionMeta) MarshalToVT ¶
func (m *TransactionMeta) MarshalToVT(dAtA []byte) (int, error)
func (*TransactionMeta) MarshalToVTStrict ¶
func (m *TransactionMeta) MarshalToVTStrict(dAtA []byte) (int, error)
func (*TransactionMeta) MarshalVT ¶
func (m *TransactionMeta) MarshalVT() (dAtA []byte, err error)
func (*TransactionMeta) MarshalVTStrict ¶
func (m *TransactionMeta) MarshalVTStrict() (dAtA []byte, err error)
func (*TransactionMeta) ProtoMessage ¶
func (*TransactionMeta) ProtoMessage()
func (*TransactionMeta) ProtoReflect ¶
func (x *TransactionMeta) ProtoReflect() protoreflect.Message
func (*TransactionMeta) Reset ¶
func (x *TransactionMeta) Reset()
func (*TransactionMeta) SizeVT ¶
func (m *TransactionMeta) SizeVT() (n int)
func (*TransactionMeta) String ¶
func (x *TransactionMeta) String() string
func (*TransactionMeta) UnmarshalVT ¶
func (m *TransactionMeta) UnmarshalVT(dAtA []byte) error
type Uint64Slice ¶
type Uint64Slice struct { Slice []uint64 `protobuf:"varint,1,rep,packed,name=slice,proto3" json:"slice,omitempty"` // contains filtered or unexported fields }
func (*Uint64Slice) Descriptor
deprecated
func (*Uint64Slice) Descriptor() ([]byte, []int)
Deprecated: Use Uint64Slice.ProtoReflect.Descriptor instead.
func (*Uint64Slice) GetSlice ¶
func (x *Uint64Slice) GetSlice() []uint64
func (*Uint64Slice) MarshalToSizedBufferVT ¶
func (m *Uint64Slice) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*Uint64Slice) MarshalToSizedBufferVTStrict ¶
func (m *Uint64Slice) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*Uint64Slice) MarshalToVT ¶
func (m *Uint64Slice) MarshalToVT(dAtA []byte) (int, error)
func (*Uint64Slice) MarshalToVTStrict ¶
func (m *Uint64Slice) MarshalToVTStrict(dAtA []byte) (int, error)
func (*Uint64Slice) MarshalVT ¶
func (m *Uint64Slice) MarshalVT() (dAtA []byte, err error)
func (*Uint64Slice) MarshalVTStrict ¶
func (m *Uint64Slice) MarshalVTStrict() (dAtA []byte, err error)
func (*Uint64Slice) ProtoMessage ¶
func (*Uint64Slice) ProtoMessage()
func (*Uint64Slice) ProtoReflect ¶
func (x *Uint64Slice) ProtoReflect() protoreflect.Message
func (*Uint64Slice) Reset ¶
func (x *Uint64Slice) Reset()
func (*Uint64Slice) SizeVT ¶
func (m *Uint64Slice) SizeVT() (n int)
func (*Uint64Slice) String ¶
func (x *Uint64Slice) String() string
func (*Uint64Slice) UnmarshalVT ¶
func (m *Uint64Slice) UnmarshalVT(dAtA []byte) error
type VerifiedIndex ¶
type VerifiedIndex struct { Index uint64 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` Valid bool `protobuf:"varint,2,opt,name=valid,proto3" json:"valid,omitempty"` // contains filtered or unexported fields }
func (*VerifiedIndex) Descriptor
deprecated
func (*VerifiedIndex) Descriptor() ([]byte, []int)
Deprecated: Use VerifiedIndex.ProtoReflect.Descriptor instead.
func (*VerifiedIndex) GetIndex ¶
func (x *VerifiedIndex) GetIndex() uint64
func (*VerifiedIndex) GetValid ¶
func (x *VerifiedIndex) GetValid() bool
func (*VerifiedIndex) MarshalToSizedBufferVT ¶
func (m *VerifiedIndex) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*VerifiedIndex) MarshalToSizedBufferVTStrict ¶
func (m *VerifiedIndex) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*VerifiedIndex) MarshalToVT ¶
func (m *VerifiedIndex) MarshalToVT(dAtA []byte) (int, error)
func (*VerifiedIndex) MarshalToVTStrict ¶
func (m *VerifiedIndex) MarshalToVTStrict(dAtA []byte) (int, error)
func (*VerifiedIndex) MarshalVT ¶
func (m *VerifiedIndex) MarshalVT() (dAtA []byte, err error)
func (*VerifiedIndex) MarshalVTStrict ¶
func (m *VerifiedIndex) MarshalVTStrict() (dAtA []byte, err error)
func (*VerifiedIndex) ProtoMessage ¶
func (*VerifiedIndex) ProtoMessage()
func (*VerifiedIndex) ProtoReflect ¶
func (x *VerifiedIndex) ProtoReflect() protoreflect.Message
func (*VerifiedIndex) Reset ¶
func (x *VerifiedIndex) Reset()
func (*VerifiedIndex) SizeVT ¶
func (m *VerifiedIndex) SizeVT() (n int)
func (*VerifiedIndex) String ¶
func (x *VerifiedIndex) String() string
func (*VerifiedIndex) UnmarshalVT ¶
func (m *VerifiedIndex) UnmarshalVT(dAtA []byte) error
type VerifiedIndexSlice ¶
type VerifiedIndexSlice struct { Slice []*VerifiedIndex `protobuf:"bytes,1,rep,name=slice,proto3" json:"slice,omitempty"` // contains filtered or unexported fields }
func (*VerifiedIndexSlice) Descriptor
deprecated
func (*VerifiedIndexSlice) Descriptor() ([]byte, []int)
Deprecated: Use VerifiedIndexSlice.ProtoReflect.Descriptor instead.
func (*VerifiedIndexSlice) GetSlice ¶
func (x *VerifiedIndexSlice) GetSlice() []*VerifiedIndex
func (*VerifiedIndexSlice) MarshalToSizedBufferVT ¶
func (m *VerifiedIndexSlice) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*VerifiedIndexSlice) MarshalToSizedBufferVTStrict ¶
func (m *VerifiedIndexSlice) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*VerifiedIndexSlice) MarshalToVT ¶
func (m *VerifiedIndexSlice) MarshalToVT(dAtA []byte) (int, error)
func (*VerifiedIndexSlice) MarshalToVTStrict ¶
func (m *VerifiedIndexSlice) MarshalToVTStrict(dAtA []byte) (int, error)
func (*VerifiedIndexSlice) MarshalVT ¶
func (m *VerifiedIndexSlice) MarshalVT() (dAtA []byte, err error)
func (*VerifiedIndexSlice) MarshalVTStrict ¶
func (m *VerifiedIndexSlice) MarshalVTStrict() (dAtA []byte, err error)
func (*VerifiedIndexSlice) ProtoMessage ¶
func (*VerifiedIndexSlice) ProtoMessage()
func (*VerifiedIndexSlice) ProtoReflect ¶
func (x *VerifiedIndexSlice) ProtoReflect() protoreflect.Message
func (*VerifiedIndexSlice) Reset ¶
func (x *VerifiedIndexSlice) Reset()
func (*VerifiedIndexSlice) SizeVT ¶
func (m *VerifiedIndexSlice) SizeVT() (n int)
func (*VerifiedIndexSlice) String ¶
func (x *VerifiedIndexSlice) String() string
func (*VerifiedIndexSlice) UnmarshalVT ¶
func (m *VerifiedIndexSlice) UnmarshalVT(dAtA []byte) error
type VpInfo ¶
type VpInfo struct { Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Pid string `protobuf:"bytes,2,opt,name=pid,proto3" json:"pid,omitempty"` Account string `protobuf:"bytes,3,opt,name=account,proto3" json:"account,omitempty"` Hosts []string `protobuf:"bytes,4,rep,name=hosts,proto3" json:"hosts,omitempty"` // contains filtered or unexported fields }
func (*VpInfo) Descriptor
deprecated
func (*VpInfo) GetAccount ¶
func (*VpInfo) MarshalToSizedBufferVT ¶
func (*VpInfo) MarshalToSizedBufferVTStrict ¶
func (*VpInfo) MarshalVTStrict ¶
func (*VpInfo) ProtoMessage ¶
func (*VpInfo) ProtoMessage()
func (*VpInfo) ProtoReflect ¶
func (x *VpInfo) ProtoReflect() protoreflect.Message