Documentation ¶
Index ¶
- Variables
- type BucketInfo
- func (*BucketInfo) Descriptor() ([]byte, []int)deprecated
- func (x *BucketInfo) GetCreatedAt() uint64
- func (x *BucketInfo) GetDelegate() string
- func (x *BucketInfo) GetOwner() string
- func (x *BucketInfo) GetTypeIndex() uint64
- func (x *BucketInfo) GetUnlockedAt() uint64
- func (x *BucketInfo) GetUnstakedAt() uint64
- func (*BucketInfo) ProtoMessage()
- func (x *BucketInfo) ProtoReflect() protoreflect.Message
- func (x *BucketInfo) Reset()
- func (x *BucketInfo) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_blockindex_contractstaking_contractstakingpb_contractstaking_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type BucketInfo ¶
type BucketInfo struct { TypeIndex uint64 `protobuf:"varint,1,opt,name=typeIndex,proto3" json:"typeIndex,omitempty"` CreatedAt uint64 `protobuf:"varint,2,opt,name=createdAt,proto3" json:"createdAt,omitempty"` UnlockedAt uint64 `protobuf:"varint,3,opt,name=unlockedAt,proto3" json:"unlockedAt,omitempty"` UnstakedAt uint64 `protobuf:"varint,4,opt,name=unstakedAt,proto3" json:"unstakedAt,omitempty"` Delegate string `protobuf:"bytes,5,opt,name=delegate,proto3" json:"delegate,omitempty"` Owner string `protobuf:"bytes,6,opt,name=owner,proto3" json:"owner,omitempty"` // contains filtered or unexported fields }
func (*BucketInfo) Descriptor
deprecated
func (*BucketInfo) Descriptor() ([]byte, []int)
Deprecated: Use BucketInfo.ProtoReflect.Descriptor instead.
func (*BucketInfo) GetCreatedAt ¶
func (x *BucketInfo) GetCreatedAt() uint64
func (*BucketInfo) GetDelegate ¶
func (x *BucketInfo) GetDelegate() string
func (*BucketInfo) GetOwner ¶
func (x *BucketInfo) GetOwner() string
func (*BucketInfo) GetTypeIndex ¶
func (x *BucketInfo) GetTypeIndex() uint64
func (*BucketInfo) GetUnlockedAt ¶
func (x *BucketInfo) GetUnlockedAt() uint64
func (*BucketInfo) GetUnstakedAt ¶
func (x *BucketInfo) GetUnstakedAt() uint64
func (*BucketInfo) ProtoMessage ¶
func (*BucketInfo) ProtoMessage()
func (*BucketInfo) ProtoReflect ¶
func (x *BucketInfo) ProtoReflect() protoreflect.Message
func (*BucketInfo) Reset ¶
func (x *BucketInfo) Reset()
func (*BucketInfo) String ¶
func (x *BucketInfo) String() string
Click to show internal directories.
Click to hide internal directories.