Documentation
¶
Index ¶
- Variables
- type BlockMeta
- func (*BlockMeta) Descriptor() ([]byte, []int)deprecated
- func (x *BlockMeta) GetBlockHeight() uint64
- func (x *BlockMeta) GetBlockProducer() string
- func (x *BlockMeta) GetBlockTime() *timestamppb.Timestamp
- func (*BlockMeta) ProtoMessage()
- func (x *BlockMeta) ProtoReflect() protoreflect.Message
- func (x *BlockMeta) Reset()
- func (x *BlockMeta) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_blockmeta_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type BlockMeta ¶
type BlockMeta struct {
BlockHeight uint64 `protobuf:"varint,1,opt,name=blockHeight,proto3" json:"blockHeight,omitempty"`
BlockProducer string `protobuf:"bytes,2,opt,name=blockProducer,proto3" json:"blockProducer,omitempty"`
BlockTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=blockTime,proto3" json:"blockTime,omitempty"`
// contains filtered or unexported fields
}
func (*BlockMeta) Descriptor
deprecated
func (*BlockMeta) GetBlockHeight ¶
func (*BlockMeta) GetBlockProducer ¶
func (*BlockMeta) GetBlockTime ¶
func (x *BlockMeta) GetBlockTime() *timestamppb.Timestamp
func (*BlockMeta) ProtoMessage ¶
func (*BlockMeta) ProtoMessage()
func (*BlockMeta) ProtoReflect ¶
func (x *BlockMeta) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.