Versions in this module Expand all Collapse all v0 v0.44.4 Oct 27, 2021 Changes in this version + const DefaultHistoricalEntries + const DefaultMaxEntries + const DefaultMaxValidators + const DefaultUnbondingTime + const ModuleName + const QuerierRoute + const RouterKey + const StoreKey + var BondStatus_name = map[int32]string + var BondStatus_value = map[string]int32 + var DelegationKey = []byte + var ErrIntOverflowGenesis = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowStaking = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthGenesis = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthStaking = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupGenesis = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupStaking = fmt.Errorf("proto: unexpected end of group") + var HistoricalInfoKey = []byte + var LastTotalPowerKey = []byte + var LastValidatorPowerKey = []byte + var RedelegationByValDstIndexKey = []byte + var RedelegationByValSrcIndexKey = []byte + var RedelegationKey = []byte + var RedelegationQueueKey = []byte + var UnbondingDelegationByValIndexKey = []byte + var UnbondingDelegationKey = []byte + var UnbondingQueueKey = []byte + var ValidatorQueueKey = []byte + var ValidatorsByConsAddrKey = []byte + var ValidatorsByPowerIndexKey = []byte + var ValidatorsKey = []byte + func AddressFromLastValidatorPowerKey(key []byte) []byte + func GetDelegationKey(delAddr sdk.AccAddress, valAddr sdk.ValAddress) []byte + func GetDelegationsKey(delAddr sdk.AccAddress) []byte + func GetHistoricalInfoKey(height int64) []byte + func GetLastValidatorPowerKey(operator sdk.ValAddress) []byte + func GetREDByValDstIndexKey(delAddr sdk.AccAddress, valSrcAddr, valDstAddr sdk.ValAddress) []byte + func GetREDByValSrcIndexKey(delAddr sdk.AccAddress, valSrcAddr, valDstAddr sdk.ValAddress) []byte + func GetREDKey(delAddr sdk.AccAddress, valSrcAddr, valDstAddr sdk.ValAddress) []byte + func GetREDKeyFromValDstIndexKey(indexKey []byte) []byte + func GetREDKeyFromValSrcIndexKey(indexKey []byte) []byte + func GetREDsByDelToValDstIndexKey(delAddr sdk.AccAddress, valDstAddr sdk.ValAddress) []byte + func GetREDsFromValSrcIndexKey(valSrcAddr sdk.ValAddress) []byte + func GetREDsKey(delAddr sdk.AccAddress) []byte + func GetREDsToValDstIndexKey(valDstAddr sdk.ValAddress) []byte + func GetRedelegationTimeKey(timestamp time.Time) []byte + func GetUBDByValIndexKey(delAddr sdk.AccAddress, valAddr sdk.ValAddress) []byte + func GetUBDKey(delAddr sdk.AccAddress, valAddr sdk.ValAddress) []byte + func GetUBDKeyFromValIndexKey(indexKey []byte) []byte + func GetUBDsByValIndexKey(valAddr sdk.ValAddress) []byte + func GetUBDsKey(delAddr sdk.AccAddress) []byte + func GetUnbondingDelegationTimeKey(timestamp time.Time) []byte + func GetValidatorByConsAddrKey(addr sdk.ConsAddress) []byte + func GetValidatorKey(operatorAddr sdk.ValAddress) []byte + func GetValidatorQueueKey(timestamp time.Time, height int64) []byte + func GetValidatorsByPowerIndexKey(validator types.Validator) []byte + func ParseValidatorPowerRankKey(key []byte) (operAddr []byte) + func ParseValidatorQueueKey(bz []byte) (time.Time, int64, error) + func StakingDescription() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) + type BondStatus int32 + const Bonded + const Unbonded + const Unbonding + const Unspecified + func (BondStatus) EnumDescriptor() ([]byte, []int) + func (x BondStatus) String() string + type Commission struct + UpdateTime time.Time + func (*Commission) Descriptor() ([]byte, []int) + func (*Commission) ProtoMessage() + func (c Commission) String() string + func (m *Commission) GetUpdateTime() time.Time + func (m *Commission) Marshal() (dAtA []byte, err error) + func (m *Commission) MarshalTo(dAtA []byte) (int, error) + func (m *Commission) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Commission) Reset() + func (m *Commission) Size() (n int) + func (m *Commission) Unmarshal(dAtA []byte) error + func (m *Commission) XXX_DiscardUnknown() + func (m *Commission) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Commission) XXX_Merge(src proto.Message) + func (m *Commission) XXX_Size() int + func (m *Commission) XXX_Unmarshal(b []byte) error + func (this *Commission) Equal(that interface{}) bool + type CommissionRates struct + MaxChangeRate github_com_cosmos_cosmos_sdk_types.Dec + MaxRate github_com_cosmos_cosmos_sdk_types.Dec + Rate github_com_cosmos_cosmos_sdk_types.Dec + func (*CommissionRates) Descriptor() ([]byte, []int) + func (*CommissionRates) ProtoMessage() + func (cr CommissionRates) String() string + func (m *CommissionRates) Marshal() (dAtA []byte, err error) + func (m *CommissionRates) MarshalTo(dAtA []byte) (int, error) + func (m *CommissionRates) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CommissionRates) Reset() + func (m *CommissionRates) Size() (n int) + func (m *CommissionRates) Unmarshal(dAtA []byte) error + func (m *CommissionRates) XXX_DiscardUnknown() + func (m *CommissionRates) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CommissionRates) XXX_Merge(src proto.Message) + func (m *CommissionRates) XXX_Size() int + func (m *CommissionRates) XXX_Unmarshal(b []byte) error + func (this *CommissionRates) Equal(that interface{}) bool + type DVPair struct + DelegatorAddress string + ValidatorAddress string + func (*DVPair) Descriptor() ([]byte, []int) + func (*DVPair) ProtoMessage() + func (dv DVPair) String() string + func (m *DVPair) Marshal() (dAtA []byte, err error) + func (m *DVPair) MarshalTo(dAtA []byte) (int, error) + func (m *DVPair) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *DVPair) Reset() + func (m *DVPair) Size() (n int) + func (m *DVPair) Unmarshal(dAtA []byte) error + func (m *DVPair) XXX_DiscardUnknown() + func (m *DVPair) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DVPair) XXX_Merge(src proto.Message) + func (m *DVPair) XXX_Size() int + func (m *DVPair) XXX_Unmarshal(b []byte) error + type DVPairs struct + Pairs []DVPair + func (*DVPairs) Descriptor() ([]byte, []int) + func (*DVPairs) ProtoMessage() + func (m *DVPairs) GetPairs() []DVPair + func (m *DVPairs) Marshal() (dAtA []byte, err error) + func (m *DVPairs) MarshalTo(dAtA []byte) (int, error) + func (m *DVPairs) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *DVPairs) Reset() + func (m *DVPairs) Size() (n int) + func (m *DVPairs) String() string + func (m *DVPairs) Unmarshal(dAtA []byte) error + func (m *DVPairs) XXX_DiscardUnknown() + func (m *DVPairs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DVPairs) XXX_Merge(src proto.Message) + func (m *DVPairs) XXX_Size() int + func (m *DVPairs) XXX_Unmarshal(b []byte) error + type DVVTriplet struct + DelegatorAddress string + ValidatorDstAddress string + ValidatorSrcAddress string + func (*DVVTriplet) Descriptor() ([]byte, []int) + func (*DVVTriplet) ProtoMessage() + func (dvv DVVTriplet) String() string + func (m *DVVTriplet) Marshal() (dAtA []byte, err error) + func (m *DVVTriplet) MarshalTo(dAtA []byte) (int, error) + func (m *DVVTriplet) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *DVVTriplet) Reset() + func (m *DVVTriplet) Size() (n int) + func (m *DVVTriplet) Unmarshal(dAtA []byte) error + func (m *DVVTriplet) XXX_DiscardUnknown() + func (m *DVVTriplet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DVVTriplet) XXX_Merge(src proto.Message) + func (m *DVVTriplet) XXX_Size() int + func (m *DVVTriplet) XXX_Unmarshal(b []byte) error + type DVVTriplets struct + Triplets []DVVTriplet + func (*DVVTriplets) Descriptor() ([]byte, []int) + func (*DVVTriplets) ProtoMessage() + func (m *DVVTriplets) GetTriplets() []DVVTriplet + func (m *DVVTriplets) Marshal() (dAtA []byte, err error) + func (m *DVVTriplets) MarshalTo(dAtA []byte) (int, error) + func (m *DVVTriplets) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *DVVTriplets) Reset() + func (m *DVVTriplets) Size() (n int) + func (m *DVVTriplets) String() string + func (m *DVVTriplets) Unmarshal(dAtA []byte) error + func (m *DVVTriplets) XXX_DiscardUnknown() + func (m *DVVTriplets) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DVVTriplets) XXX_Merge(src proto.Message) + func (m *DVVTriplets) XXX_Size() int + func (m *DVVTriplets) XXX_Unmarshal(b []byte) error + type Delegation struct + DelegatorAddress string + Shares github_com_cosmos_cosmos_sdk_types.Dec + ValidatorAddress string + func (*Delegation) Descriptor() ([]byte, []int) + func (*Delegation) ProtoMessage() + func (d Delegation) String() string + func (m *Delegation) Marshal() (dAtA []byte, err error) + func (m *Delegation) MarshalTo(dAtA []byte) (int, error) + func (m *Delegation) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Delegation) Reset() + func (m *Delegation) Size() (n int) + func (m *Delegation) Unmarshal(dAtA []byte) error + func (m *Delegation) XXX_DiscardUnknown() + func (m *Delegation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Delegation) XXX_Merge(src proto.Message) + func (m *Delegation) XXX_Size() int + func (m *Delegation) XXX_Unmarshal(b []byte) error + type DelegationResponse struct + Balance types2.Coin + Delegation Delegation + func (*DelegationResponse) Descriptor() ([]byte, []int) + func (*DelegationResponse) ProtoMessage() + func (d DelegationResponse) String() string + func (m *DelegationResponse) GetBalance() types2.Coin + func (m *DelegationResponse) GetDelegation() Delegation + func (m *DelegationResponse) Marshal() (dAtA []byte, err error) + func (m *DelegationResponse) MarshalTo(dAtA []byte) (int, error) + func (m *DelegationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *DelegationResponse) Reset() + func (m *DelegationResponse) Size() (n int) + func (m *DelegationResponse) Unmarshal(dAtA []byte) error + func (m *DelegationResponse) XXX_DiscardUnknown() + func (m *DelegationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DelegationResponse) XXX_Merge(src proto.Message) + func (m *DelegationResponse) XXX_Size() int + func (m *DelegationResponse) XXX_Unmarshal(b []byte) error + type Delegations []Delegation + func (d Delegations) String() (out string) + type Description struct + Details string + Identity string + Moniker string + SecurityContact string + Website string + func (*Description) Descriptor() ([]byte, []int) + func (*Description) ProtoMessage() + func (d Description) String() string + func (m *Description) GetDetails() string + func (m *Description) GetIdentity() string + func (m *Description) GetMoniker() string + func (m *Description) GetSecurityContact() string + func (m *Description) GetWebsite() string + func (m *Description) Marshal() (dAtA []byte, err error) + func (m *Description) MarshalTo(dAtA []byte) (int, error) + func (m *Description) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Description) Reset() + func (m *Description) Size() (n int) + func (m *Description) Unmarshal(dAtA []byte) error + func (m *Description) XXX_DiscardUnknown() + func (m *Description) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Description) XXX_Merge(src proto.Message) + func (m *Description) XXX_Size() int + func (m *Description) XXX_Unmarshal(b []byte) error + func (this *Description) Equal(that interface{}) bool + type GenesisState struct + Delegations []Delegation + Exported bool + LastTotalPower github_com_cosmos_cosmos_sdk_types.Int + LastValidatorPowers []LastValidatorPower + Params Params + Redelegations []Redelegation + UnbondingDelegations []UnbondingDelegation + Validators []Validator + func Migrate(stakingState v038staking.GenesisState) *GenesisState + func (*GenesisState) Descriptor() ([]byte, []int) + func (*GenesisState) ProtoMessage() + func (m *GenesisState) GetDelegations() []Delegation + func (m *GenesisState) GetExported() bool + func (m *GenesisState) GetLastValidatorPowers() []LastValidatorPower + func (m *GenesisState) GetParams() Params + func (m *GenesisState) GetRedelegations() []Redelegation + func (m *GenesisState) GetUnbondingDelegations() []UnbondingDelegation + func (m *GenesisState) GetValidators() []Validator + func (m *GenesisState) Marshal() (dAtA []byte, err error) + func (m *GenesisState) MarshalTo(dAtA []byte) (int, error) + func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GenesisState) Reset() + func (m *GenesisState) Size() (n int) + func (m *GenesisState) String() string + func (m *GenesisState) Unmarshal(dAtA []byte) error + func (m *GenesisState) XXX_DiscardUnknown() + func (m *GenesisState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GenesisState) XXX_Merge(src proto.Message) + func (m *GenesisState) XXX_Size() int + func (m *GenesisState) XXX_Unmarshal(b []byte) error + type HistoricalInfo struct + Header types.Header + Valset []Validator + func (*HistoricalInfo) Descriptor() ([]byte, []int) + func (*HistoricalInfo) ProtoMessage() + func (m *HistoricalInfo) GetHeader() types.Header + func (m *HistoricalInfo) GetValset() []Validator + func (m *HistoricalInfo) Marshal() (dAtA []byte, err error) + func (m *HistoricalInfo) MarshalTo(dAtA []byte) (int, error) + func (m *HistoricalInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *HistoricalInfo) Reset() + func (m *HistoricalInfo) Size() (n int) + func (m *HistoricalInfo) String() string + func (m *HistoricalInfo) Unmarshal(dAtA []byte) error + func (m *HistoricalInfo) XXX_DiscardUnknown() + func (m *HistoricalInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *HistoricalInfo) XXX_Merge(src proto.Message) + func (m *HistoricalInfo) XXX_Size() int + func (m *HistoricalInfo) XXX_Unmarshal(b []byte) error + type LastValidatorPower struct + Address string + Power int64 + func (*LastValidatorPower) Descriptor() ([]byte, []int) + func (*LastValidatorPower) ProtoMessage() + func (m *LastValidatorPower) Marshal() (dAtA []byte, err error) + func (m *LastValidatorPower) MarshalTo(dAtA []byte) (int, error) + func (m *LastValidatorPower) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *LastValidatorPower) Reset() + func (m *LastValidatorPower) Size() (n int) + func (m *LastValidatorPower) String() string + func (m *LastValidatorPower) Unmarshal(dAtA []byte) error + func (m *LastValidatorPower) XXX_DiscardUnknown() + func (m *LastValidatorPower) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *LastValidatorPower) XXX_Merge(src proto.Message) + func (m *LastValidatorPower) XXX_Size() int + func (m *LastValidatorPower) XXX_Unmarshal(b []byte) error + type Params struct + BondDenom string + HistoricalEntries uint32 + MaxEntries uint32 + MaxValidators uint32 + UnbondingTime time.Duration + func DefaultParams() Params + func NewParams(unbondingTime time.Duration, ...) Params + func (*Params) Descriptor() ([]byte, []int) + func (*Params) ProtoMessage() + func (m *Params) GetBondDenom() string + func (m *Params) GetHistoricalEntries() uint32 + func (m *Params) GetMaxEntries() uint32 + func (m *Params) GetMaxValidators() uint32 + func (m *Params) GetUnbondingTime() time.Duration + func (m *Params) Marshal() (dAtA []byte, err error) + func (m *Params) MarshalTo(dAtA []byte) (int, error) + func (m *Params) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Params) Reset() + func (m *Params) Size() (n int) + func (m *Params) Unmarshal(dAtA []byte) error + func (m *Params) XXX_DiscardUnknown() + func (m *Params) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Params) XXX_Merge(src proto.Message) + func (m *Params) XXX_Size() int + func (m *Params) XXX_Unmarshal(b []byte) error + func (p Params) String() string + func (this *Params) Equal(that interface{}) bool + type Pool struct + BondedTokens github_com_cosmos_cosmos_sdk_types.Int + NotBondedTokens github_com_cosmos_cosmos_sdk_types.Int + func (*Pool) Descriptor() ([]byte, []int) + func (*Pool) ProtoMessage() + func (m *Pool) Marshal() (dAtA []byte, err error) + func (m *Pool) MarshalTo(dAtA []byte) (int, error) + func (m *Pool) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Pool) Reset() + func (m *Pool) Size() (n int) + func (m *Pool) String() string + func (m *Pool) Unmarshal(dAtA []byte) error + func (m *Pool) XXX_DiscardUnknown() + func (m *Pool) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Pool) XXX_Merge(src proto.Message) + func (m *Pool) XXX_Size() int + func (m *Pool) XXX_Unmarshal(b []byte) error + func (this *Pool) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) + func (this *Pool) Equal(that interface{}) bool + type Redelegation struct + DelegatorAddress string + Entries []RedelegationEntry + ValidatorDstAddress string + ValidatorSrcAddress string + func (*Redelegation) Descriptor() ([]byte, []int) + func (*Redelegation) ProtoMessage() + func (m *Redelegation) Marshal() (dAtA []byte, err error) + func (m *Redelegation) MarshalTo(dAtA []byte) (int, error) + func (m *Redelegation) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Redelegation) Reset() + func (m *Redelegation) Size() (n int) + func (m *Redelegation) Unmarshal(dAtA []byte) error + func (m *Redelegation) XXX_DiscardUnknown() + func (m *Redelegation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Redelegation) XXX_Merge(src proto.Message) + func (m *Redelegation) XXX_Size() int + func (m *Redelegation) XXX_Unmarshal(b []byte) error + func (red Redelegation) String() string + type RedelegationEntry struct + CompletionTime time.Time + CreationHeight int64 + InitialBalance github_com_cosmos_cosmos_sdk_types.Int + SharesDst github_com_cosmos_cosmos_sdk_types.Dec + func (*RedelegationEntry) Descriptor() ([]byte, []int) + func (*RedelegationEntry) ProtoMessage() + func (e RedelegationEntry) String() string + func (m *RedelegationEntry) GetCompletionTime() time.Time + func (m *RedelegationEntry) GetCreationHeight() int64 + func (m *RedelegationEntry) Marshal() (dAtA []byte, err error) + func (m *RedelegationEntry) MarshalTo(dAtA []byte) (int, error) + func (m *RedelegationEntry) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *RedelegationEntry) Reset() + func (m *RedelegationEntry) Size() (n int) + func (m *RedelegationEntry) Unmarshal(dAtA []byte) error + func (m *RedelegationEntry) XXX_DiscardUnknown() + func (m *RedelegationEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RedelegationEntry) XXX_Merge(src proto.Message) + func (m *RedelegationEntry) XXX_Size() int + func (m *RedelegationEntry) XXX_Unmarshal(b []byte) error + func (this *RedelegationEntry) Equal(that interface{}) bool + type RedelegationEntryResponse struct + Balance github_com_cosmos_cosmos_sdk_types.Int + RedelegationEntry RedelegationEntry + func (*RedelegationEntryResponse) Descriptor() ([]byte, []int) + func (*RedelegationEntryResponse) ProtoMessage() + func (m *RedelegationEntryResponse) GetRedelegationEntry() RedelegationEntry + func (m *RedelegationEntryResponse) Marshal() (dAtA []byte, err error) + func (m *RedelegationEntryResponse) MarshalTo(dAtA []byte) (int, error) + func (m *RedelegationEntryResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *RedelegationEntryResponse) Reset() + func (m *RedelegationEntryResponse) Size() (n int) + func (m *RedelegationEntryResponse) String() string + func (m *RedelegationEntryResponse) Unmarshal(dAtA []byte) error + func (m *RedelegationEntryResponse) XXX_DiscardUnknown() + func (m *RedelegationEntryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RedelegationEntryResponse) XXX_Merge(src proto.Message) + func (m *RedelegationEntryResponse) XXX_Size() int + func (m *RedelegationEntryResponse) XXX_Unmarshal(b []byte) error + func (this *RedelegationEntryResponse) Equal(that interface{}) bool + type RedelegationResponse struct + Entries []RedelegationEntryResponse + Redelegation Redelegation + func (*RedelegationResponse) Descriptor() ([]byte, []int) + func (*RedelegationResponse) ProtoMessage() + func (m *RedelegationResponse) GetEntries() []RedelegationEntryResponse + func (m *RedelegationResponse) GetRedelegation() Redelegation + func (m *RedelegationResponse) Marshal() (dAtA []byte, err error) + func (m *RedelegationResponse) MarshalTo(dAtA []byte) (int, error) + func (m *RedelegationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *RedelegationResponse) Reset() + func (m *RedelegationResponse) Size() (n int) + func (m *RedelegationResponse) String() string + func (m *RedelegationResponse) Unmarshal(dAtA []byte) error + func (m *RedelegationResponse) XXX_DiscardUnknown() + func (m *RedelegationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RedelegationResponse) XXX_Merge(src proto.Message) + func (m *RedelegationResponse) XXX_Size() int + func (m *RedelegationResponse) XXX_Unmarshal(b []byte) error + type Redelegations []Redelegation + func (d Redelegations) String() (out string) + type UnbondingDelegation struct + DelegatorAddress string + Entries []UnbondingDelegationEntry + ValidatorAddress string + func (*UnbondingDelegation) Descriptor() ([]byte, []int) + func (*UnbondingDelegation) ProtoMessage() + func (m *UnbondingDelegation) Marshal() (dAtA []byte, err error) + func (m *UnbondingDelegation) MarshalTo(dAtA []byte) (int, error) + func (m *UnbondingDelegation) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *UnbondingDelegation) Reset() + func (m *UnbondingDelegation) Size() (n int) + func (m *UnbondingDelegation) Unmarshal(dAtA []byte) error + func (m *UnbondingDelegation) XXX_DiscardUnknown() + func (m *UnbondingDelegation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UnbondingDelegation) XXX_Merge(src proto.Message) + func (m *UnbondingDelegation) XXX_Size() int + func (m *UnbondingDelegation) XXX_Unmarshal(b []byte) error + func (ubd UnbondingDelegation) String() string + type UnbondingDelegationEntry struct + Balance github_com_cosmos_cosmos_sdk_types.Int + CompletionTime time.Time + CreationHeight int64 + InitialBalance github_com_cosmos_cosmos_sdk_types.Int + func (*UnbondingDelegationEntry) Descriptor() ([]byte, []int) + func (*UnbondingDelegationEntry) ProtoMessage() + func (e UnbondingDelegationEntry) String() string + func (m *UnbondingDelegationEntry) GetCompletionTime() time.Time + func (m *UnbondingDelegationEntry) GetCreationHeight() int64 + func (m *UnbondingDelegationEntry) Marshal() (dAtA []byte, err error) + func (m *UnbondingDelegationEntry) MarshalTo(dAtA []byte) (int, error) + func (m *UnbondingDelegationEntry) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *UnbondingDelegationEntry) Reset() + func (m *UnbondingDelegationEntry) Size() (n int) + func (m *UnbondingDelegationEntry) Unmarshal(dAtA []byte) error + func (m *UnbondingDelegationEntry) XXX_DiscardUnknown() + func (m *UnbondingDelegationEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UnbondingDelegationEntry) XXX_Merge(src proto.Message) + func (m *UnbondingDelegationEntry) XXX_Size() int + func (m *UnbondingDelegationEntry) XXX_Unmarshal(b []byte) error + func (this *UnbondingDelegationEntry) Equal(that interface{}) bool + type UnbondingDelegations []UnbondingDelegation + func (ubds UnbondingDelegations) String() (out string) + type ValAddresses struct + Addresses []string + func (*ValAddresses) Descriptor() ([]byte, []int) + func (*ValAddresses) ProtoMessage() + func (m *ValAddresses) GetAddresses() []string + func (m *ValAddresses) Marshal() (dAtA []byte, err error) + func (m *ValAddresses) MarshalTo(dAtA []byte) (int, error) + func (m *ValAddresses) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ValAddresses) Reset() + func (m *ValAddresses) Size() (n int) + func (m *ValAddresses) Unmarshal(dAtA []byte) error + func (m *ValAddresses) XXX_DiscardUnknown() + func (m *ValAddresses) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ValAddresses) XXX_Merge(src proto.Message) + func (m *ValAddresses) XXX_Size() int + func (m *ValAddresses) XXX_Unmarshal(b []byte) error + func (this *ValAddresses) String() string + type Validator struct + Commission Commission + ConsensusPubkey *types1.Any + DelegatorShares github_com_cosmos_cosmos_sdk_types.Dec + Description Description + Jailed bool + MinSelfDelegation github_com_cosmos_cosmos_sdk_types.Int + OperatorAddress string + Status BondStatus + Tokens github_com_cosmos_cosmos_sdk_types.Int + UnbondingHeight int64 + UnbondingTime time.Time + func (*Validator) Descriptor() ([]byte, []int) + func (*Validator) ProtoMessage() + func (m *Validator) Marshal() (dAtA []byte, err error) + func (m *Validator) MarshalTo(dAtA []byte) (int, error) + func (m *Validator) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Validator) Reset() + func (m *Validator) Size() (n int) + func (m *Validator) Unmarshal(dAtA []byte) error + func (m *Validator) XXX_DiscardUnknown() + func (m *Validator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Validator) XXX_Merge(src proto.Message) + func (m *Validator) XXX_Size() int + func (m *Validator) XXX_Unmarshal(b []byte) error + func (v Validator) String() string + type Validators []Validator + func (v Validators) String() (out string)