Documentation ¶
Index ¶
- type Account
- func (*Account) Descriptor() ([]byte, []int)
- func (m *Account) GetBalance() string
- func (*Account) ProtoMessage()
- func (m *Account) Reset()
- func (m *Account) String() string
- func (m *Account) XXX_DiscardUnknown()
- func (m *Account) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Account) XXX_Merge(src proto.Message)
- func (m *Account) XXX_Size() int
- func (m *Account) XXX_Unmarshal(b []byte) error
- type Admin
- func (*Admin) Descriptor() ([]byte, []int)
- func (m *Admin) GetAdmin() []byte
- func (m *Admin) GetBlockReward() string
- func (m *Admin) GetEpochReward() string
- func (m *Admin) GetNumDelegatesForEpochReward() uint64
- func (*Admin) ProtoMessage()
- func (m *Admin) Reset()
- func (m *Admin) String() string
- func (m *Admin) XXX_DiscardUnknown()
- func (m *Admin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Admin) XXX_Merge(src proto.Message)
- func (m *Admin) XXX_Size() int
- func (m *Admin) XXX_Unmarshal(b []byte) error
- type Fund
- func (*Fund) Descriptor() ([]byte, []int)
- func (m *Fund) GetTotalBalance() string
- func (m *Fund) GetUnclaimedBalance() string
- func (*Fund) ProtoMessage()
- func (m *Fund) Reset()
- func (m *Fund) String() string
- func (m *Fund) XXX_DiscardUnknown()
- func (m *Fund) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Fund) XXX_Merge(src proto.Message)
- func (m *Fund) XXX_Size() int
- func (m *Fund) XXX_Unmarshal(b []byte) error
- type RewardHistory
- func (*RewardHistory) Descriptor() ([]byte, []int)
- func (*RewardHistory) ProtoMessage()
- func (m *RewardHistory) Reset()
- func (m *RewardHistory) String() string
- func (m *RewardHistory) XXX_DiscardUnknown()
- func (m *RewardHistory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *RewardHistory) XXX_Merge(src proto.Message)
- func (m *RewardHistory) XXX_Size() int
- func (m *RewardHistory) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct { Balance string `protobuf:"bytes,2,opt,name=balance" json:"balance,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Account) Descriptor ¶
func (*Account) GetBalance ¶
func (*Account) ProtoMessage ¶
func (*Account) ProtoMessage()
func (*Account) XXX_DiscardUnknown ¶
func (m *Account) XXX_DiscardUnknown()
func (*Account) XXX_Marshal ¶
func (*Account) XXX_Unmarshal ¶
type Admin ¶
type Admin struct { Admin []byte `protobuf:"bytes,1,opt,name=admin,proto3" json:"admin,omitempty"` BlockReward string `protobuf:"bytes,2,opt,name=blockReward" json:"blockReward,omitempty"` EpochReward string `protobuf:"bytes,3,opt,name=epochReward" json:"epochReward,omitempty"` NumDelegatesForEpochReward uint64 `protobuf:"varint,4,opt,name=numDelegatesForEpochReward" json:"numDelegatesForEpochReward,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Admin) Descriptor ¶
func (*Admin) GetBlockReward ¶
func (*Admin) GetEpochReward ¶
func (*Admin) GetNumDelegatesForEpochReward ¶ added in v0.5.0
func (*Admin) ProtoMessage ¶
func (*Admin) ProtoMessage()
func (*Admin) XXX_DiscardUnknown ¶
func (m *Admin) XXX_DiscardUnknown()
func (*Admin) XXX_Marshal ¶
func (*Admin) XXX_Unmarshal ¶
type Fund ¶
type Fund struct { TotalBalance string `protobuf:"bytes,1,opt,name=totalBalance" json:"totalBalance,omitempty"` UnclaimedBalance string `protobuf:"bytes,2,opt,name=unclaimedBalance" json:"unclaimedBalance,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Fund) Descriptor ¶
func (*Fund) GetTotalBalance ¶
func (*Fund) GetUnclaimedBalance ¶
func (*Fund) ProtoMessage ¶
func (*Fund) ProtoMessage()
func (*Fund) XXX_DiscardUnknown ¶
func (m *Fund) XXX_DiscardUnknown()
func (*Fund) XXX_Unmarshal ¶
type RewardHistory ¶
type RewardHistory struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RewardHistory) Descriptor ¶
func (*RewardHistory) Descriptor() ([]byte, []int)
func (*RewardHistory) ProtoMessage ¶
func (*RewardHistory) ProtoMessage()
func (*RewardHistory) Reset ¶
func (m *RewardHistory) Reset()
func (*RewardHistory) String ¶
func (m *RewardHistory) String() string
func (*RewardHistory) XXX_DiscardUnknown ¶
func (m *RewardHistory) XXX_DiscardUnknown()
func (*RewardHistory) XXX_Marshal ¶
func (m *RewardHistory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RewardHistory) XXX_Merge ¶
func (dst *RewardHistory) XXX_Merge(src proto.Message)
func (*RewardHistory) XXX_Size ¶
func (m *RewardHistory) XXX_Size() int
func (*RewardHistory) XXX_Unmarshal ¶
func (m *RewardHistory) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.