Documentation ¶
Index ¶
- type BlockEndorsementCollection
- func (*BlockEndorsementCollection) Descriptor() ([]byte, []int)
- func (m *BlockEndorsementCollection) GetBlk() *iotextypes.Block
- func (m *BlockEndorsementCollection) GetBlockMap() []*EndorserEndorsementCollection
- func (*BlockEndorsementCollection) ProtoMessage()
- func (m *BlockEndorsementCollection) Reset()
- func (m *BlockEndorsementCollection) String() string
- func (m *BlockEndorsementCollection) XXX_DiscardUnknown()
- func (m *BlockEndorsementCollection) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BlockEndorsementCollection) XXX_Merge(src proto.Message)
- func (m *BlockEndorsementCollection) XXX_Size() int
- func (m *BlockEndorsementCollection) XXX_Unmarshal(b []byte) error
- type EndorsementManager
- func (*EndorsementManager) Descriptor() ([]byte, []int)
- func (m *EndorsementManager) GetBlkHash() []string
- func (m *EndorsementManager) GetBlockEndorsements() []*BlockEndorsementCollection
- func (*EndorsementManager) ProtoMessage()
- func (m *EndorsementManager) Reset()
- func (m *EndorsementManager) String() string
- func (m *EndorsementManager) XXX_DiscardUnknown()
- func (m *EndorsementManager) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EndorsementManager) XXX_Merge(src proto.Message)
- func (m *EndorsementManager) XXX_Size() int
- func (m *EndorsementManager) XXX_Unmarshal(b []byte) error
- type EndorserEndorsementCollection
- func (*EndorserEndorsementCollection) Descriptor() ([]byte, []int)
- func (m *EndorserEndorsementCollection) GetEndorsements() []*iotextypes.Endorsement
- func (m *EndorserEndorsementCollection) GetEndorser() string
- func (m *EndorserEndorsementCollection) GetTopics() []uint32
- func (*EndorserEndorsementCollection) ProtoMessage()
- func (m *EndorserEndorsementCollection) Reset()
- func (m *EndorserEndorsementCollection) String() string
- func (m *EndorserEndorsementCollection) XXX_DiscardUnknown()
- func (m *EndorserEndorsementCollection) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EndorserEndorsementCollection) XXX_Merge(src proto.Message)
- func (m *EndorserEndorsementCollection) XXX_Size() int
- func (m *EndorserEndorsementCollection) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockEndorsementCollection ¶
type BlockEndorsementCollection struct { Blk *iotextypes.Block `protobuf:"bytes,1,opt,name=blk,proto3" json:"blk,omitempty"` BlockMap []*EndorserEndorsementCollection `protobuf:"bytes,2,rep,name=blockMap,proto3" json:"blockMap,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BlockEndorsementCollection) Descriptor ¶
func (*BlockEndorsementCollection) Descriptor() ([]byte, []int)
func (*BlockEndorsementCollection) GetBlk ¶
func (m *BlockEndorsementCollection) GetBlk() *iotextypes.Block
func (*BlockEndorsementCollection) GetBlockMap ¶
func (m *BlockEndorsementCollection) GetBlockMap() []*EndorserEndorsementCollection
func (*BlockEndorsementCollection) ProtoMessage ¶
func (*BlockEndorsementCollection) ProtoMessage()
func (*BlockEndorsementCollection) Reset ¶
func (m *BlockEndorsementCollection) Reset()
func (*BlockEndorsementCollection) String ¶
func (m *BlockEndorsementCollection) String() string
func (*BlockEndorsementCollection) XXX_DiscardUnknown ¶
func (m *BlockEndorsementCollection) XXX_DiscardUnknown()
func (*BlockEndorsementCollection) XXX_Marshal ¶
func (m *BlockEndorsementCollection) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BlockEndorsementCollection) XXX_Merge ¶
func (m *BlockEndorsementCollection) XXX_Merge(src proto.Message)
func (*BlockEndorsementCollection) XXX_Size ¶
func (m *BlockEndorsementCollection) XXX_Size() int
func (*BlockEndorsementCollection) XXX_Unmarshal ¶
func (m *BlockEndorsementCollection) XXX_Unmarshal(b []byte) error
type EndorsementManager ¶
type EndorsementManager struct { BlkHash []string `protobuf:"bytes,1,rep,name=blkHash,proto3" json:"blkHash,omitempty"` BlockEndorsements []*BlockEndorsementCollection `protobuf:"bytes,2,rep,name=blockEndorsements,proto3" json:"blockEndorsements,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*EndorsementManager) Descriptor ¶
func (*EndorsementManager) Descriptor() ([]byte, []int)
func (*EndorsementManager) GetBlkHash ¶
func (m *EndorsementManager) GetBlkHash() []string
func (*EndorsementManager) GetBlockEndorsements ¶
func (m *EndorsementManager) GetBlockEndorsements() []*BlockEndorsementCollection
func (*EndorsementManager) ProtoMessage ¶
func (*EndorsementManager) ProtoMessage()
func (*EndorsementManager) Reset ¶
func (m *EndorsementManager) Reset()
func (*EndorsementManager) String ¶
func (m *EndorsementManager) String() string
func (*EndorsementManager) XXX_DiscardUnknown ¶
func (m *EndorsementManager) XXX_DiscardUnknown()
func (*EndorsementManager) XXX_Marshal ¶
func (m *EndorsementManager) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EndorsementManager) XXX_Merge ¶
func (m *EndorsementManager) XXX_Merge(src proto.Message)
func (*EndorsementManager) XXX_Size ¶
func (m *EndorsementManager) XXX_Size() int
func (*EndorsementManager) XXX_Unmarshal ¶
func (m *EndorsementManager) XXX_Unmarshal(b []byte) error
type EndorserEndorsementCollection ¶
type EndorserEndorsementCollection struct { Endorser string `protobuf:"bytes,1,opt,name=endorser,proto3" json:"endorser,omitempty"` Topics []uint32 `protobuf:"varint,2,rep,packed,name=topics,proto3" json:"topics,omitempty"` Endorsements []*iotextypes.Endorsement `protobuf:"bytes,3,rep,name=endorsements,proto3" json:"endorsements,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*EndorserEndorsementCollection) Descriptor ¶
func (*EndorserEndorsementCollection) Descriptor() ([]byte, []int)
func (*EndorserEndorsementCollection) GetEndorsements ¶
func (m *EndorserEndorsementCollection) GetEndorsements() []*iotextypes.Endorsement
func (*EndorserEndorsementCollection) GetEndorser ¶
func (m *EndorserEndorsementCollection) GetEndorser() string
func (*EndorserEndorsementCollection) GetTopics ¶
func (m *EndorserEndorsementCollection) GetTopics() []uint32
func (*EndorserEndorsementCollection) ProtoMessage ¶
func (*EndorserEndorsementCollection) ProtoMessage()
func (*EndorserEndorsementCollection) Reset ¶
func (m *EndorserEndorsementCollection) Reset()
func (*EndorserEndorsementCollection) String ¶
func (m *EndorserEndorsementCollection) String() string
func (*EndorserEndorsementCollection) XXX_DiscardUnknown ¶
func (m *EndorserEndorsementCollection) XXX_DiscardUnknown()
func (*EndorserEndorsementCollection) XXX_Marshal ¶
func (m *EndorserEndorsementCollection) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EndorserEndorsementCollection) XXX_Merge ¶
func (m *EndorserEndorsementCollection) XXX_Merge(src proto.Message)
func (*EndorserEndorsementCollection) XXX_Size ¶
func (m *EndorserEndorsementCollection) XXX_Size() int
func (*EndorserEndorsementCollection) XXX_Unmarshal ¶
func (m *EndorserEndorsementCollection) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.