Documentation ¶
Index ¶
- Variables
- type Bucket
- func (*Bucket) Descriptor() ([]byte, []int)deprecated
- func (x *Bucket) GetAmount() string
- func (x *Bucket) GetCandidate() string
- func (x *Bucket) GetCreatedAt() uint64
- func (x *Bucket) GetDuration() uint64
- func (x *Bucket) GetOwner() string
- func (x *Bucket) GetUnlockedAt() uint64
- func (x *Bucket) GetUnstakedAt() uint64
- func (*Bucket) ProtoMessage()
- func (x *Bucket) ProtoReflect() protoreflect.Message
- func (x *Bucket) Reset()
- func (x *Bucket) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_systemcontractindex_stakingindex_stakingpb_staking_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Bucket ¶
type Bucket struct { Candidate string `protobuf:"bytes,1,opt,name=candidate,proto3" json:"candidate,omitempty"` Owner string `protobuf:"bytes,2,opt,name=owner,proto3" json:"owner,omitempty"` Amount string `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"` Duration uint64 `protobuf:"varint,4,opt,name=duration,proto3" json:"duration,omitempty"` CreatedAt uint64 `protobuf:"varint,5,opt,name=createdAt,proto3" json:"createdAt,omitempty"` UnlockedAt uint64 `protobuf:"varint,6,opt,name=unlockedAt,proto3" json:"unlockedAt,omitempty"` UnstakedAt uint64 `protobuf:"varint,7,opt,name=unstakedAt,proto3" json:"unstakedAt,omitempty"` // contains filtered or unexported fields }
func (*Bucket) Descriptor
deprecated
func (*Bucket) GetCandidate ¶
func (*Bucket) GetCreatedAt ¶
func (*Bucket) GetDuration ¶
func (*Bucket) GetUnlockedAt ¶
func (*Bucket) GetUnstakedAt ¶
func (*Bucket) ProtoMessage ¶
func (*Bucket) ProtoMessage()
func (*Bucket) ProtoReflect ¶
func (x *Bucket) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.