Documentation ¶
Index ¶
- type Delegatelist
- func (*Delegatelist) Descriptor() ([]byte, []int)
- func (m *Delegatelist) GetDelegates() []string
- func (*Delegatelist) ProtoMessage()
- func (m *Delegatelist) Reset()
- func (m *Delegatelist) String() string
- func (m *Delegatelist) XXX_DiscardUnknown()
- func (m *Delegatelist) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Delegatelist) XXX_Merge(src proto.Message)
- func (m *Delegatelist) XXX_Size() int
- func (m *Delegatelist) XXX_Unmarshal(b []byte) error
- type UnproductiveDelegate
- func (*UnproductiveDelegate) Descriptor() ([]byte, []int)
- func (m *UnproductiveDelegate) GetCacheSize() uint64
- func (m *UnproductiveDelegate) GetDelegateList() []*Delegatelist
- func (m *UnproductiveDelegate) GetProbationPeriod() uint64
- func (*UnproductiveDelegate) ProtoMessage()
- func (m *UnproductiveDelegate) Reset()
- func (m *UnproductiveDelegate) String() string
- func (m *UnproductiveDelegate) XXX_DiscardUnknown()
- func (m *UnproductiveDelegate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UnproductiveDelegate) XXX_Merge(src proto.Message)
- func (m *UnproductiveDelegate) XXX_Size() int
- func (m *UnproductiveDelegate) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Delegatelist ¶
type Delegatelist struct { Delegates []string `protobuf:"bytes,1,rep,name=delegates,proto3" json:"delegates,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Delegatelist) Descriptor ¶
func (*Delegatelist) Descriptor() ([]byte, []int)
func (*Delegatelist) GetDelegates ¶
func (m *Delegatelist) GetDelegates() []string
func (*Delegatelist) ProtoMessage ¶
func (*Delegatelist) ProtoMessage()
func (*Delegatelist) Reset ¶
func (m *Delegatelist) Reset()
func (*Delegatelist) String ¶
func (m *Delegatelist) String() string
func (*Delegatelist) XXX_DiscardUnknown ¶
func (m *Delegatelist) XXX_DiscardUnknown()
func (*Delegatelist) XXX_Marshal ¶
func (m *Delegatelist) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Delegatelist) XXX_Merge ¶
func (m *Delegatelist) XXX_Merge(src proto.Message)
func (*Delegatelist) XXX_Size ¶
func (m *Delegatelist) XXX_Size() int
func (*Delegatelist) XXX_Unmarshal ¶
func (m *Delegatelist) XXX_Unmarshal(b []byte) error
type UnproductiveDelegate ¶
type UnproductiveDelegate struct { CacheSize uint64 `protobuf:"varint,1,opt,name=cacheSize,proto3" json:"cacheSize,omitempty"` ProbationPeriod uint64 `protobuf:"varint,2,opt,name=probationPeriod,proto3" json:"probationPeriod,omitempty"` DelegateList []*Delegatelist `protobuf:"bytes,3,rep,name=delegateList,proto3" json:"delegateList,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UnproductiveDelegate) Descriptor ¶
func (*UnproductiveDelegate) Descriptor() ([]byte, []int)
func (*UnproductiveDelegate) GetCacheSize ¶
func (m *UnproductiveDelegate) GetCacheSize() uint64
func (*UnproductiveDelegate) GetDelegateList ¶
func (m *UnproductiveDelegate) GetDelegateList() []*Delegatelist
func (*UnproductiveDelegate) GetProbationPeriod ¶ added in v1.0.0
func (m *UnproductiveDelegate) GetProbationPeriod() uint64
func (*UnproductiveDelegate) ProtoMessage ¶
func (*UnproductiveDelegate) ProtoMessage()
func (*UnproductiveDelegate) Reset ¶
func (m *UnproductiveDelegate) Reset()
func (*UnproductiveDelegate) String ¶
func (m *UnproductiveDelegate) String() string
func (*UnproductiveDelegate) XXX_DiscardUnknown ¶
func (m *UnproductiveDelegate) XXX_DiscardUnknown()
func (*UnproductiveDelegate) XXX_Marshal ¶
func (m *UnproductiveDelegate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UnproductiveDelegate) XXX_Merge ¶
func (m *UnproductiveDelegate) XXX_Merge(src proto.Message)
func (*UnproductiveDelegate) XXX_Size ¶
func (m *UnproductiveDelegate) XXX_Size() int
func (*UnproductiveDelegate) XXX_Unmarshal ¶
func (m *UnproductiveDelegate) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.