Documentation ¶
Index ¶
- type BlockProducerList
- func (*BlockProducerList) Descriptor() ([]byte, []int)
- func (m *BlockProducerList) GetBlockProducers() []string
- func (*BlockProducerList) ProtoMessage()
- func (m *BlockProducerList) Reset()
- func (m *BlockProducerList) String() string
- func (m *BlockProducerList) XXX_DiscardUnknown()
- func (m *BlockProducerList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *BlockProducerList) XXX_Merge(src proto.Message)
- func (m *BlockProducerList) XXX_Size() int
- func (m *BlockProducerList) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockProducerList ¶
type BlockProducerList struct { BlockProducers []string `protobuf:"bytes,1,rep,name=blockProducers" json:"blockProducers,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BlockProducerList) Descriptor ¶
func (*BlockProducerList) Descriptor() ([]byte, []int)
func (*BlockProducerList) GetBlockProducers ¶
func (m *BlockProducerList) GetBlockProducers() []string
func (*BlockProducerList) ProtoMessage ¶
func (*BlockProducerList) ProtoMessage()
func (*BlockProducerList) Reset ¶
func (m *BlockProducerList) Reset()
func (*BlockProducerList) String ¶
func (m *BlockProducerList) String() string
func (*BlockProducerList) XXX_DiscardUnknown ¶
func (m *BlockProducerList) XXX_DiscardUnknown()
func (*BlockProducerList) XXX_Marshal ¶
func (m *BlockProducerList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BlockProducerList) XXX_Merge ¶
func (dst *BlockProducerList) XXX_Merge(src proto.Message)
func (*BlockProducerList) XXX_Size ¶
func (m *BlockProducerList) XXX_Size() int
func (*BlockProducerList) XXX_Unmarshal ¶
func (m *BlockProducerList) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.