Documentation ¶
Index ¶
- Variables
- type ActionIndex
- type BlockIndex
- func (*BlockIndex) Descriptor() ([]byte, []int)deprecated
- func (x *BlockIndex) GetHash() []byte
- func (x *BlockIndex) GetNumAction() uint32
- func (x *BlockIndex) GetTsfAmount() []byte
- func (*BlockIndex) ProtoMessage()
- func (x *BlockIndex) ProtoReflect() protoreflect.Message
- func (x *BlockIndex) Reset()
- func (x *BlockIndex) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_index_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ActionIndex ¶
type ActionIndex struct { BlkHeight uint64 `protobuf:"varint,1,opt,name=blkHeight,proto3" json:"blkHeight,omitempty"` // contains filtered or unexported fields }
func (*ActionIndex) Descriptor
deprecated
func (*ActionIndex) Descriptor() ([]byte, []int)
Deprecated: Use ActionIndex.ProtoReflect.Descriptor instead.
func (*ActionIndex) GetBlkHeight ¶
func (x *ActionIndex) GetBlkHeight() uint64
func (*ActionIndex) ProtoMessage ¶
func (*ActionIndex) ProtoMessage()
func (*ActionIndex) ProtoReflect ¶ added in v1.1.2
func (x *ActionIndex) ProtoReflect() protoreflect.Message
func (*ActionIndex) Reset ¶
func (x *ActionIndex) Reset()
func (*ActionIndex) String ¶
func (x *ActionIndex) String() string
type BlockIndex ¶
type BlockIndex struct { NumAction uint32 `protobuf:"varint,1,opt,name=numAction,proto3" json:"numAction,omitempty"` Hash []byte `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"` TsfAmount []byte `protobuf:"bytes,3,opt,name=tsfAmount,proto3" json:"tsfAmount,omitempty"` // contains filtered or unexported fields }
func (*BlockIndex) Descriptor
deprecated
func (*BlockIndex) Descriptor() ([]byte, []int)
Deprecated: Use BlockIndex.ProtoReflect.Descriptor instead.
func (*BlockIndex) GetHash ¶
func (x *BlockIndex) GetHash() []byte
func (*BlockIndex) GetNumAction ¶
func (x *BlockIndex) GetNumAction() uint32
func (*BlockIndex) GetTsfAmount ¶
func (x *BlockIndex) GetTsfAmount() []byte
func (*BlockIndex) ProtoMessage ¶
func (*BlockIndex) ProtoMessage()
func (*BlockIndex) ProtoReflect ¶ added in v1.1.2
func (x *BlockIndex) ProtoReflect() protoreflect.Message
func (*BlockIndex) Reset ¶
func (x *BlockIndex) Reset()
func (*BlockIndex) String ¶
func (x *BlockIndex) String() string
Click to show internal directories.
Click to hide internal directories.