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
- type SGDIndex
- func (*SGDIndex) Descriptor() ([]byte, []int)deprecated
- func (x *SGDIndex) GetApproved() bool
- func (x *SGDIndex) GetContract() []byte
- func (x *SGDIndex) GetReceiver() []byte
- func (*SGDIndex) ProtoMessage()
- func (x *SGDIndex) ProtoReflect() protoreflect.Message
- func (x *SGDIndex) Reset()
- func (x *SGDIndex) 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
type SGDIndex ¶ added in v1.11.0
type SGDIndex struct { Contract []byte `protobuf:"bytes,1,opt,name=contract,proto3" json:"contract,omitempty"` Receiver []byte `protobuf:"bytes,2,opt,name=receiver,proto3" json:"receiver,omitempty"` Approved bool `protobuf:"varint,3,opt,name=approved,proto3" json:"approved,omitempty"` // contains filtered or unexported fields }
func (*SGDIndex) Descriptor
deprecated
added in
v1.11.0
func (*SGDIndex) GetApproved ¶ added in v1.11.0
func (*SGDIndex) GetContract ¶ added in v1.11.0
func (*SGDIndex) GetReceiver ¶ added in v1.11.0
func (*SGDIndex) ProtoMessage ¶ added in v1.11.0
func (*SGDIndex) ProtoMessage()
func (*SGDIndex) ProtoReflect ¶ added in v1.11.0
func (x *SGDIndex) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.