Documentation ¶
Index ¶
- Variables
- type BlockStoreState
- func (*BlockStoreState) Descriptor() ([]byte, []int)
- func (m *BlockStoreState) GetBase() int64
- func (m *BlockStoreState) GetHeight() int64
- func (m *BlockStoreState) Marshal() (dAtA []byte, err error)
- func (m *BlockStoreState) MarshalTo(dAtA []byte) (int, error)
- func (m *BlockStoreState) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BlockStoreState) ProtoMessage()
- func (m *BlockStoreState) Reset()
- func (m *BlockStoreState) Size() (n int)
- func (m *BlockStoreState) String() string
- func (m *BlockStoreState) Unmarshal(dAtA []byte) error
- func (m *BlockStoreState) XXX_DiscardUnknown()
- func (m *BlockStoreState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BlockStoreState) XXX_Merge(src proto.Message)
- func (m *BlockStoreState) XXX_Size() int
- func (m *BlockStoreState) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type BlockStoreState ¶
type BlockStoreState struct { Base int64 `protobuf:"varint,1,opt,name=base,proto3" json:"base,omitempty"` Height int64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"` }
func (*BlockStoreState) Descriptor ¶
func (*BlockStoreState) Descriptor() ([]byte, []int)
func (*BlockStoreState) GetBase ¶
func (m *BlockStoreState) GetBase() int64
func (*BlockStoreState) GetHeight ¶
func (m *BlockStoreState) GetHeight() int64
func (*BlockStoreState) Marshal ¶
func (m *BlockStoreState) Marshal() (dAtA []byte, err error)
func (*BlockStoreState) MarshalToSizedBuffer ¶
func (m *BlockStoreState) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BlockStoreState) ProtoMessage ¶
func (*BlockStoreState) ProtoMessage()
func (*BlockStoreState) Reset ¶
func (m *BlockStoreState) Reset()
func (*BlockStoreState) Size ¶
func (m *BlockStoreState) Size() (n int)
func (*BlockStoreState) String ¶
func (m *BlockStoreState) String() string
func (*BlockStoreState) Unmarshal ¶
func (m *BlockStoreState) Unmarshal(dAtA []byte) error
func (*BlockStoreState) XXX_DiscardUnknown ¶
func (m *BlockStoreState) XXX_DiscardUnknown()
func (*BlockStoreState) XXX_Marshal ¶
func (m *BlockStoreState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BlockStoreState) XXX_Merge ¶
func (m *BlockStoreState) XXX_Merge(src proto.Message)
func (*BlockStoreState) XXX_Size ¶
func (m *BlockStoreState) XXX_Size() int
func (*BlockStoreState) XXX_Unmarshal ¶
func (m *BlockStoreState) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.