Documentation ¶
Overview ¶
Package types is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Constants
- Variables
- func AddressFromLastValidatorPowerKey(key []byte) []byte
- func AddressFromValidatorsKey(key []byte) []byte
- func GetDelegationKey(delAddr sdk.AccAddress, valAddr sdk.ValAddress) []byte
- func GetDelegationsByValKey(valAddr sdk.ValAddress, delAddr sdk.AccAddress) []byte
- func GetDelegationsByValPrefixKey(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 GetTokenizeShareAuthorizationTimeKey(timestamp time.Time) []byte
- func GetTokenizeShareRecordByIndexKey(id uint64) []byte
- func GetTokenizeShareRecordIDByDenomKey(denom string) []byte
- func GetTokenizeShareRecordIDByOwnerAndIDKey(owner sdk.AccAddress, id uint64) []byte
- func GetTokenizeShareRecordIdsByOwnerPrefix(owner sdk.AccAddress) []byte
- func GetTokenizeSharesLockKey(owner sdk.AccAddress) []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 GetUnbondingIndexKey(id uint64) []byte
- func GetUnbondingTypeKey(id uint64) []byte
- func GetValidatorByConsAddrKey(addr sdk.ConsAddress) []byte
- func GetValidatorKey(operatorAddr sdk.ValAddress) []byte
- func GetValidatorQueueKey(timestamp time.Time, height int64) []byte
- func GetValidatorsByPowerIndexKey(validator Validator, powerReduction math.Int, valAc addresscodec.Codec) []byte
- func MustMarshalDelegation(cdc codec.BinaryCodec, delegation Delegation) []byte
- func MustMarshalRED(cdc codec.BinaryCodec, red Redelegation) []byte
- func MustMarshalUBD(cdc codec.BinaryCodec, ubd UnbondingDelegation) []byte
- func MustMarshalUBDE(cdc codec.BinaryCodec, ubd UnbondingDelegationEntry) []byte
- func MustMarshalValidator(cdc codec.BinaryCodec, validator *Validator) []byte
- func ParamKeyTable() paramtypes.KeyTabledeprecated
- func ParseDelegationsByValKey(bz []byte) (sdk.ValAddress, sdk.AccAddress, error)
- func ParseValidatorPowerRankKey(key []byte) (operAddr []byte)
- func ParseValidatorQueueKey(bz []byte) (time.Time, int64, error)
- func RegisterInterfaces(registry types.InterfaceRegistry)
- func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino)
- func RegisterMsgServer(s grpc1.Server, srv MsgServer)
- func RegisterQueryHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, client QueryClient) error
- func RegisterQueryHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QueryServer) error
- func RegisterQueryServer(s grpc1.Server, srv QueryServer)
- func StakingDescription() (desc *github_com_cosmos_gogoproto_protoc_gen_gogo_descriptor.FileDescriptorSet)
- func ValidateBasic(hi HistoricalInfo, valAc address.Codec) error
- func ValidatePowerReduction(i interface{}) error
- type AccountKeeper
- type AuthorizationType
- type BankKeeper
- type BondStatus
- type Commission
- func (*Commission) Descriptor() ([]byte, []int)
- func (this *Commission) Equal(that interface{}) bool
- 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 (*Commission) ProtoMessage()
- func (m *Commission) Reset()
- func (m *Commission) Size() (n int)
- func (m *Commission) String() string
- func (m *Commission) Unmarshal(dAtA []byte) error
- func (c Commission) ValidateNewRate(newRate math.LegacyDec, blockTime time.Time) 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
- type CommissionRates
- func (*CommissionRates) Descriptor() ([]byte, []int)
- func (this *CommissionRates) Equal(that interface{}) bool
- 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 (*CommissionRates) ProtoMessage()
- func (m *CommissionRates) Reset()
- func (m *CommissionRates) Size() (n int)
- func (m *CommissionRates) String() string
- func (m *CommissionRates) Unmarshal(dAtA []byte) error
- func (cr CommissionRates) Validate() 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
- type DVPair
- func (*DVPair) Descriptor() ([]byte, []int)
- 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 (*DVPair) ProtoMessage()
- func (m *DVPair) Reset()
- func (m *DVPair) Size() (n int)
- func (m *DVPair) String() string
- 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
- func (*DVPairs) Descriptor() ([]byte, []int)
- 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 (*DVPairs) ProtoMessage()
- 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
- func (*DVVTriplet) Descriptor() ([]byte, []int)
- 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 (*DVVTriplet) ProtoMessage()
- func (m *DVVTriplet) Reset()
- func (m *DVVTriplet) Size() (n int)
- func (m *DVVTriplet) String() string
- 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
- func (*DVVTriplets) Descriptor() ([]byte, []int)
- 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 (*DVVTriplets) ProtoMessage()
- 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
- func (*Delegation) Descriptor() ([]byte, []int)
- func (d Delegation) GetDelegatorAddr() string
- func (d Delegation) GetShares() math.LegacyDec
- func (d Delegation) GetValidatorAddr() 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 (*Delegation) ProtoMessage()
- func (m *Delegation) Reset()
- func (m *Delegation) Size() (n int)
- func (m *Delegation) String() string
- 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 DelegationI
- type DelegationResponse
- func (*DelegationResponse) Descriptor() ([]byte, []int)
- func (m *DelegationResponse) GetBalance() types2.Coin
- func (m *DelegationResponse) GetDelegation() Delegation
- func (m *DelegationResponse) Marshal() (dAtA []byte, err error)
- func (d DelegationResponse) MarshalJSON() ([]byte, error)
- func (m *DelegationResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *DelegationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DelegationResponse) ProtoMessage()
- func (m *DelegationResponse) Reset()
- func (m *DelegationResponse) Size() (n int)
- func (m *DelegationResponse) String() string
- func (m *DelegationResponse) Unmarshal(dAtA []byte) error
- func (d *DelegationResponse) UnmarshalJSON(bz []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 DelegationResponses
- type DelegationSet
- type Delegations
- type Description
- func (*Description) Descriptor() ([]byte, []int)
- func (d Description) EnsureLength() (Description, error)
- func (this *Description) Equal(that interface{}) bool
- 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 (*Description) ProtoMessage()
- func (m *Description) Reset()
- func (m *Description) Size() (n int)
- func (m *Description) String() string
- func (m *Description) Unmarshal(dAtA []byte) error
- func (d Description) UpdateDescription(d2 Description) (Description, 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
- type GenesisState
- func (*GenesisState) Descriptor() ([]byte, []int)
- func (m *GenesisState) GetDelegations() []Delegation
- func (m *GenesisState) GetExported() bool
- func (m *GenesisState) GetLastTokenizeShareRecordId() uint64
- func (m *GenesisState) GetLastValidatorPowers() []LastValidatorPower
- func (m *GenesisState) GetParams() Params
- func (m *GenesisState) GetRedelegations() []Redelegation
- func (m *GenesisState) GetTokenizeShareLocks() []TokenizeShareLock
- func (m *GenesisState) GetTokenizeShareRecords() []TokenizeShareRecord
- 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 (*GenesisState) ProtoMessage()
- func (m *GenesisState) Reset()
- func (m *GenesisState) Size() (n int)
- func (m *GenesisState) String() string
- func (m *GenesisState) Unmarshal(dAtA []byte) error
- func (g GenesisState) UnpackInterfaces(c codectypes.AnyUnpacker) 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
- func (*HistoricalInfo) Descriptor() ([]byte, []int)
- func (hi *HistoricalInfo) Equal(hi2 *HistoricalInfo) bool
- 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 (*HistoricalInfo) ProtoMessage()
- func (m *HistoricalInfo) Reset()
- func (m *HistoricalInfo) Size() (n int)
- func (m *HistoricalInfo) String() string
- func (m *HistoricalInfo) Unmarshal(dAtA []byte) error
- func (hi HistoricalInfo) UnpackInterfaces(c codectypes.AnyUnpacker) 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 Infraction
- type LastValidatorPower
- func (*LastValidatorPower) Descriptor() ([]byte, []int)
- 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 (*LastValidatorPower) ProtoMessage()
- 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 MsgBeginRedelegate
- func (*MsgBeginRedelegate) Descriptor() ([]byte, []int)
- func (m *MsgBeginRedelegate) Marshal() (dAtA []byte, err error)
- func (m *MsgBeginRedelegate) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgBeginRedelegate) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgBeginRedelegate) ProtoMessage()
- func (m *MsgBeginRedelegate) Reset()
- func (m *MsgBeginRedelegate) Size() (n int)
- func (m *MsgBeginRedelegate) String() string
- func (m *MsgBeginRedelegate) Unmarshal(dAtA []byte) error
- func (m *MsgBeginRedelegate) XXX_DiscardUnknown()
- func (m *MsgBeginRedelegate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgBeginRedelegate) XXX_Merge(src proto.Message)
- func (m *MsgBeginRedelegate) XXX_Size() int
- func (m *MsgBeginRedelegate) XXX_Unmarshal(b []byte) error
- type MsgBeginRedelegateResponse
- func (*MsgBeginRedelegateResponse) Descriptor() ([]byte, []int)
- func (m *MsgBeginRedelegateResponse) GetCompletionTime() time.Time
- func (m *MsgBeginRedelegateResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgBeginRedelegateResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgBeginRedelegateResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgBeginRedelegateResponse) ProtoMessage()
- func (m *MsgBeginRedelegateResponse) Reset()
- func (m *MsgBeginRedelegateResponse) Size() (n int)
- func (m *MsgBeginRedelegateResponse) String() string
- func (m *MsgBeginRedelegateResponse) Unmarshal(dAtA []byte) error
- func (m *MsgBeginRedelegateResponse) XXX_DiscardUnknown()
- func (m *MsgBeginRedelegateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgBeginRedelegateResponse) XXX_Merge(src proto.Message)
- func (m *MsgBeginRedelegateResponse) XXX_Size() int
- func (m *MsgBeginRedelegateResponse) XXX_Unmarshal(b []byte) error
- type MsgCancelUnbondingDelegation
- func (*MsgCancelUnbondingDelegation) Descriptor() ([]byte, []int)
- func (m *MsgCancelUnbondingDelegation) Marshal() (dAtA []byte, err error)
- func (m *MsgCancelUnbondingDelegation) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgCancelUnbondingDelegation) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgCancelUnbondingDelegation) ProtoMessage()
- func (m *MsgCancelUnbondingDelegation) Reset()
- func (m *MsgCancelUnbondingDelegation) Size() (n int)
- func (m *MsgCancelUnbondingDelegation) String() string
- func (m *MsgCancelUnbondingDelegation) Unmarshal(dAtA []byte) error
- func (m *MsgCancelUnbondingDelegation) XXX_DiscardUnknown()
- func (m *MsgCancelUnbondingDelegation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgCancelUnbondingDelegation) XXX_Merge(src proto.Message)
- func (m *MsgCancelUnbondingDelegation) XXX_Size() int
- func (m *MsgCancelUnbondingDelegation) XXX_Unmarshal(b []byte) error
- type MsgCancelUnbondingDelegationResponse
- func (*MsgCancelUnbondingDelegationResponse) Descriptor() ([]byte, []int)
- func (m *MsgCancelUnbondingDelegationResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgCancelUnbondingDelegationResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgCancelUnbondingDelegationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgCancelUnbondingDelegationResponse) ProtoMessage()
- func (m *MsgCancelUnbondingDelegationResponse) Reset()
- func (m *MsgCancelUnbondingDelegationResponse) Size() (n int)
- func (m *MsgCancelUnbondingDelegationResponse) String() string
- func (m *MsgCancelUnbondingDelegationResponse) Unmarshal(dAtA []byte) error
- func (m *MsgCancelUnbondingDelegationResponse) XXX_DiscardUnknown()
- func (m *MsgCancelUnbondingDelegationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgCancelUnbondingDelegationResponse) XXX_Merge(src proto.Message)
- func (m *MsgCancelUnbondingDelegationResponse) XXX_Size() int
- func (m *MsgCancelUnbondingDelegationResponse) XXX_Unmarshal(b []byte) error
- type MsgClient
- type MsgCreateValidator
- func (*MsgCreateValidator) Descriptor() ([]byte, []int)
- func (m *MsgCreateValidator) Marshal() (dAtA []byte, err error)
- func (m *MsgCreateValidator) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgCreateValidator) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgCreateValidator) ProtoMessage()
- func (m *MsgCreateValidator) Reset()
- func (m *MsgCreateValidator) Size() (n int)
- func (m *MsgCreateValidator) String() string
- func (m *MsgCreateValidator) Unmarshal(dAtA []byte) error
- func (msg MsgCreateValidator) UnpackInterfaces(unpacker codectypes.AnyUnpacker) error
- func (msg MsgCreateValidator) Validate(ac address.Codec) error
- func (m *MsgCreateValidator) XXX_DiscardUnknown()
- func (m *MsgCreateValidator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgCreateValidator) XXX_Merge(src proto.Message)
- func (m *MsgCreateValidator) XXX_Size() int
- func (m *MsgCreateValidator) XXX_Unmarshal(b []byte) error
- type MsgCreateValidatorResponse
- func (*MsgCreateValidatorResponse) Descriptor() ([]byte, []int)
- func (m *MsgCreateValidatorResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgCreateValidatorResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgCreateValidatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgCreateValidatorResponse) ProtoMessage()
- func (m *MsgCreateValidatorResponse) Reset()
- func (m *MsgCreateValidatorResponse) Size() (n int)
- func (m *MsgCreateValidatorResponse) String() string
- func (m *MsgCreateValidatorResponse) Unmarshal(dAtA []byte) error
- func (m *MsgCreateValidatorResponse) XXX_DiscardUnknown()
- func (m *MsgCreateValidatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgCreateValidatorResponse) XXX_Merge(src proto.Message)
- func (m *MsgCreateValidatorResponse) XXX_Size() int
- func (m *MsgCreateValidatorResponse) XXX_Unmarshal(b []byte) error
- type MsgDelegate
- func (*MsgDelegate) Descriptor() ([]byte, []int)
- func (m *MsgDelegate) Marshal() (dAtA []byte, err error)
- func (m *MsgDelegate) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgDelegate) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgDelegate) ProtoMessage()
- func (m *MsgDelegate) Reset()
- func (m *MsgDelegate) Size() (n int)
- func (m *MsgDelegate) String() string
- func (m *MsgDelegate) Unmarshal(dAtA []byte) error
- func (m *MsgDelegate) XXX_DiscardUnknown()
- func (m *MsgDelegate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgDelegate) XXX_Merge(src proto.Message)
- func (m *MsgDelegate) XXX_Size() int
- func (m *MsgDelegate) XXX_Unmarshal(b []byte) error
- type MsgDelegateResponse
- func (*MsgDelegateResponse) Descriptor() ([]byte, []int)
- func (m *MsgDelegateResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgDelegateResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgDelegateResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgDelegateResponse) ProtoMessage()
- func (m *MsgDelegateResponse) Reset()
- func (m *MsgDelegateResponse) Size() (n int)
- func (m *MsgDelegateResponse) String() string
- func (m *MsgDelegateResponse) Unmarshal(dAtA []byte) error
- func (m *MsgDelegateResponse) XXX_DiscardUnknown()
- func (m *MsgDelegateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgDelegateResponse) XXX_Merge(src proto.Message)
- func (m *MsgDelegateResponse) XXX_Size() int
- func (m *MsgDelegateResponse) XXX_Unmarshal(b []byte) error
- type MsgDisableTokenizeShares
- func (*MsgDisableTokenizeShares) Descriptor() ([]byte, []int)
- func (m *MsgDisableTokenizeShares) Marshal() (dAtA []byte, err error)
- func (m *MsgDisableTokenizeShares) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgDisableTokenizeShares) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgDisableTokenizeShares) ProtoMessage()
- func (m *MsgDisableTokenizeShares) Reset()
- func (m *MsgDisableTokenizeShares) Size() (n int)
- func (m *MsgDisableTokenizeShares) String() string
- func (m *MsgDisableTokenizeShares) Unmarshal(dAtA []byte) error
- func (m *MsgDisableTokenizeShares) XXX_DiscardUnknown()
- func (m *MsgDisableTokenizeShares) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgDisableTokenizeShares) XXX_Merge(src proto.Message)
- func (m *MsgDisableTokenizeShares) XXX_Size() int
- func (m *MsgDisableTokenizeShares) XXX_Unmarshal(b []byte) error
- type MsgDisableTokenizeSharesResponse
- func (*MsgDisableTokenizeSharesResponse) Descriptor() ([]byte, []int)
- func (m *MsgDisableTokenizeSharesResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgDisableTokenizeSharesResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgDisableTokenizeSharesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgDisableTokenizeSharesResponse) ProtoMessage()
- func (m *MsgDisableTokenizeSharesResponse) Reset()
- func (m *MsgDisableTokenizeSharesResponse) Size() (n int)
- func (m *MsgDisableTokenizeSharesResponse) String() string
- func (m *MsgDisableTokenizeSharesResponse) Unmarshal(dAtA []byte) error
- func (m *MsgDisableTokenizeSharesResponse) XXX_DiscardUnknown()
- func (m *MsgDisableTokenizeSharesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgDisableTokenizeSharesResponse) XXX_Merge(src proto.Message)
- func (m *MsgDisableTokenizeSharesResponse) XXX_Size() int
- func (m *MsgDisableTokenizeSharesResponse) XXX_Unmarshal(b []byte) error
- type MsgEditValidator
- func (*MsgEditValidator) Descriptor() ([]byte, []int)
- func (m *MsgEditValidator) Marshal() (dAtA []byte, err error)
- func (m *MsgEditValidator) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgEditValidator) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgEditValidator) ProtoMessage()
- func (m *MsgEditValidator) Reset()
- func (m *MsgEditValidator) Size() (n int)
- func (m *MsgEditValidator) String() string
- func (m *MsgEditValidator) Unmarshal(dAtA []byte) error
- func (m *MsgEditValidator) XXX_DiscardUnknown()
- func (m *MsgEditValidator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgEditValidator) XXX_Merge(src proto.Message)
- func (m *MsgEditValidator) XXX_Size() int
- func (m *MsgEditValidator) XXX_Unmarshal(b []byte) error
- type MsgEditValidatorResponse
- func (*MsgEditValidatorResponse) Descriptor() ([]byte, []int)
- func (m *MsgEditValidatorResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgEditValidatorResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgEditValidatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgEditValidatorResponse) ProtoMessage()
- func (m *MsgEditValidatorResponse) Reset()
- func (m *MsgEditValidatorResponse) Size() (n int)
- func (m *MsgEditValidatorResponse) String() string
- func (m *MsgEditValidatorResponse) Unmarshal(dAtA []byte) error
- func (m *MsgEditValidatorResponse) XXX_DiscardUnknown()
- func (m *MsgEditValidatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgEditValidatorResponse) XXX_Merge(src proto.Message)
- func (m *MsgEditValidatorResponse) XXX_Size() int
- func (m *MsgEditValidatorResponse) XXX_Unmarshal(b []byte) error
- type MsgEnableTokenizeShares
- func (*MsgEnableTokenizeShares) Descriptor() ([]byte, []int)
- func (m *MsgEnableTokenizeShares) Marshal() (dAtA []byte, err error)
- func (m *MsgEnableTokenizeShares) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgEnableTokenizeShares) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgEnableTokenizeShares) ProtoMessage()
- func (m *MsgEnableTokenizeShares) Reset()
- func (m *MsgEnableTokenizeShares) Size() (n int)
- func (m *MsgEnableTokenizeShares) String() string
- func (m *MsgEnableTokenizeShares) Unmarshal(dAtA []byte) error
- func (m *MsgEnableTokenizeShares) XXX_DiscardUnknown()
- func (m *MsgEnableTokenizeShares) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgEnableTokenizeShares) XXX_Merge(src proto.Message)
- func (m *MsgEnableTokenizeShares) XXX_Size() int
- func (m *MsgEnableTokenizeShares) XXX_Unmarshal(b []byte) error
- type MsgEnableTokenizeSharesResponse
- func (*MsgEnableTokenizeSharesResponse) Descriptor() ([]byte, []int)
- func (m *MsgEnableTokenizeSharesResponse) GetCompletionTime() time.Time
- func (m *MsgEnableTokenizeSharesResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgEnableTokenizeSharesResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgEnableTokenizeSharesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgEnableTokenizeSharesResponse) ProtoMessage()
- func (m *MsgEnableTokenizeSharesResponse) Reset()
- func (m *MsgEnableTokenizeSharesResponse) Size() (n int)
- func (m *MsgEnableTokenizeSharesResponse) String() string
- func (m *MsgEnableTokenizeSharesResponse) Unmarshal(dAtA []byte) error
- func (m *MsgEnableTokenizeSharesResponse) XXX_DiscardUnknown()
- func (m *MsgEnableTokenizeSharesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgEnableTokenizeSharesResponse) XXX_Merge(src proto.Message)
- func (m *MsgEnableTokenizeSharesResponse) XXX_Size() int
- func (m *MsgEnableTokenizeSharesResponse) XXX_Unmarshal(b []byte) error
- type MsgRedeemTokensForShares
- func (*MsgRedeemTokensForShares) Descriptor() ([]byte, []int)
- func (m *MsgRedeemTokensForShares) Marshal() (dAtA []byte, err error)
- func (m *MsgRedeemTokensForShares) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgRedeemTokensForShares) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgRedeemTokensForShares) ProtoMessage()
- func (m *MsgRedeemTokensForShares) Reset()
- func (m *MsgRedeemTokensForShares) Size() (n int)
- func (m *MsgRedeemTokensForShares) String() string
- func (m *MsgRedeemTokensForShares) Unmarshal(dAtA []byte) error
- func (m *MsgRedeemTokensForShares) XXX_DiscardUnknown()
- func (m *MsgRedeemTokensForShares) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgRedeemTokensForShares) XXX_Merge(src proto.Message)
- func (m *MsgRedeemTokensForShares) XXX_Size() int
- func (m *MsgRedeemTokensForShares) XXX_Unmarshal(b []byte) error
- type MsgRedeemTokensForSharesResponse
- func (*MsgRedeemTokensForSharesResponse) Descriptor() ([]byte, []int)
- func (m *MsgRedeemTokensForSharesResponse) GetAmount() types1.Coin
- func (m *MsgRedeemTokensForSharesResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgRedeemTokensForSharesResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgRedeemTokensForSharesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgRedeemTokensForSharesResponse) ProtoMessage()
- func (m *MsgRedeemTokensForSharesResponse) Reset()
- func (m *MsgRedeemTokensForSharesResponse) Size() (n int)
- func (m *MsgRedeemTokensForSharesResponse) String() string
- func (m *MsgRedeemTokensForSharesResponse) Unmarshal(dAtA []byte) error
- func (m *MsgRedeemTokensForSharesResponse) XXX_DiscardUnknown()
- func (m *MsgRedeemTokensForSharesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgRedeemTokensForSharesResponse) XXX_Merge(src proto.Message)
- func (m *MsgRedeemTokensForSharesResponse) XXX_Size() int
- func (m *MsgRedeemTokensForSharesResponse) XXX_Unmarshal(b []byte) error
- type MsgServer
- type MsgTokenizeShares
- func (*MsgTokenizeShares) Descriptor() ([]byte, []int)
- func (m *MsgTokenizeShares) Marshal() (dAtA []byte, err error)
- func (m *MsgTokenizeShares) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgTokenizeShares) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgTokenizeShares) ProtoMessage()
- func (m *MsgTokenizeShares) Reset()
- func (m *MsgTokenizeShares) Size() (n int)
- func (m *MsgTokenizeShares) String() string
- func (m *MsgTokenizeShares) Unmarshal(dAtA []byte) error
- func (m *MsgTokenizeShares) XXX_DiscardUnknown()
- func (m *MsgTokenizeShares) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgTokenizeShares) XXX_Merge(src proto.Message)
- func (m *MsgTokenizeShares) XXX_Size() int
- func (m *MsgTokenizeShares) XXX_Unmarshal(b []byte) error
- type MsgTokenizeSharesResponse
- func (*MsgTokenizeSharesResponse) Descriptor() ([]byte, []int)
- func (m *MsgTokenizeSharesResponse) GetAmount() types1.Coin
- func (m *MsgTokenizeSharesResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgTokenizeSharesResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgTokenizeSharesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgTokenizeSharesResponse) ProtoMessage()
- func (m *MsgTokenizeSharesResponse) Reset()
- func (m *MsgTokenizeSharesResponse) Size() (n int)
- func (m *MsgTokenizeSharesResponse) String() string
- func (m *MsgTokenizeSharesResponse) Unmarshal(dAtA []byte) error
- func (m *MsgTokenizeSharesResponse) XXX_DiscardUnknown()
- func (m *MsgTokenizeSharesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgTokenizeSharesResponse) XXX_Merge(src proto.Message)
- func (m *MsgTokenizeSharesResponse) XXX_Size() int
- func (m *MsgTokenizeSharesResponse) XXX_Unmarshal(b []byte) error
- type MsgTransferTokenizeShareRecord
- func (*MsgTransferTokenizeShareRecord) Descriptor() ([]byte, []int)
- func (m *MsgTransferTokenizeShareRecord) Marshal() (dAtA []byte, err error)
- func (m *MsgTransferTokenizeShareRecord) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgTransferTokenizeShareRecord) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgTransferTokenizeShareRecord) ProtoMessage()
- func (m *MsgTransferTokenizeShareRecord) Reset()
- func (m *MsgTransferTokenizeShareRecord) Size() (n int)
- func (m *MsgTransferTokenizeShareRecord) String() string
- func (m *MsgTransferTokenizeShareRecord) Unmarshal(dAtA []byte) error
- func (m *MsgTransferTokenizeShareRecord) XXX_DiscardUnknown()
- func (m *MsgTransferTokenizeShareRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgTransferTokenizeShareRecord) XXX_Merge(src proto.Message)
- func (m *MsgTransferTokenizeShareRecord) XXX_Size() int
- func (m *MsgTransferTokenizeShareRecord) XXX_Unmarshal(b []byte) error
- type MsgTransferTokenizeShareRecordResponse
- func (*MsgTransferTokenizeShareRecordResponse) Descriptor() ([]byte, []int)
- func (m *MsgTransferTokenizeShareRecordResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgTransferTokenizeShareRecordResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgTransferTokenizeShareRecordResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgTransferTokenizeShareRecordResponse) ProtoMessage()
- func (m *MsgTransferTokenizeShareRecordResponse) Reset()
- func (m *MsgTransferTokenizeShareRecordResponse) Size() (n int)
- func (m *MsgTransferTokenizeShareRecordResponse) String() string
- func (m *MsgTransferTokenizeShareRecordResponse) Unmarshal(dAtA []byte) error
- func (m *MsgTransferTokenizeShareRecordResponse) XXX_DiscardUnknown()
- func (m *MsgTransferTokenizeShareRecordResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgTransferTokenizeShareRecordResponse) XXX_Merge(src proto.Message)
- func (m *MsgTransferTokenizeShareRecordResponse) XXX_Size() int
- func (m *MsgTransferTokenizeShareRecordResponse) XXX_Unmarshal(b []byte) error
- type MsgUnbondValidator
- func (*MsgUnbondValidator) Descriptor() ([]byte, []int)
- func (m *MsgUnbondValidator) GetValidatorAddress() string
- func (m *MsgUnbondValidator) Marshal() (dAtA []byte, err error)
- func (m *MsgUnbondValidator) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUnbondValidator) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUnbondValidator) ProtoMessage()
- func (m *MsgUnbondValidator) Reset()
- func (m *MsgUnbondValidator) Size() (n int)
- func (m *MsgUnbondValidator) String() string
- func (m *MsgUnbondValidator) Unmarshal(dAtA []byte) error
- func (m *MsgUnbondValidator) XXX_DiscardUnknown()
- func (m *MsgUnbondValidator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUnbondValidator) XXX_Merge(src proto.Message)
- func (m *MsgUnbondValidator) XXX_Size() int
- func (m *MsgUnbondValidator) XXX_Unmarshal(b []byte) error
- type MsgUnbondValidatorResponse
- func (*MsgUnbondValidatorResponse) Descriptor() ([]byte, []int)
- func (m *MsgUnbondValidatorResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgUnbondValidatorResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUnbondValidatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUnbondValidatorResponse) ProtoMessage()
- func (m *MsgUnbondValidatorResponse) Reset()
- func (m *MsgUnbondValidatorResponse) Size() (n int)
- func (m *MsgUnbondValidatorResponse) String() string
- func (m *MsgUnbondValidatorResponse) Unmarshal(dAtA []byte) error
- func (m *MsgUnbondValidatorResponse) XXX_DiscardUnknown()
- func (m *MsgUnbondValidatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUnbondValidatorResponse) XXX_Merge(src proto.Message)
- func (m *MsgUnbondValidatorResponse) XXX_Size() int
- func (m *MsgUnbondValidatorResponse) XXX_Unmarshal(b []byte) error
- type MsgUndelegate
- func (*MsgUndelegate) Descriptor() ([]byte, []int)
- func (m *MsgUndelegate) Marshal() (dAtA []byte, err error)
- func (m *MsgUndelegate) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUndelegate) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUndelegate) ProtoMessage()
- func (m *MsgUndelegate) Reset()
- func (m *MsgUndelegate) Size() (n int)
- func (m *MsgUndelegate) String() string
- func (m *MsgUndelegate) Unmarshal(dAtA []byte) error
- func (m *MsgUndelegate) XXX_DiscardUnknown()
- func (m *MsgUndelegate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUndelegate) XXX_Merge(src proto.Message)
- func (m *MsgUndelegate) XXX_Size() int
- func (m *MsgUndelegate) XXX_Unmarshal(b []byte) error
- type MsgUndelegateResponse
- func (*MsgUndelegateResponse) Descriptor() ([]byte, []int)
- func (m *MsgUndelegateResponse) GetAmount() types1.Coin
- func (m *MsgUndelegateResponse) GetCompletionTime() time.Time
- func (m *MsgUndelegateResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgUndelegateResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUndelegateResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUndelegateResponse) ProtoMessage()
- func (m *MsgUndelegateResponse) Reset()
- func (m *MsgUndelegateResponse) Size() (n int)
- func (m *MsgUndelegateResponse) String() string
- func (m *MsgUndelegateResponse) Unmarshal(dAtA []byte) error
- func (m *MsgUndelegateResponse) XXX_DiscardUnknown()
- func (m *MsgUndelegateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUndelegateResponse) XXX_Merge(src proto.Message)
- func (m *MsgUndelegateResponse) XXX_Size() int
- func (m *MsgUndelegateResponse) XXX_Unmarshal(b []byte) error
- type MsgUpdateParams
- func (*MsgUpdateParams) Descriptor() ([]byte, []int)
- func (m *MsgUpdateParams) GetAuthority() string
- func (m *MsgUpdateParams) GetParams() Params
- func (m *MsgUpdateParams) Marshal() (dAtA []byte, err error)
- func (m *MsgUpdateParams) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUpdateParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUpdateParams) ProtoMessage()
- func (m *MsgUpdateParams) Reset()
- func (m *MsgUpdateParams) Size() (n int)
- func (m *MsgUpdateParams) String() string
- func (m *MsgUpdateParams) Unmarshal(dAtA []byte) error
- func (m *MsgUpdateParams) XXX_DiscardUnknown()
- func (m *MsgUpdateParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUpdateParams) XXX_Merge(src proto.Message)
- func (m *MsgUpdateParams) XXX_Size() int
- func (m *MsgUpdateParams) XXX_Unmarshal(b []byte) error
- type MsgUpdateParamsResponse
- func (*MsgUpdateParamsResponse) Descriptor() ([]byte, []int)
- func (m *MsgUpdateParamsResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgUpdateParamsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUpdateParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUpdateParamsResponse) ProtoMessage()
- func (m *MsgUpdateParamsResponse) Reset()
- func (m *MsgUpdateParamsResponse) Size() (n int)
- func (m *MsgUpdateParamsResponse) String() string
- func (m *MsgUpdateParamsResponse) Unmarshal(dAtA []byte) error
- func (m *MsgUpdateParamsResponse) XXX_DiscardUnknown()
- func (m *MsgUpdateParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUpdateParamsResponse) XXX_Merge(src proto.Message)
- func (m *MsgUpdateParamsResponse) XXX_Size() int
- func (m *MsgUpdateParamsResponse) XXX_Unmarshal(b []byte) error
- type MsgValidatorBond
- func (*MsgValidatorBond) Descriptor() ([]byte, []int)
- func (m *MsgValidatorBond) Marshal() (dAtA []byte, err error)
- func (m *MsgValidatorBond) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgValidatorBond) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgValidatorBond) ProtoMessage()
- func (m *MsgValidatorBond) Reset()
- func (m *MsgValidatorBond) Size() (n int)
- func (m *MsgValidatorBond) String() string
- func (m *MsgValidatorBond) Unmarshal(dAtA []byte) error
- func (m *MsgValidatorBond) XXX_DiscardUnknown()
- func (m *MsgValidatorBond) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgValidatorBond) XXX_Merge(src proto.Message)
- func (m *MsgValidatorBond) XXX_Size() int
- func (m *MsgValidatorBond) XXX_Unmarshal(b []byte) error
- type MsgValidatorBondResponse
- func (*MsgValidatorBondResponse) Descriptor() ([]byte, []int)
- func (m *MsgValidatorBondResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgValidatorBondResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgValidatorBondResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgValidatorBondResponse) ProtoMessage()
- func (m *MsgValidatorBondResponse) Reset()
- func (m *MsgValidatorBondResponse) Size() (n int)
- func (m *MsgValidatorBondResponse) String() string
- func (m *MsgValidatorBondResponse) Unmarshal(dAtA []byte) error
- func (m *MsgValidatorBondResponse) XXX_DiscardUnknown()
- func (m *MsgValidatorBondResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgValidatorBondResponse) XXX_Merge(src proto.Message)
- func (m *MsgValidatorBondResponse) XXX_Size() int
- func (m *MsgValidatorBondResponse) XXX_Unmarshal(b []byte) error
- type MultiStakingHooks
- func (h MultiStakingHooks) AfterDelegationModified(ctx context.Context, delAddr sdk.AccAddress, valAddr sdk.ValAddress) error
- func (h MultiStakingHooks) AfterUnbondingInitiated(ctx context.Context, id uint64) error
- func (h MultiStakingHooks) AfterValidatorBeginUnbonding(ctx context.Context, consAddr sdk.ConsAddress, valAddr sdk.ValAddress) error
- func (h MultiStakingHooks) AfterValidatorBonded(ctx context.Context, consAddr sdk.ConsAddress, valAddr sdk.ValAddress) error
- func (h MultiStakingHooks) AfterValidatorCreated(ctx context.Context, valAddr sdk.ValAddress) error
- func (h MultiStakingHooks) AfterValidatorRemoved(ctx context.Context, consAddr sdk.ConsAddress, valAddr sdk.ValAddress) error
- func (h MultiStakingHooks) BeforeDelegationCreated(ctx context.Context, delAddr sdk.AccAddress, valAddr sdk.ValAddress) error
- func (h MultiStakingHooks) BeforeDelegationRemoved(ctx context.Context, delAddr sdk.AccAddress, valAddr sdk.ValAddress) error
- func (h MultiStakingHooks) BeforeDelegationSharesModified(ctx context.Context, delAddr sdk.AccAddress, valAddr sdk.ValAddress) error
- func (h MultiStakingHooks) BeforeTokenizeShareRecordRemoved(ctx context.Context, recordID uint64) error
- func (h MultiStakingHooks) BeforeValidatorModified(ctx context.Context, valAddr sdk.ValAddress) error
- func (h MultiStakingHooks) BeforeValidatorSlashed(ctx context.Context, valAddr sdk.ValAddress, fraction sdkmath.LegacyDec) error
- type Params
- func (*Params) Descriptor() ([]byte, []int)
- func (this *Params) Equal(that interface{}) bool
- 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 (p *Params) ParamSetPairs() paramtypes.ParamSetPairsdeprecated
- func (*Params) ProtoMessage()
- func (m *Params) Reset()
- func (m *Params) Size() (n int)
- func (m *Params) String() string
- func (m *Params) Unmarshal(dAtA []byte) error
- func (p Params) Validate() 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
- type PendingTokenizeShareAuthorizations
- func (*PendingTokenizeShareAuthorizations) Descriptor() ([]byte, []int)
- func (m *PendingTokenizeShareAuthorizations) GetAddresses() []string
- func (m *PendingTokenizeShareAuthorizations) Marshal() (dAtA []byte, err error)
- func (m *PendingTokenizeShareAuthorizations) MarshalTo(dAtA []byte) (int, error)
- func (m *PendingTokenizeShareAuthorizations) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PendingTokenizeShareAuthorizations) ProtoMessage()
- func (m *PendingTokenizeShareAuthorizations) Reset()
- func (m *PendingTokenizeShareAuthorizations) Size() (n int)
- func (m *PendingTokenizeShareAuthorizations) String() string
- func (m *PendingTokenizeShareAuthorizations) Unmarshal(dAtA []byte) error
- func (m *PendingTokenizeShareAuthorizations) XXX_DiscardUnknown()
- func (m *PendingTokenizeShareAuthorizations) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PendingTokenizeShareAuthorizations) XXX_Merge(src proto.Message)
- func (m *PendingTokenizeShareAuthorizations) XXX_Size() int
- func (m *PendingTokenizeShareAuthorizations) XXX_Unmarshal(b []byte) error
- type Pool
- func (this *Pool) Description() (desc *github_com_cosmos_gogoproto_protoc_gen_gogo_descriptor.FileDescriptorSet)
- func (*Pool) Descriptor() ([]byte, []int)
- func (this *Pool) Equal(that interface{}) bool
- 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 (*Pool) ProtoMessage()
- 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
- type QueryAllTokenizeShareRecordsRequest
- func (*QueryAllTokenizeShareRecordsRequest) Descriptor() ([]byte, []int)
- func (m *QueryAllTokenizeShareRecordsRequest) GetPagination() *query.PageRequest
- func (m *QueryAllTokenizeShareRecordsRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAllTokenizeShareRecordsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllTokenizeShareRecordsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllTokenizeShareRecordsRequest) ProtoMessage()
- func (m *QueryAllTokenizeShareRecordsRequest) Reset()
- func (m *QueryAllTokenizeShareRecordsRequest) Size() (n int)
- func (m *QueryAllTokenizeShareRecordsRequest) String() string
- func (m *QueryAllTokenizeShareRecordsRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAllTokenizeShareRecordsRequest) XXX_DiscardUnknown()
- func (m *QueryAllTokenizeShareRecordsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllTokenizeShareRecordsRequest) XXX_Merge(src proto.Message)
- func (m *QueryAllTokenizeShareRecordsRequest) XXX_Size() int
- func (m *QueryAllTokenizeShareRecordsRequest) XXX_Unmarshal(b []byte) error
- type QueryAllTokenizeShareRecordsResponse
- func (*QueryAllTokenizeShareRecordsResponse) Descriptor() ([]byte, []int)
- func (m *QueryAllTokenizeShareRecordsResponse) GetPagination() *query.PageResponse
- func (m *QueryAllTokenizeShareRecordsResponse) GetRecords() []TokenizeShareRecord
- func (m *QueryAllTokenizeShareRecordsResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAllTokenizeShareRecordsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllTokenizeShareRecordsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllTokenizeShareRecordsResponse) ProtoMessage()
- func (m *QueryAllTokenizeShareRecordsResponse) Reset()
- func (m *QueryAllTokenizeShareRecordsResponse) Size() (n int)
- func (m *QueryAllTokenizeShareRecordsResponse) String() string
- func (m *QueryAllTokenizeShareRecordsResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAllTokenizeShareRecordsResponse) XXX_DiscardUnknown()
- func (m *QueryAllTokenizeShareRecordsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllTokenizeShareRecordsResponse) XXX_Merge(src proto.Message)
- func (m *QueryAllTokenizeShareRecordsResponse) XXX_Size() int
- func (m *QueryAllTokenizeShareRecordsResponse) XXX_Unmarshal(b []byte) error
- type QueryClient
- type QueryDelegationRequest
- func (*QueryDelegationRequest) Descriptor() ([]byte, []int)
- func (m *QueryDelegationRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryDelegationRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryDelegationRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryDelegationRequest) ProtoMessage()
- func (m *QueryDelegationRequest) Reset()
- func (m *QueryDelegationRequest) Size() (n int)
- func (m *QueryDelegationRequest) String() string
- func (m *QueryDelegationRequest) Unmarshal(dAtA []byte) error
- func (m *QueryDelegationRequest) XXX_DiscardUnknown()
- func (m *QueryDelegationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryDelegationRequest) XXX_Merge(src proto.Message)
- func (m *QueryDelegationRequest) XXX_Size() int
- func (m *QueryDelegationRequest) XXX_Unmarshal(b []byte) error
- type QueryDelegationResponse
- func (*QueryDelegationResponse) Descriptor() ([]byte, []int)
- func (m *QueryDelegationResponse) GetDelegationResponse() *DelegationResponse
- func (m *QueryDelegationResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryDelegationResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryDelegationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryDelegationResponse) ProtoMessage()
- func (m *QueryDelegationResponse) Reset()
- func (m *QueryDelegationResponse) Size() (n int)
- func (m *QueryDelegationResponse) String() string
- func (m *QueryDelegationResponse) Unmarshal(dAtA []byte) error
- func (m *QueryDelegationResponse) XXX_DiscardUnknown()
- func (m *QueryDelegationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryDelegationResponse) XXX_Merge(src proto.Message)
- func (m *QueryDelegationResponse) XXX_Size() int
- func (m *QueryDelegationResponse) XXX_Unmarshal(b []byte) error
- type QueryDelegatorDelegationsRequest
- func (*QueryDelegatorDelegationsRequest) Descriptor() ([]byte, []int)
- func (m *QueryDelegatorDelegationsRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryDelegatorDelegationsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryDelegatorDelegationsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryDelegatorDelegationsRequest) ProtoMessage()
- func (m *QueryDelegatorDelegationsRequest) Reset()
- func (m *QueryDelegatorDelegationsRequest) Size() (n int)
- func (m *QueryDelegatorDelegationsRequest) String() string
- func (m *QueryDelegatorDelegationsRequest) Unmarshal(dAtA []byte) error
- func (m *QueryDelegatorDelegationsRequest) XXX_DiscardUnknown()
- func (m *QueryDelegatorDelegationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryDelegatorDelegationsRequest) XXX_Merge(src proto.Message)
- func (m *QueryDelegatorDelegationsRequest) XXX_Size() int
- func (m *QueryDelegatorDelegationsRequest) XXX_Unmarshal(b []byte) error
- type QueryDelegatorDelegationsResponse
- func (*QueryDelegatorDelegationsResponse) Descriptor() ([]byte, []int)
- func (m *QueryDelegatorDelegationsResponse) GetDelegationResponses() []DelegationResponse
- func (m *QueryDelegatorDelegationsResponse) GetPagination() *query.PageResponse
- func (m *QueryDelegatorDelegationsResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryDelegatorDelegationsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryDelegatorDelegationsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryDelegatorDelegationsResponse) ProtoMessage()
- func (m *QueryDelegatorDelegationsResponse) Reset()
- func (m *QueryDelegatorDelegationsResponse) Size() (n int)
- func (m *QueryDelegatorDelegationsResponse) String() string
- func (m *QueryDelegatorDelegationsResponse) Unmarshal(dAtA []byte) error
- func (m *QueryDelegatorDelegationsResponse) XXX_DiscardUnknown()
- func (m *QueryDelegatorDelegationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryDelegatorDelegationsResponse) XXX_Merge(src proto.Message)
- func (m *QueryDelegatorDelegationsResponse) XXX_Size() int
- func (m *QueryDelegatorDelegationsResponse) XXX_Unmarshal(b []byte) error
- type QueryDelegatorParams
- type QueryDelegatorUnbondingDelegationsRequest
- func (*QueryDelegatorUnbondingDelegationsRequest) Descriptor() ([]byte, []int)
- func (m *QueryDelegatorUnbondingDelegationsRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryDelegatorUnbondingDelegationsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryDelegatorUnbondingDelegationsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryDelegatorUnbondingDelegationsRequest) ProtoMessage()
- func (m *QueryDelegatorUnbondingDelegationsRequest) Reset()
- func (m *QueryDelegatorUnbondingDelegationsRequest) Size() (n int)
- func (m *QueryDelegatorUnbondingDelegationsRequest) String() string
- func (m *QueryDelegatorUnbondingDelegationsRequest) Unmarshal(dAtA []byte) error
- func (m *QueryDelegatorUnbondingDelegationsRequest) XXX_DiscardUnknown()
- func (m *QueryDelegatorUnbondingDelegationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryDelegatorUnbondingDelegationsRequest) XXX_Merge(src proto.Message)
- func (m *QueryDelegatorUnbondingDelegationsRequest) XXX_Size() int
- func (m *QueryDelegatorUnbondingDelegationsRequest) XXX_Unmarshal(b []byte) error
- type QueryDelegatorUnbondingDelegationsResponse
- func (*QueryDelegatorUnbondingDelegationsResponse) Descriptor() ([]byte, []int)
- func (m *QueryDelegatorUnbondingDelegationsResponse) GetPagination() *query.PageResponse
- func (m *QueryDelegatorUnbondingDelegationsResponse) GetUnbondingResponses() []UnbondingDelegation
- func (m *QueryDelegatorUnbondingDelegationsResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryDelegatorUnbondingDelegationsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryDelegatorUnbondingDelegationsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryDelegatorUnbondingDelegationsResponse) ProtoMessage()
- func (m *QueryDelegatorUnbondingDelegationsResponse) Reset()
- func (m *QueryDelegatorUnbondingDelegationsResponse) Size() (n int)
- func (m *QueryDelegatorUnbondingDelegationsResponse) String() string
- func (m *QueryDelegatorUnbondingDelegationsResponse) Unmarshal(dAtA []byte) error
- func (m *QueryDelegatorUnbondingDelegationsResponse) XXX_DiscardUnknown()
- func (m *QueryDelegatorUnbondingDelegationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryDelegatorUnbondingDelegationsResponse) XXX_Merge(src proto.Message)
- func (m *QueryDelegatorUnbondingDelegationsResponse) XXX_Size() int
- func (m *QueryDelegatorUnbondingDelegationsResponse) XXX_Unmarshal(b []byte) error
- type QueryDelegatorValidatorRequest
- func (*QueryDelegatorValidatorRequest) Descriptor() ([]byte, []int)
- func (m *QueryDelegatorValidatorRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryDelegatorValidatorRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryDelegatorValidatorRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryDelegatorValidatorRequest) ProtoMessage()
- func (m *QueryDelegatorValidatorRequest) Reset()
- func (m *QueryDelegatorValidatorRequest) Size() (n int)
- func (m *QueryDelegatorValidatorRequest) String() string
- func (m *QueryDelegatorValidatorRequest) Unmarshal(dAtA []byte) error
- func (m *QueryDelegatorValidatorRequest) XXX_DiscardUnknown()
- func (m *QueryDelegatorValidatorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryDelegatorValidatorRequest) XXX_Merge(src proto.Message)
- func (m *QueryDelegatorValidatorRequest) XXX_Size() int
- func (m *QueryDelegatorValidatorRequest) XXX_Unmarshal(b []byte) error
- type QueryDelegatorValidatorResponse
- func (*QueryDelegatorValidatorResponse) Descriptor() ([]byte, []int)
- func (m *QueryDelegatorValidatorResponse) GetValidator() Validator
- func (m *QueryDelegatorValidatorResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryDelegatorValidatorResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryDelegatorValidatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryDelegatorValidatorResponse) ProtoMessage()
- func (m *QueryDelegatorValidatorResponse) Reset()
- func (m *QueryDelegatorValidatorResponse) Size() (n int)
- func (m *QueryDelegatorValidatorResponse) String() string
- func (m *QueryDelegatorValidatorResponse) Unmarshal(dAtA []byte) error
- func (m *QueryDelegatorValidatorResponse) XXX_DiscardUnknown()
- func (m *QueryDelegatorValidatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryDelegatorValidatorResponse) XXX_Merge(src proto.Message)
- func (m *QueryDelegatorValidatorResponse) XXX_Size() int
- func (m *QueryDelegatorValidatorResponse) XXX_Unmarshal(b []byte) error
- type QueryDelegatorValidatorsRequest
- func (*QueryDelegatorValidatorsRequest) Descriptor() ([]byte, []int)
- func (m *QueryDelegatorValidatorsRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryDelegatorValidatorsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryDelegatorValidatorsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryDelegatorValidatorsRequest) ProtoMessage()
- func (m *QueryDelegatorValidatorsRequest) Reset()
- func (m *QueryDelegatorValidatorsRequest) Size() (n int)
- func (m *QueryDelegatorValidatorsRequest) String() string
- func (m *QueryDelegatorValidatorsRequest) Unmarshal(dAtA []byte) error
- func (m *QueryDelegatorValidatorsRequest) XXX_DiscardUnknown()
- func (m *QueryDelegatorValidatorsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryDelegatorValidatorsRequest) XXX_Merge(src proto.Message)
- func (m *QueryDelegatorValidatorsRequest) XXX_Size() int
- func (m *QueryDelegatorValidatorsRequest) XXX_Unmarshal(b []byte) error
- type QueryDelegatorValidatorsResponse
- func (*QueryDelegatorValidatorsResponse) Descriptor() ([]byte, []int)
- func (m *QueryDelegatorValidatorsResponse) GetPagination() *query.PageResponse
- func (m *QueryDelegatorValidatorsResponse) GetValidators() []Validator
- func (m *QueryDelegatorValidatorsResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryDelegatorValidatorsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryDelegatorValidatorsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryDelegatorValidatorsResponse) ProtoMessage()
- func (m *QueryDelegatorValidatorsResponse) Reset()
- func (m *QueryDelegatorValidatorsResponse) Size() (n int)
- func (m *QueryDelegatorValidatorsResponse) String() string
- func (m *QueryDelegatorValidatorsResponse) Unmarshal(dAtA []byte) error
- func (m *QueryDelegatorValidatorsResponse) XXX_DiscardUnknown()
- func (m *QueryDelegatorValidatorsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryDelegatorValidatorsResponse) XXX_Merge(src proto.Message)
- func (m *QueryDelegatorValidatorsResponse) XXX_Size() int
- func (m *QueryDelegatorValidatorsResponse) XXX_Unmarshal(b []byte) error
- type QueryHistoricalInfoRequest
- func (*QueryHistoricalInfoRequest) Descriptor() ([]byte, []int)
- func (m *QueryHistoricalInfoRequest) GetHeight() int64
- func (m *QueryHistoricalInfoRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryHistoricalInfoRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryHistoricalInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryHistoricalInfoRequest) ProtoMessage()
- func (m *QueryHistoricalInfoRequest) Reset()
- func (m *QueryHistoricalInfoRequest) Size() (n int)
- func (m *QueryHistoricalInfoRequest) String() string
- func (m *QueryHistoricalInfoRequest) Unmarshal(dAtA []byte) error
- func (m *QueryHistoricalInfoRequest) XXX_DiscardUnknown()
- func (m *QueryHistoricalInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryHistoricalInfoRequest) XXX_Merge(src proto.Message)
- func (m *QueryHistoricalInfoRequest) XXX_Size() int
- func (m *QueryHistoricalInfoRequest) XXX_Unmarshal(b []byte) error
- type QueryHistoricalInfoResponse
- func (*QueryHistoricalInfoResponse) Descriptor() ([]byte, []int)
- func (m *QueryHistoricalInfoResponse) GetHist() *HistoricalInfo
- func (m *QueryHistoricalInfoResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryHistoricalInfoResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryHistoricalInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryHistoricalInfoResponse) ProtoMessage()
- func (m *QueryHistoricalInfoResponse) Reset()
- func (m *QueryHistoricalInfoResponse) Size() (n int)
- func (m *QueryHistoricalInfoResponse) String() string
- func (m *QueryHistoricalInfoResponse) Unmarshal(dAtA []byte) error
- func (m *QueryHistoricalInfoResponse) XXX_DiscardUnknown()
- func (m *QueryHistoricalInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryHistoricalInfoResponse) XXX_Merge(src proto.Message)
- func (m *QueryHistoricalInfoResponse) XXX_Size() int
- func (m *QueryHistoricalInfoResponse) XXX_Unmarshal(b []byte) error
- type QueryLastTokenizeShareRecordIdRequest
- func (*QueryLastTokenizeShareRecordIdRequest) Descriptor() ([]byte, []int)
- func (m *QueryLastTokenizeShareRecordIdRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryLastTokenizeShareRecordIdRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryLastTokenizeShareRecordIdRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryLastTokenizeShareRecordIdRequest) ProtoMessage()
- func (m *QueryLastTokenizeShareRecordIdRequest) Reset()
- func (m *QueryLastTokenizeShareRecordIdRequest) Size() (n int)
- func (m *QueryLastTokenizeShareRecordIdRequest) String() string
- func (m *QueryLastTokenizeShareRecordIdRequest) Unmarshal(dAtA []byte) error
- func (m *QueryLastTokenizeShareRecordIdRequest) XXX_DiscardUnknown()
- func (m *QueryLastTokenizeShareRecordIdRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryLastTokenizeShareRecordIdRequest) XXX_Merge(src proto.Message)
- func (m *QueryLastTokenizeShareRecordIdRequest) XXX_Size() int
- func (m *QueryLastTokenizeShareRecordIdRequest) XXX_Unmarshal(b []byte) error
- type QueryLastTokenizeShareRecordIdResponse
- func (*QueryLastTokenizeShareRecordIdResponse) Descriptor() ([]byte, []int)
- func (m *QueryLastTokenizeShareRecordIdResponse) GetId() uint64
- func (m *QueryLastTokenizeShareRecordIdResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryLastTokenizeShareRecordIdResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryLastTokenizeShareRecordIdResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryLastTokenizeShareRecordIdResponse) ProtoMessage()
- func (m *QueryLastTokenizeShareRecordIdResponse) Reset()
- func (m *QueryLastTokenizeShareRecordIdResponse) Size() (n int)
- func (m *QueryLastTokenizeShareRecordIdResponse) String() string
- func (m *QueryLastTokenizeShareRecordIdResponse) Unmarshal(dAtA []byte) error
- func (m *QueryLastTokenizeShareRecordIdResponse) XXX_DiscardUnknown()
- func (m *QueryLastTokenizeShareRecordIdResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryLastTokenizeShareRecordIdResponse) XXX_Merge(src proto.Message)
- func (m *QueryLastTokenizeShareRecordIdResponse) XXX_Size() int
- func (m *QueryLastTokenizeShareRecordIdResponse) XXX_Unmarshal(b []byte) error
- type QueryParamsRequest
- func (*QueryParamsRequest) Descriptor() ([]byte, []int)
- func (m *QueryParamsRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryParamsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryParamsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryParamsRequest) ProtoMessage()
- func (m *QueryParamsRequest) Reset()
- func (m *QueryParamsRequest) Size() (n int)
- func (m *QueryParamsRequest) String() string
- func (m *QueryParamsRequest) Unmarshal(dAtA []byte) error
- func (m *QueryParamsRequest) XXX_DiscardUnknown()
- func (m *QueryParamsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryParamsRequest) XXX_Merge(src proto.Message)
- func (m *QueryParamsRequest) XXX_Size() int
- func (m *QueryParamsRequest) XXX_Unmarshal(b []byte) error
- type QueryParamsResponse
- func (*QueryParamsResponse) Descriptor() ([]byte, []int)
- func (m *QueryParamsResponse) GetParams() Params
- func (m *QueryParamsResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryParamsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryParamsResponse) ProtoMessage()
- func (m *QueryParamsResponse) Reset()
- func (m *QueryParamsResponse) Size() (n int)
- func (m *QueryParamsResponse) String() string
- func (m *QueryParamsResponse) Unmarshal(dAtA []byte) error
- func (m *QueryParamsResponse) XXX_DiscardUnknown()
- func (m *QueryParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryParamsResponse) XXX_Merge(src proto.Message)
- func (m *QueryParamsResponse) XXX_Size() int
- func (m *QueryParamsResponse) XXX_Unmarshal(b []byte) error
- type QueryPoolRequest
- func (*QueryPoolRequest) Descriptor() ([]byte, []int)
- func (m *QueryPoolRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryPoolRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryPoolRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryPoolRequest) ProtoMessage()
- func (m *QueryPoolRequest) Reset()
- func (m *QueryPoolRequest) Size() (n int)
- func (m *QueryPoolRequest) String() string
- func (m *QueryPoolRequest) Unmarshal(dAtA []byte) error
- func (m *QueryPoolRequest) XXX_DiscardUnknown()
- func (m *QueryPoolRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryPoolRequest) XXX_Merge(src proto.Message)
- func (m *QueryPoolRequest) XXX_Size() int
- func (m *QueryPoolRequest) XXX_Unmarshal(b []byte) error
- type QueryPoolResponse
- func (*QueryPoolResponse) Descriptor() ([]byte, []int)
- func (m *QueryPoolResponse) GetPool() Pool
- func (m *QueryPoolResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryPoolResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryPoolResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryPoolResponse) ProtoMessage()
- func (m *QueryPoolResponse) Reset()
- func (m *QueryPoolResponse) Size() (n int)
- func (m *QueryPoolResponse) String() string
- func (m *QueryPoolResponse) Unmarshal(dAtA []byte) error
- func (m *QueryPoolResponse) XXX_DiscardUnknown()
- func (m *QueryPoolResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryPoolResponse) XXX_Merge(src proto.Message)
- func (m *QueryPoolResponse) XXX_Size() int
- func (m *QueryPoolResponse) XXX_Unmarshal(b []byte) error
- type QueryRedelegationParams
- type QueryRedelegationsRequest
- func (*QueryRedelegationsRequest) Descriptor() ([]byte, []int)
- func (m *QueryRedelegationsRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryRedelegationsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryRedelegationsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryRedelegationsRequest) ProtoMessage()
- func (m *QueryRedelegationsRequest) Reset()
- func (m *QueryRedelegationsRequest) Size() (n int)
- func (m *QueryRedelegationsRequest) String() string
- func (m *QueryRedelegationsRequest) Unmarshal(dAtA []byte) error
- func (m *QueryRedelegationsRequest) XXX_DiscardUnknown()
- func (m *QueryRedelegationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryRedelegationsRequest) XXX_Merge(src proto.Message)
- func (m *QueryRedelegationsRequest) XXX_Size() int
- func (m *QueryRedelegationsRequest) XXX_Unmarshal(b []byte) error
- type QueryRedelegationsResponse
- func (*QueryRedelegationsResponse) Descriptor() ([]byte, []int)
- func (m *QueryRedelegationsResponse) GetPagination() *query.PageResponse
- func (m *QueryRedelegationsResponse) GetRedelegationResponses() []RedelegationResponse
- func (m *QueryRedelegationsResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryRedelegationsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryRedelegationsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryRedelegationsResponse) ProtoMessage()
- func (m *QueryRedelegationsResponse) Reset()
- func (m *QueryRedelegationsResponse) Size() (n int)
- func (m *QueryRedelegationsResponse) String() string
- func (m *QueryRedelegationsResponse) Unmarshal(dAtA []byte) error
- func (m *QueryRedelegationsResponse) XXX_DiscardUnknown()
- func (m *QueryRedelegationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryRedelegationsResponse) XXX_Merge(src proto.Message)
- func (m *QueryRedelegationsResponse) XXX_Size() int
- func (m *QueryRedelegationsResponse) XXX_Unmarshal(b []byte) error
- type QueryServer
- type QueryTokenizeShareLockInfo
- func (*QueryTokenizeShareLockInfo) Descriptor() ([]byte, []int)
- func (m *QueryTokenizeShareLockInfo) GetAddress() string
- func (m *QueryTokenizeShareLockInfo) Marshal() (dAtA []byte, err error)
- func (m *QueryTokenizeShareLockInfo) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryTokenizeShareLockInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryTokenizeShareLockInfo) ProtoMessage()
- func (m *QueryTokenizeShareLockInfo) Reset()
- func (m *QueryTokenizeShareLockInfo) Size() (n int)
- func (m *QueryTokenizeShareLockInfo) String() string
- func (m *QueryTokenizeShareLockInfo) Unmarshal(dAtA []byte) error
- func (m *QueryTokenizeShareLockInfo) XXX_DiscardUnknown()
- func (m *QueryTokenizeShareLockInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryTokenizeShareLockInfo) XXX_Merge(src proto.Message)
- func (m *QueryTokenizeShareLockInfo) XXX_Size() int
- func (m *QueryTokenizeShareLockInfo) XXX_Unmarshal(b []byte) error
- type QueryTokenizeShareLockInfoResponse
- func (*QueryTokenizeShareLockInfoResponse) Descriptor() ([]byte, []int)
- func (m *QueryTokenizeShareLockInfoResponse) GetExpirationTime() string
- func (m *QueryTokenizeShareLockInfoResponse) GetStatus() string
- func (m *QueryTokenizeShareLockInfoResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryTokenizeShareLockInfoResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryTokenizeShareLockInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryTokenizeShareLockInfoResponse) ProtoMessage()
- func (m *QueryTokenizeShareLockInfoResponse) Reset()
- func (m *QueryTokenizeShareLockInfoResponse) Size() (n int)
- func (m *QueryTokenizeShareLockInfoResponse) String() string
- func (m *QueryTokenizeShareLockInfoResponse) Unmarshal(dAtA []byte) error
- func (m *QueryTokenizeShareLockInfoResponse) XXX_DiscardUnknown()
- func (m *QueryTokenizeShareLockInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryTokenizeShareLockInfoResponse) XXX_Merge(src proto.Message)
- func (m *QueryTokenizeShareLockInfoResponse) XXX_Size() int
- func (m *QueryTokenizeShareLockInfoResponse) XXX_Unmarshal(b []byte) error
- type QueryTokenizeShareRecordByDenomRequest
- func (*QueryTokenizeShareRecordByDenomRequest) Descriptor() ([]byte, []int)
- func (m *QueryTokenizeShareRecordByDenomRequest) GetDenom() string
- func (m *QueryTokenizeShareRecordByDenomRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryTokenizeShareRecordByDenomRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryTokenizeShareRecordByDenomRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryTokenizeShareRecordByDenomRequest) ProtoMessage()
- func (m *QueryTokenizeShareRecordByDenomRequest) Reset()
- func (m *QueryTokenizeShareRecordByDenomRequest) Size() (n int)
- func (m *QueryTokenizeShareRecordByDenomRequest) String() string
- func (m *QueryTokenizeShareRecordByDenomRequest) Unmarshal(dAtA []byte) error
- func (m *QueryTokenizeShareRecordByDenomRequest) XXX_DiscardUnknown()
- func (m *QueryTokenizeShareRecordByDenomRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryTokenizeShareRecordByDenomRequest) XXX_Merge(src proto.Message)
- func (m *QueryTokenizeShareRecordByDenomRequest) XXX_Size() int
- func (m *QueryTokenizeShareRecordByDenomRequest) XXX_Unmarshal(b []byte) error
- type QueryTokenizeShareRecordByDenomResponse
- func (*QueryTokenizeShareRecordByDenomResponse) Descriptor() ([]byte, []int)
- func (m *QueryTokenizeShareRecordByDenomResponse) GetRecord() TokenizeShareRecord
- func (m *QueryTokenizeShareRecordByDenomResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryTokenizeShareRecordByDenomResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryTokenizeShareRecordByDenomResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryTokenizeShareRecordByDenomResponse) ProtoMessage()
- func (m *QueryTokenizeShareRecordByDenomResponse) Reset()
- func (m *QueryTokenizeShareRecordByDenomResponse) Size() (n int)
- func (m *QueryTokenizeShareRecordByDenomResponse) String() string
- func (m *QueryTokenizeShareRecordByDenomResponse) Unmarshal(dAtA []byte) error
- func (m *QueryTokenizeShareRecordByDenomResponse) XXX_DiscardUnknown()
- func (m *QueryTokenizeShareRecordByDenomResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryTokenizeShareRecordByDenomResponse) XXX_Merge(src proto.Message)
- func (m *QueryTokenizeShareRecordByDenomResponse) XXX_Size() int
- func (m *QueryTokenizeShareRecordByDenomResponse) XXX_Unmarshal(b []byte) error
- type QueryTokenizeShareRecordByIdRequest
- func (*QueryTokenizeShareRecordByIdRequest) Descriptor() ([]byte, []int)
- func (m *QueryTokenizeShareRecordByIdRequest) GetId() uint64
- func (m *QueryTokenizeShareRecordByIdRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryTokenizeShareRecordByIdRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryTokenizeShareRecordByIdRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryTokenizeShareRecordByIdRequest) ProtoMessage()
- func (m *QueryTokenizeShareRecordByIdRequest) Reset()
- func (m *QueryTokenizeShareRecordByIdRequest) Size() (n int)
- func (m *QueryTokenizeShareRecordByIdRequest) String() string
- func (m *QueryTokenizeShareRecordByIdRequest) Unmarshal(dAtA []byte) error
- func (m *QueryTokenizeShareRecordByIdRequest) XXX_DiscardUnknown()
- func (m *QueryTokenizeShareRecordByIdRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryTokenizeShareRecordByIdRequest) XXX_Merge(src proto.Message)
- func (m *QueryTokenizeShareRecordByIdRequest) XXX_Size() int
- func (m *QueryTokenizeShareRecordByIdRequest) XXX_Unmarshal(b []byte) error
- type QueryTokenizeShareRecordByIdResponse
- func (*QueryTokenizeShareRecordByIdResponse) Descriptor() ([]byte, []int)
- func (m *QueryTokenizeShareRecordByIdResponse) GetRecord() TokenizeShareRecord
- func (m *QueryTokenizeShareRecordByIdResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryTokenizeShareRecordByIdResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryTokenizeShareRecordByIdResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryTokenizeShareRecordByIdResponse) ProtoMessage()
- func (m *QueryTokenizeShareRecordByIdResponse) Reset()
- func (m *QueryTokenizeShareRecordByIdResponse) Size() (n int)
- func (m *QueryTokenizeShareRecordByIdResponse) String() string
- func (m *QueryTokenizeShareRecordByIdResponse) Unmarshal(dAtA []byte) error
- func (m *QueryTokenizeShareRecordByIdResponse) XXX_DiscardUnknown()
- func (m *QueryTokenizeShareRecordByIdResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryTokenizeShareRecordByIdResponse) XXX_Merge(src proto.Message)
- func (m *QueryTokenizeShareRecordByIdResponse) XXX_Size() int
- func (m *QueryTokenizeShareRecordByIdResponse) XXX_Unmarshal(b []byte) error
- type QueryTokenizeShareRecordsOwnedRequest
- func (*QueryTokenizeShareRecordsOwnedRequest) Descriptor() ([]byte, []int)
- func (m *QueryTokenizeShareRecordsOwnedRequest) GetOwner() string
- func (m *QueryTokenizeShareRecordsOwnedRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryTokenizeShareRecordsOwnedRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryTokenizeShareRecordsOwnedRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryTokenizeShareRecordsOwnedRequest) ProtoMessage()
- func (m *QueryTokenizeShareRecordsOwnedRequest) Reset()
- func (m *QueryTokenizeShareRecordsOwnedRequest) Size() (n int)
- func (m *QueryTokenizeShareRecordsOwnedRequest) String() string
- func (m *QueryTokenizeShareRecordsOwnedRequest) Unmarshal(dAtA []byte) error
- func (m *QueryTokenizeShareRecordsOwnedRequest) XXX_DiscardUnknown()
- func (m *QueryTokenizeShareRecordsOwnedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryTokenizeShareRecordsOwnedRequest) XXX_Merge(src proto.Message)
- func (m *QueryTokenizeShareRecordsOwnedRequest) XXX_Size() int
- func (m *QueryTokenizeShareRecordsOwnedRequest) XXX_Unmarshal(b []byte) error
- type QueryTokenizeShareRecordsOwnedResponse
- func (*QueryTokenizeShareRecordsOwnedResponse) Descriptor() ([]byte, []int)
- func (m *QueryTokenizeShareRecordsOwnedResponse) GetRecords() []TokenizeShareRecord
- func (m *QueryTokenizeShareRecordsOwnedResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryTokenizeShareRecordsOwnedResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryTokenizeShareRecordsOwnedResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryTokenizeShareRecordsOwnedResponse) ProtoMessage()
- func (m *QueryTokenizeShareRecordsOwnedResponse) Reset()
- func (m *QueryTokenizeShareRecordsOwnedResponse) Size() (n int)
- func (m *QueryTokenizeShareRecordsOwnedResponse) String() string
- func (m *QueryTokenizeShareRecordsOwnedResponse) Unmarshal(dAtA []byte) error
- func (m *QueryTokenizeShareRecordsOwnedResponse) XXX_DiscardUnknown()
- func (m *QueryTokenizeShareRecordsOwnedResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryTokenizeShareRecordsOwnedResponse) XXX_Merge(src proto.Message)
- func (m *QueryTokenizeShareRecordsOwnedResponse) XXX_Size() int
- func (m *QueryTokenizeShareRecordsOwnedResponse) XXX_Unmarshal(b []byte) error
- type QueryTotalLiquidStaked
- func (*QueryTotalLiquidStaked) Descriptor() ([]byte, []int)
- func (m *QueryTotalLiquidStaked) Marshal() (dAtA []byte, err error)
- func (m *QueryTotalLiquidStaked) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryTotalLiquidStaked) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryTotalLiquidStaked) ProtoMessage()
- func (m *QueryTotalLiquidStaked) Reset()
- func (m *QueryTotalLiquidStaked) Size() (n int)
- func (m *QueryTotalLiquidStaked) String() string
- func (m *QueryTotalLiquidStaked) Unmarshal(dAtA []byte) error
- func (m *QueryTotalLiquidStaked) XXX_DiscardUnknown()
- func (m *QueryTotalLiquidStaked) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryTotalLiquidStaked) XXX_Merge(src proto.Message)
- func (m *QueryTotalLiquidStaked) XXX_Size() int
- func (m *QueryTotalLiquidStaked) XXX_Unmarshal(b []byte) error
- type QueryTotalLiquidStakedResponse
- func (*QueryTotalLiquidStakedResponse) Descriptor() ([]byte, []int)
- func (m *QueryTotalLiquidStakedResponse) GetTokens() string
- func (m *QueryTotalLiquidStakedResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryTotalLiquidStakedResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryTotalLiquidStakedResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryTotalLiquidStakedResponse) ProtoMessage()
- func (m *QueryTotalLiquidStakedResponse) Reset()
- func (m *QueryTotalLiquidStakedResponse) Size() (n int)
- func (m *QueryTotalLiquidStakedResponse) String() string
- func (m *QueryTotalLiquidStakedResponse) Unmarshal(dAtA []byte) error
- func (m *QueryTotalLiquidStakedResponse) XXX_DiscardUnknown()
- func (m *QueryTotalLiquidStakedResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryTotalLiquidStakedResponse) XXX_Merge(src proto.Message)
- func (m *QueryTotalLiquidStakedResponse) XXX_Size() int
- func (m *QueryTotalLiquidStakedResponse) XXX_Unmarshal(b []byte) error
- type QueryTotalTokenizeSharedAssetsRequest
- func (*QueryTotalTokenizeSharedAssetsRequest) Descriptor() ([]byte, []int)
- func (m *QueryTotalTokenizeSharedAssetsRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryTotalTokenizeSharedAssetsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryTotalTokenizeSharedAssetsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryTotalTokenizeSharedAssetsRequest) ProtoMessage()
- func (m *QueryTotalTokenizeSharedAssetsRequest) Reset()
- func (m *QueryTotalTokenizeSharedAssetsRequest) Size() (n int)
- func (m *QueryTotalTokenizeSharedAssetsRequest) String() string
- func (m *QueryTotalTokenizeSharedAssetsRequest) Unmarshal(dAtA []byte) error
- func (m *QueryTotalTokenizeSharedAssetsRequest) XXX_DiscardUnknown()
- func (m *QueryTotalTokenizeSharedAssetsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryTotalTokenizeSharedAssetsRequest) XXX_Merge(src proto.Message)
- func (m *QueryTotalTokenizeSharedAssetsRequest) XXX_Size() int
- func (m *QueryTotalTokenizeSharedAssetsRequest) XXX_Unmarshal(b []byte) error
- type QueryTotalTokenizeSharedAssetsResponse
- func (*QueryTotalTokenizeSharedAssetsResponse) Descriptor() ([]byte, []int)
- func (m *QueryTotalTokenizeSharedAssetsResponse) GetValue() types.Coin
- func (m *QueryTotalTokenizeSharedAssetsResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryTotalTokenizeSharedAssetsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryTotalTokenizeSharedAssetsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryTotalTokenizeSharedAssetsResponse) ProtoMessage()
- func (m *QueryTotalTokenizeSharedAssetsResponse) Reset()
- func (m *QueryTotalTokenizeSharedAssetsResponse) Size() (n int)
- func (m *QueryTotalTokenizeSharedAssetsResponse) String() string
- func (m *QueryTotalTokenizeSharedAssetsResponse) Unmarshal(dAtA []byte) error
- func (m *QueryTotalTokenizeSharedAssetsResponse) XXX_DiscardUnknown()
- func (m *QueryTotalTokenizeSharedAssetsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryTotalTokenizeSharedAssetsResponse) XXX_Merge(src proto.Message)
- func (m *QueryTotalTokenizeSharedAssetsResponse) XXX_Size() int
- func (m *QueryTotalTokenizeSharedAssetsResponse) XXX_Unmarshal(b []byte) error
- type QueryUnbondingDelegationRequest
- func (*QueryUnbondingDelegationRequest) Descriptor() ([]byte, []int)
- func (m *QueryUnbondingDelegationRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryUnbondingDelegationRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryUnbondingDelegationRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryUnbondingDelegationRequest) ProtoMessage()
- func (m *QueryUnbondingDelegationRequest) Reset()
- func (m *QueryUnbondingDelegationRequest) Size() (n int)
- func (m *QueryUnbondingDelegationRequest) String() string
- func (m *QueryUnbondingDelegationRequest) Unmarshal(dAtA []byte) error
- func (m *QueryUnbondingDelegationRequest) XXX_DiscardUnknown()
- func (m *QueryUnbondingDelegationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryUnbondingDelegationRequest) XXX_Merge(src proto.Message)
- func (m *QueryUnbondingDelegationRequest) XXX_Size() int
- func (m *QueryUnbondingDelegationRequest) XXX_Unmarshal(b []byte) error
- type QueryUnbondingDelegationResponse
- func (*QueryUnbondingDelegationResponse) Descriptor() ([]byte, []int)
- func (m *QueryUnbondingDelegationResponse) GetUnbond() UnbondingDelegation
- func (m *QueryUnbondingDelegationResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryUnbondingDelegationResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryUnbondingDelegationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryUnbondingDelegationResponse) ProtoMessage()
- func (m *QueryUnbondingDelegationResponse) Reset()
- func (m *QueryUnbondingDelegationResponse) Size() (n int)
- func (m *QueryUnbondingDelegationResponse) String() string
- func (m *QueryUnbondingDelegationResponse) Unmarshal(dAtA []byte) error
- func (m *QueryUnbondingDelegationResponse) XXX_DiscardUnknown()
- func (m *QueryUnbondingDelegationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryUnbondingDelegationResponse) XXX_Merge(src proto.Message)
- func (m *QueryUnbondingDelegationResponse) XXX_Size() int
- func (m *QueryUnbondingDelegationResponse) XXX_Unmarshal(b []byte) error
- type QueryValidatorDelegationsRequest
- func (*QueryValidatorDelegationsRequest) Descriptor() ([]byte, []int)
- func (m *QueryValidatorDelegationsRequest) GetPagination() *query.PageRequest
- func (m *QueryValidatorDelegationsRequest) GetValidatorAddr() string
- func (m *QueryValidatorDelegationsRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryValidatorDelegationsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryValidatorDelegationsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryValidatorDelegationsRequest) ProtoMessage()
- func (m *QueryValidatorDelegationsRequest) Reset()
- func (m *QueryValidatorDelegationsRequest) Size() (n int)
- func (m *QueryValidatorDelegationsRequest) String() string
- func (m *QueryValidatorDelegationsRequest) Unmarshal(dAtA []byte) error
- func (m *QueryValidatorDelegationsRequest) XXX_DiscardUnknown()
- func (m *QueryValidatorDelegationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryValidatorDelegationsRequest) XXX_Merge(src proto.Message)
- func (m *QueryValidatorDelegationsRequest) XXX_Size() int
- func (m *QueryValidatorDelegationsRequest) XXX_Unmarshal(b []byte) error
- type QueryValidatorDelegationsResponse
- func (*QueryValidatorDelegationsResponse) Descriptor() ([]byte, []int)
- func (m *QueryValidatorDelegationsResponse) GetDelegationResponses() DelegationResponses
- func (m *QueryValidatorDelegationsResponse) GetPagination() *query.PageResponse
- func (m *QueryValidatorDelegationsResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryValidatorDelegationsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryValidatorDelegationsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryValidatorDelegationsResponse) ProtoMessage()
- func (m *QueryValidatorDelegationsResponse) Reset()
- func (m *QueryValidatorDelegationsResponse) Size() (n int)
- func (m *QueryValidatorDelegationsResponse) String() string
- func (m *QueryValidatorDelegationsResponse) Unmarshal(dAtA []byte) error
- func (m *QueryValidatorDelegationsResponse) XXX_DiscardUnknown()
- func (m *QueryValidatorDelegationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryValidatorDelegationsResponse) XXX_Merge(src proto.Message)
- func (m *QueryValidatorDelegationsResponse) XXX_Size() int
- func (m *QueryValidatorDelegationsResponse) XXX_Unmarshal(b []byte) error
- type QueryValidatorParams
- type QueryValidatorRequest
- func (*QueryValidatorRequest) Descriptor() ([]byte, []int)
- func (m *QueryValidatorRequest) GetValidatorAddr() string
- func (m *QueryValidatorRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryValidatorRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryValidatorRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryValidatorRequest) ProtoMessage()
- func (m *QueryValidatorRequest) Reset()
- func (m *QueryValidatorRequest) Size() (n int)
- func (m *QueryValidatorRequest) String() string
- func (m *QueryValidatorRequest) Unmarshal(dAtA []byte) error
- func (m *QueryValidatorRequest) XXX_DiscardUnknown()
- func (m *QueryValidatorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryValidatorRequest) XXX_Merge(src proto.Message)
- func (m *QueryValidatorRequest) XXX_Size() int
- func (m *QueryValidatorRequest) XXX_Unmarshal(b []byte) error
- type QueryValidatorResponse
- func (*QueryValidatorResponse) Descriptor() ([]byte, []int)
- func (m *QueryValidatorResponse) GetValidator() Validator
- func (m *QueryValidatorResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryValidatorResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryValidatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryValidatorResponse) ProtoMessage()
- func (m *QueryValidatorResponse) Reset()
- func (m *QueryValidatorResponse) Size() (n int)
- func (m *QueryValidatorResponse) String() string
- func (m *QueryValidatorResponse) Unmarshal(dAtA []byte) error
- func (m *QueryValidatorResponse) XXX_DiscardUnknown()
- func (m *QueryValidatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryValidatorResponse) XXX_Merge(src proto.Message)
- func (m *QueryValidatorResponse) XXX_Size() int
- func (m *QueryValidatorResponse) XXX_Unmarshal(b []byte) error
- type QueryValidatorUnbondingDelegationsRequest
- func (*QueryValidatorUnbondingDelegationsRequest) Descriptor() ([]byte, []int)
- func (m *QueryValidatorUnbondingDelegationsRequest) GetPagination() *query.PageRequest
- func (m *QueryValidatorUnbondingDelegationsRequest) GetValidatorAddr() string
- func (m *QueryValidatorUnbondingDelegationsRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryValidatorUnbondingDelegationsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryValidatorUnbondingDelegationsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryValidatorUnbondingDelegationsRequest) ProtoMessage()
- func (m *QueryValidatorUnbondingDelegationsRequest) Reset()
- func (m *QueryValidatorUnbondingDelegationsRequest) Size() (n int)
- func (m *QueryValidatorUnbondingDelegationsRequest) String() string
- func (m *QueryValidatorUnbondingDelegationsRequest) Unmarshal(dAtA []byte) error
- func (m *QueryValidatorUnbondingDelegationsRequest) XXX_DiscardUnknown()
- func (m *QueryValidatorUnbondingDelegationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryValidatorUnbondingDelegationsRequest) XXX_Merge(src proto.Message)
- func (m *QueryValidatorUnbondingDelegationsRequest) XXX_Size() int
- func (m *QueryValidatorUnbondingDelegationsRequest) XXX_Unmarshal(b []byte) error
- type QueryValidatorUnbondingDelegationsResponse
- func (*QueryValidatorUnbondingDelegationsResponse) Descriptor() ([]byte, []int)
- func (m *QueryValidatorUnbondingDelegationsResponse) GetPagination() *query.PageResponse
- func (m *QueryValidatorUnbondingDelegationsResponse) GetUnbondingResponses() []UnbondingDelegation
- func (m *QueryValidatorUnbondingDelegationsResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryValidatorUnbondingDelegationsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryValidatorUnbondingDelegationsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryValidatorUnbondingDelegationsResponse) ProtoMessage()
- func (m *QueryValidatorUnbondingDelegationsResponse) Reset()
- func (m *QueryValidatorUnbondingDelegationsResponse) Size() (n int)
- func (m *QueryValidatorUnbondingDelegationsResponse) String() string
- func (m *QueryValidatorUnbondingDelegationsResponse) Unmarshal(dAtA []byte) error
- func (m *QueryValidatorUnbondingDelegationsResponse) XXX_DiscardUnknown()
- func (m *QueryValidatorUnbondingDelegationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryValidatorUnbondingDelegationsResponse) XXX_Merge(src proto.Message)
- func (m *QueryValidatorUnbondingDelegationsResponse) XXX_Size() int
- func (m *QueryValidatorUnbondingDelegationsResponse) XXX_Unmarshal(b []byte) error
- type QueryValidatorsParams
- type QueryValidatorsRequest
- func (*QueryValidatorsRequest) Descriptor() ([]byte, []int)
- func (m *QueryValidatorsRequest) GetPagination() *query.PageRequest
- func (m *QueryValidatorsRequest) GetStatus() string
- func (m *QueryValidatorsRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryValidatorsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryValidatorsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryValidatorsRequest) ProtoMessage()
- func (m *QueryValidatorsRequest) Reset()
- func (m *QueryValidatorsRequest) Size() (n int)
- func (m *QueryValidatorsRequest) String() string
- func (m *QueryValidatorsRequest) Unmarshal(dAtA []byte) error
- func (m *QueryValidatorsRequest) XXX_DiscardUnknown()
- func (m *QueryValidatorsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryValidatorsRequest) XXX_Merge(src proto.Message)
- func (m *QueryValidatorsRequest) XXX_Size() int
- func (m *QueryValidatorsRequest) XXX_Unmarshal(b []byte) error
- type QueryValidatorsResponse
- func (*QueryValidatorsResponse) Descriptor() ([]byte, []int)
- func (m *QueryValidatorsResponse) GetPagination() *query.PageResponse
- func (m *QueryValidatorsResponse) GetValidators() []Validator
- func (m *QueryValidatorsResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryValidatorsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryValidatorsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryValidatorsResponse) ProtoMessage()
- func (m *QueryValidatorsResponse) Reset()
- func (m *QueryValidatorsResponse) Size() (n int)
- func (m *QueryValidatorsResponse) String() string
- func (m *QueryValidatorsResponse) Unmarshal(dAtA []byte) error
- func (m *QueryValidatorsResponse) XXX_DiscardUnknown()
- func (m *QueryValidatorsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryValidatorsResponse) XXX_Merge(src proto.Message)
- func (m *QueryValidatorsResponse) XXX_Size() int
- func (m *QueryValidatorsResponse) XXX_Unmarshal(b []byte) error
- type Redelegation
- func (red *Redelegation) AddEntry(creationHeight int64, minTime time.Time, balance math.Int, ...)
- func (*Redelegation) Descriptor() ([]byte, []int)
- 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 (*Redelegation) ProtoMessage()
- func (red *Redelegation) RemoveEntry(i int64)
- func (m *Redelegation) Reset()
- func (m *Redelegation) Size() (n int)
- func (m *Redelegation) String() string
- 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
- type RedelegationEntry
- func (*RedelegationEntry) Descriptor() ([]byte, []int)
- func (this *RedelegationEntry) Equal(that interface{}) bool
- func (m *RedelegationEntry) GetCompletionTime() time.Time
- func (m *RedelegationEntry) GetCreationHeight() int64
- func (m *RedelegationEntry) GetUnbondingId() uint64
- func (m *RedelegationEntry) GetUnbondingOnHoldRefCount() int64
- func (e RedelegationEntry) IsMature(currentTime time.Time) bool
- 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 (e RedelegationEntry) OnHold() bool
- func (*RedelegationEntry) ProtoMessage()
- func (m *RedelegationEntry) Reset()
- func (m *RedelegationEntry) Size() (n int)
- func (m *RedelegationEntry) String() string
- 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
- type RedelegationEntryResponse
- func (*RedelegationEntryResponse) Descriptor() ([]byte, []int)
- func (this *RedelegationEntryResponse) Equal(that interface{}) bool
- 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 (*RedelegationEntryResponse) ProtoMessage()
- 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
- type RedelegationResponse
- func (*RedelegationResponse) Descriptor() ([]byte, []int)
- func (m *RedelegationResponse) GetEntries() []RedelegationEntryResponse
- func (m *RedelegationResponse) GetRedelegation() Redelegation
- func (m *RedelegationResponse) Marshal() (dAtA []byte, err error)
- func (r RedelegationResponse) MarshalJSON() ([]byte, error)
- func (m *RedelegationResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *RedelegationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RedelegationResponse) ProtoMessage()
- func (m *RedelegationResponse) Reset()
- func (m *RedelegationResponse) Size() (n int)
- func (m *RedelegationResponse) String() string
- func (m *RedelegationResponse) Unmarshal(dAtA []byte) error
- func (r *RedelegationResponse) UnmarshalJSON(bz []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 RedelegationResponses
- type Redelegations
- type StakeAuthorization
- func (a StakeAuthorization) Accept(ctx context.Context, msg sdk.Msg) (authz.AcceptResponse, error)
- func (*StakeAuthorization) Descriptor() ([]byte, []int)
- func (m *StakeAuthorization) GetAllowList() *StakeAuthorization_Validators
- func (m *StakeAuthorization) GetAuthorizationType() AuthorizationType
- func (m *StakeAuthorization) GetDenyList() *StakeAuthorization_Validators
- func (m *StakeAuthorization) GetMaxTokens() *types.Coin
- func (m *StakeAuthorization) GetValidators() isStakeAuthorization_Validators
- func (m *StakeAuthorization) Marshal() (dAtA []byte, err error)
- func (m *StakeAuthorization) MarshalTo(dAtA []byte) (int, error)
- func (m *StakeAuthorization) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (a StakeAuthorization) MsgTypeURL() string
- func (*StakeAuthorization) ProtoMessage()
- func (m *StakeAuthorization) Reset()
- func (m *StakeAuthorization) Size() (n int)
- func (m *StakeAuthorization) String() string
- func (m *StakeAuthorization) Unmarshal(dAtA []byte) error
- func (a StakeAuthorization) ValidateBasic() error
- func (m *StakeAuthorization) XXX_DiscardUnknown()
- func (m *StakeAuthorization) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StakeAuthorization) XXX_Merge(src proto.Message)
- func (*StakeAuthorization) XXX_OneofWrappers() []interface{}
- func (m *StakeAuthorization) XXX_Size() int
- func (m *StakeAuthorization) XXX_Unmarshal(b []byte) error
- type StakeAuthorization_AllowList
- type StakeAuthorization_DenyList
- type StakeAuthorization_Validators
- func (*StakeAuthorization_Validators) Descriptor() ([]byte, []int)
- func (m *StakeAuthorization_Validators) GetAddress() []string
- func (m *StakeAuthorization_Validators) Marshal() (dAtA []byte, err error)
- func (m *StakeAuthorization_Validators) MarshalTo(dAtA []byte) (int, error)
- func (m *StakeAuthorization_Validators) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*StakeAuthorization_Validators) ProtoMessage()
- func (m *StakeAuthorization_Validators) Reset()
- func (m *StakeAuthorization_Validators) Size() (n int)
- func (m *StakeAuthorization_Validators) String() string
- func (m *StakeAuthorization_Validators) Unmarshal(dAtA []byte) error
- func (m *StakeAuthorization_Validators) XXX_DiscardUnknown()
- func (m *StakeAuthorization_Validators) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StakeAuthorization_Validators) XXX_Merge(src proto.Message)
- func (m *StakeAuthorization_Validators) XXX_Size() int
- func (m *StakeAuthorization_Validators) XXX_Unmarshal(b []byte) error
- type StakingHooks
- type StakingHooksWrapper
- type TokenizeShareLock
- func (*TokenizeShareLock) Descriptor() ([]byte, []int)
- func (m *TokenizeShareLock) GetAddress() string
- func (m *TokenizeShareLock) GetCompletionTime() time.Time
- func (m *TokenizeShareLock) GetStatus() string
- func (m *TokenizeShareLock) Marshal() (dAtA []byte, err error)
- func (m *TokenizeShareLock) MarshalTo(dAtA []byte) (int, error)
- func (m *TokenizeShareLock) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*TokenizeShareLock) ProtoMessage()
- func (m *TokenizeShareLock) Reset()
- func (m *TokenizeShareLock) Size() (n int)
- func (m *TokenizeShareLock) String() string
- func (m *TokenizeShareLock) Unmarshal(dAtA []byte) error
- func (m *TokenizeShareLock) XXX_DiscardUnknown()
- func (m *TokenizeShareLock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TokenizeShareLock) XXX_Merge(src proto.Message)
- func (m *TokenizeShareLock) XXX_Size() int
- func (m *TokenizeShareLock) XXX_Unmarshal(b []byte) error
- type TokenizeShareLockStatus
- type TokenizeShareRecord
- func (*TokenizeShareRecord) Descriptor() ([]byte, []int)
- func (this *TokenizeShareRecord) Equal(that interface{}) bool
- func (m *TokenizeShareRecord) GetId() uint64
- func (m *TokenizeShareRecord) GetModuleAccount() string
- func (r TokenizeShareRecord) GetModuleAddress() sdk.AccAddress
- func (m *TokenizeShareRecord) GetOwner() string
- func (r TokenizeShareRecord) GetShareTokenDenom() string
- func (m *TokenizeShareRecord) GetValidator() string
- func (m *TokenizeShareRecord) Marshal() (dAtA []byte, err error)
- func (m *TokenizeShareRecord) MarshalTo(dAtA []byte) (int, error)
- func (m *TokenizeShareRecord) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*TokenizeShareRecord) ProtoMessage()
- func (m *TokenizeShareRecord) Reset()
- func (m *TokenizeShareRecord) Size() (n int)
- func (m *TokenizeShareRecord) String() string
- func (m *TokenizeShareRecord) Unmarshal(dAtA []byte) error
- func (m *TokenizeShareRecord) XXX_DiscardUnknown()
- func (m *TokenizeShareRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TokenizeShareRecord) XXX_Merge(src proto.Message)
- func (m *TokenizeShareRecord) XXX_Size() int
- func (m *TokenizeShareRecord) XXX_Unmarshal(b []byte) error
- type UnbondingDelegation
- func (ubd *UnbondingDelegation) AddEntry(creationHeight int64, minTime time.Time, balance math.Int, unbondingID uint64) bool
- func (*UnbondingDelegation) Descriptor() ([]byte, []int)
- 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 (*UnbondingDelegation) ProtoMessage()
- func (ubd *UnbondingDelegation) RemoveEntry(i int64)
- func (m *UnbondingDelegation) Reset()
- func (m *UnbondingDelegation) Size() (n int)
- func (m *UnbondingDelegation) String() string
- 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
- type UnbondingDelegationEntry
- func MustUnmarshalUBDE(cdc codec.BinaryCodec, value []byte) UnbondingDelegationEntry
- func NewUnbondingDelegationEntry(creationHeight int64, completionTime time.Time, balance math.Int, ...) UnbondingDelegationEntry
- func UnmarshalUBDE(cdc codec.BinaryCodec, value []byte) (ubd UnbondingDelegationEntry, err error)
- func (*UnbondingDelegationEntry) Descriptor() ([]byte, []int)
- func (this *UnbondingDelegationEntry) Equal(that interface{}) bool
- func (m *UnbondingDelegationEntry) GetCompletionTime() time.Time
- func (m *UnbondingDelegationEntry) GetCreationHeight() int64
- func (m *UnbondingDelegationEntry) GetUnbondingId() uint64
- func (m *UnbondingDelegationEntry) GetUnbondingOnHoldRefCount() int64
- func (e UnbondingDelegationEntry) IsMature(currentTime time.Time) bool
- 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 (e UnbondingDelegationEntry) OnHold() bool
- func (*UnbondingDelegationEntry) ProtoMessage()
- func (m *UnbondingDelegationEntry) Reset()
- func (m *UnbondingDelegationEntry) Size() (n int)
- func (m *UnbondingDelegationEntry) String() string
- 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
- type UnbondingDelegations
- type UnbondingType
- type UnimplementedMsgServer
- func (*UnimplementedMsgServer) BeginRedelegate(ctx context.Context, req *MsgBeginRedelegate) (*MsgBeginRedelegateResponse, error)
- func (*UnimplementedMsgServer) CancelUnbondingDelegation(ctx context.Context, req *MsgCancelUnbondingDelegation) (*MsgCancelUnbondingDelegationResponse, error)
- func (*UnimplementedMsgServer) CreateValidator(ctx context.Context, req *MsgCreateValidator) (*MsgCreateValidatorResponse, error)
- func (*UnimplementedMsgServer) Delegate(ctx context.Context, req *MsgDelegate) (*MsgDelegateResponse, error)
- func (*UnimplementedMsgServer) DisableTokenizeShares(ctx context.Context, req *MsgDisableTokenizeShares) (*MsgDisableTokenizeSharesResponse, error)
- func (*UnimplementedMsgServer) EditValidator(ctx context.Context, req *MsgEditValidator) (*MsgEditValidatorResponse, error)
- func (*UnimplementedMsgServer) EnableTokenizeShares(ctx context.Context, req *MsgEnableTokenizeShares) (*MsgEnableTokenizeSharesResponse, error)
- func (*UnimplementedMsgServer) RedeemTokensForShares(ctx context.Context, req *MsgRedeemTokensForShares) (*MsgRedeemTokensForSharesResponse, error)
- func (*UnimplementedMsgServer) TokenizeShares(ctx context.Context, req *MsgTokenizeShares) (*MsgTokenizeSharesResponse, error)
- func (*UnimplementedMsgServer) TransferTokenizeShareRecord(ctx context.Context, req *MsgTransferTokenizeShareRecord) (*MsgTransferTokenizeShareRecordResponse, error)
- func (*UnimplementedMsgServer) UnbondValidator(ctx context.Context, req *MsgUnbondValidator) (*MsgUnbondValidatorResponse, error)
- func (*UnimplementedMsgServer) Undelegate(ctx context.Context, req *MsgUndelegate) (*MsgUndelegateResponse, error)
- func (*UnimplementedMsgServer) UpdateParams(ctx context.Context, req *MsgUpdateParams) (*MsgUpdateParamsResponse, error)
- func (*UnimplementedMsgServer) ValidatorBond(ctx context.Context, req *MsgValidatorBond) (*MsgValidatorBondResponse, error)
- type UnimplementedQueryServer
- func (*UnimplementedQueryServer) AllTokenizeShareRecords(ctx context.Context, req *QueryAllTokenizeShareRecordsRequest) (*QueryAllTokenizeShareRecordsResponse, error)
- func (*UnimplementedQueryServer) Delegation(ctx context.Context, req *QueryDelegationRequest) (*QueryDelegationResponse, error)
- func (*UnimplementedQueryServer) DelegatorDelegations(ctx context.Context, req *QueryDelegatorDelegationsRequest) (*QueryDelegatorDelegationsResponse, error)
- func (*UnimplementedQueryServer) DelegatorUnbondingDelegations(ctx context.Context, req *QueryDelegatorUnbondingDelegationsRequest) (*QueryDelegatorUnbondingDelegationsResponse, error)
- func (*UnimplementedQueryServer) DelegatorValidator(ctx context.Context, req *QueryDelegatorValidatorRequest) (*QueryDelegatorValidatorResponse, error)
- func (*UnimplementedQueryServer) DelegatorValidators(ctx context.Context, req *QueryDelegatorValidatorsRequest) (*QueryDelegatorValidatorsResponse, error)
- func (*UnimplementedQueryServer) HistoricalInfo(ctx context.Context, req *QueryHistoricalInfoRequest) (*QueryHistoricalInfoResponse, error)
- func (*UnimplementedQueryServer) LastTokenizeShareRecordId(ctx context.Context, req *QueryLastTokenizeShareRecordIdRequest) (*QueryLastTokenizeShareRecordIdResponse, error)
- func (*UnimplementedQueryServer) Params(ctx context.Context, req *QueryParamsRequest) (*QueryParamsResponse, error)
- func (*UnimplementedQueryServer) Pool(ctx context.Context, req *QueryPoolRequest) (*QueryPoolResponse, error)
- func (*UnimplementedQueryServer) Redelegations(ctx context.Context, req *QueryRedelegationsRequest) (*QueryRedelegationsResponse, error)
- func (*UnimplementedQueryServer) TokenizeShareLockInfo(ctx context.Context, req *QueryTokenizeShareLockInfo) (*QueryTokenizeShareLockInfoResponse, error)
- func (*UnimplementedQueryServer) TokenizeShareRecordByDenom(ctx context.Context, req *QueryTokenizeShareRecordByDenomRequest) (*QueryTokenizeShareRecordByDenomResponse, error)
- func (*UnimplementedQueryServer) TokenizeShareRecordById(ctx context.Context, req *QueryTokenizeShareRecordByIdRequest) (*QueryTokenizeShareRecordByIdResponse, error)
- func (*UnimplementedQueryServer) TokenizeShareRecordsOwned(ctx context.Context, req *QueryTokenizeShareRecordsOwnedRequest) (*QueryTokenizeShareRecordsOwnedResponse, error)
- func (*UnimplementedQueryServer) TotalLiquidStaked(ctx context.Context, req *QueryTotalLiquidStaked) (*QueryTotalLiquidStakedResponse, error)
- func (*UnimplementedQueryServer) TotalTokenizeSharedAssets(ctx context.Context, req *QueryTotalTokenizeSharedAssetsRequest) (*QueryTotalTokenizeSharedAssetsResponse, error)
- func (*UnimplementedQueryServer) UnbondingDelegation(ctx context.Context, req *QueryUnbondingDelegationRequest) (*QueryUnbondingDelegationResponse, error)
- func (*UnimplementedQueryServer) Validator(ctx context.Context, req *QueryValidatorRequest) (*QueryValidatorResponse, error)
- func (*UnimplementedQueryServer) ValidatorDelegations(ctx context.Context, req *QueryValidatorDelegationsRequest) (*QueryValidatorDelegationsResponse, error)
- func (*UnimplementedQueryServer) ValidatorUnbondingDelegations(ctx context.Context, req *QueryValidatorUnbondingDelegationsRequest) (*QueryValidatorUnbondingDelegationsResponse, error)
- func (*UnimplementedQueryServer) Validators(ctx context.Context, req *QueryValidatorsRequest) (*QueryValidatorsResponse, error)
- type ValAddresses
- func (*ValAddresses) Descriptor() ([]byte, []int)
- 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 (*ValAddresses) ProtoMessage()
- func (m *ValAddresses) Reset()
- func (m *ValAddresses) Size() (n int)
- func (m *ValAddresses) String() string
- 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
- type Validator
- func (v Validator) ABCIValidatorUpdate(r math.Int) abci.ValidatorUpdate
- func (v Validator) ABCIValidatorUpdateZero() abci.ValidatorUpdate
- func (v Validator) AddTokensFromDel(amount math.Int) (Validator, math.LegacyDec)
- func (v Validator) BondedTokens() math.Int
- func (v Validator) CmtConsPublicKey() (cmtprotocrypto.PublicKey, error)
- func (v Validator) ConsPubKey() (cryptotypes.PubKey, error)
- func (v Validator) ConsensusPower(r math.Int) int64
- func (*Validator) Descriptor() ([]byte, []int)
- func (v *Validator) Equal(v2 *Validator) bool
- func (v Validator) GetBondedTokens() math.Int
- func (v Validator) GetCommission() math.LegacyDec
- func (v Validator) GetConsAddr() ([]byte, error)
- func (v Validator) GetConsensusPower(r math.Int) int64
- func (v Validator) GetDelegatorShares() math.LegacyDec
- func (v Validator) GetLiquidShares() math.LegacyDec
- func (v Validator) GetMinSelfDelegation() math.Int
- func (v Validator) GetMoniker() string
- func (v Validator) GetOperator() string
- func (v Validator) GetStatus() BondStatus
- func (v Validator) GetTokens() math.Int
- func (v Validator) InvalidExRate() bool
- func (v Validator) IsBonded() bool
- func (v Validator) IsJailed() bool
- func (v Validator) IsUnbonded() bool
- func (v Validator) IsUnbonding() bool
- 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 (v *Validator) MinEqual(other *Validator) bool
- func (v Validator) PotentialConsensusPower(r math.Int) int64
- func (*Validator) ProtoMessage()
- func (v Validator) RemoveDelShares(delShares math.LegacyDec) (Validator, math.Int)
- func (v Validator) RemoveTokens(tokens math.Int) Validator
- func (m *Validator) Reset()
- func (v Validator) SetInitialCommission(commission Commission) (Validator, error)
- func (v Validator) SharesFromTokens(amt math.Int) (math.LegacyDec, error)
- func (v Validator) SharesFromTokensTruncated(amt math.Int) (math.LegacyDec, error)
- func (m *Validator) Size() (n int)
- func (m *Validator) String() string
- func (v Validator) TmConsPublicKey() (cmtprotocrypto.PublicKey, error)deprecated
- func (v Validator) TokensFromShares(shares math.LegacyDec) math.LegacyDec
- func (v Validator) TokensFromSharesRoundUp(shares math.LegacyDec) math.LegacyDec
- func (v Validator) TokensFromSharesTruncated(shares math.LegacyDec) math.LegacyDec
- func (m *Validator) Unmarshal(dAtA []byte) error
- func (v Validator) UnpackInterfaces(unpacker codectypes.AnyUnpacker) error
- func (v Validator) UpdateStatus(newStatus BondStatus) Validator
- 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
- type ValidatorI
- type ValidatorSet
- type ValidatorUpdates
- func (*ValidatorUpdates) Descriptor() ([]byte, []int)
- func (m *ValidatorUpdates) GetUpdates() []types3.ValidatorUpdate
- func (m *ValidatorUpdates) Marshal() (dAtA []byte, err error)
- func (m *ValidatorUpdates) MarshalTo(dAtA []byte) (int, error)
- func (m *ValidatorUpdates) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ValidatorUpdates) ProtoMessage()
- func (m *ValidatorUpdates) Reset()
- func (m *ValidatorUpdates) Size() (n int)
- func (m *ValidatorUpdates) String() string
- func (m *ValidatorUpdates) Unmarshal(dAtA []byte) error
- func (m *ValidatorUpdates) XXX_DiscardUnknown()
- func (m *ValidatorUpdates) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ValidatorUpdates) XXX_Merge(src proto.Message)
- func (m *ValidatorUpdates) XXX_Size() int
- func (m *ValidatorUpdates) XXX_Unmarshal(b []byte) error
- type Validators
- func (v Validators) Len() int
- func (v Validators) Less(i, j int) bool
- func (v Validators) Sort()
- func (v Validators) String() (out string)
- func (v Validators) Swap(i, j int)
- func (v Validators) ToSDKValidators() (validators []ValidatorI)
- func (v Validators) UnpackInterfaces(c codectypes.AnyUnpacker) error
- type ValidatorsByVotingPower
Constants ¶
const ( EventTypeCompleteUnbonding = "complete_unbonding" EventTypeCompleteRedelegation = "complete_redelegation" EventTypeCreateValidator = "create_validator" EventTypeEditValidator = "edit_validator" EventTypeDelegate = "delegate" EventTypeUnbond = "unbond" EventTypeCancelUnbondingDelegation = "cancel_unbonding_delegation" EventTypeRedelegate = "redelegate" EventTypeValidatorBondDelegation = "validator_bond_delegation" AttributeKeyValidator = "validator" AttributeKeyCommissionRate = "commission_rate" AttributeKeySrcValidator = "source_validator" AttributeKeyDstValidator = "destination_validator" AttributeKeyDelegator = "delegator" AttributeKeyCreationHeight = "creation_height" AttributeKeyCompletionTime = "completion_time" AttributeKeyAmount = "amount" )
staking module event types
const ( // ModuleName is the name of the staking module ModuleName = "staking" // StoreKey is the string store representation StoreKey = ModuleName // RouterKey is the msg router key for the staking module RouterKey = ModuleName TokenizeShareModuleAccountPrefix = "tokenizeshare_" )
const ( // DefaultUnbondingTime reflects three weeks in seconds as the default // unbonding time. // TODO: Justify our choice of default here. DefaultUnbondingTime time.Duration = time.Hour * 24 * 7 * 3 // Default maximum number of bonded validators DefaultMaxValidators uint32 = 100 // Default maximum entries in a UBD/RED pair DefaultMaxEntries uint32 = 7 // DefaultHistorical entries is 10000. Apps that don't use IBC can ignore this // value by not adding the staking module to the application module manager's // SetOrderBeginBlockers. DefaultHistoricalEntries uint32 = 10000 )
Staking params default values
const ( NotBondedPoolName = "not_bonded_tokens_pool" BondedPoolName = "bonded_tokens_pool" )
names used as root for pool module accounts:
- NotBondedPool -> "not_bonded_tokens_pool"
- BondedPool -> "bonded_tokens_pool"
const ( QueryValidators = "validators" QueryValidator = "validator" QueryDelegatorDelegations = "delegatorDelegations" QueryDelegatorUnbondingDelegations = "delegatorUnbondingDelegations" QueryRedelegations = "redelegations" QueryValidatorDelegations = "validatorDelegations" QueryValidatorRedelegations = "validatorRedelegations" QueryValidatorUnbondingDelegations = "validatorUnbondingDelegations" QueryDelegation = "delegation" QueryUnbondingDelegation = "unbondingDelegation" QueryDelegatorValidators = "delegatorValidators" QueryDelegatorValidator = "delegatorValidator" QueryPool = "pool" QueryParameters = "parameters" QueryHistoricalInfo = "historicalInfo" )
query endpoints supported by the staking Querier
const ( // TODO: Why can't we just have one string description which can be JSON by convention MaxMonikerLength = 70 MaxIdentityLength = 3000 MaxWebsiteLength = 140 MaxSecurityContactLength = 140 MaxDetailsLength = 280 )
const DoNotModifyDesc = "[do-not-modify]"
constant used in flags to indicate that description field should not be updated
Variables ¶
var ( ErrInvalidLengthAuthz = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowAuthz = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupAuthz = fmt.Errorf("proto: unexpected end of group") )
var ( ErrEmptyValidatorAddr = errors.Register(ModuleName, 2, "empty validator address") ErrNoValidatorFound = errors.Register(ModuleName, 3, "validator does not exist") ErrValidatorOwnerExists = errors.Register(ModuleName, 4, "validator already exist for this operator address; must use new validator operator address") ErrValidatorPubKeyExists = errors.Register(ModuleName, 5, "validator already exist for this pubkey; must use new validator pubkey") ErrValidatorPubKeyTypeNotSupported = errors.Register(ModuleName, 6, "validator pubkey type is not supported") ErrValidatorJailed = errors.Register(ModuleName, 7, "validator for this address is currently jailed") ErrBadRemoveValidator = errors.Register(ModuleName, 8, "failed to remove validator") ErrCommissionNegative = errors.Register(ModuleName, 9, "commission must be positive") ErrCommissionHuge = errors.Register(ModuleName, 10, "commission cannot be more than 100%") ErrCommissionGTMaxRate = errors.Register(ModuleName, 11, "commission cannot be more than the max rate") ErrCommissionUpdateTime = errors.Register(ModuleName, 12, "commission cannot be changed more than once in 24h") ErrCommissionChangeRateNegative = errors.Register(ModuleName, 13, "commission change rate must be positive") ErrCommissionChangeRateGTMaxRate = errors.Register(ModuleName, 14, "commission change rate cannot be more than the max rate") ErrCommissionGTMaxChangeRate = errors.Register(ModuleName, 15, "commission cannot be changed more than max change rate") ErrSelfDelegationBelowMinimum = errors.Register(ModuleName, 16, "validator's self delegation must be greater than their minimum self delegation") ErrMinSelfDelegationDecreased = errors.Register(ModuleName, 17, "minimum self delegation cannot be decrease") ErrEmptyDelegatorAddr = errors.Register(ModuleName, 18, "empty delegator address") ErrNoDelegation = errors.Register(ModuleName, 19, "no delegation for (address, validator) tuple") ErrBadDelegatorAddr = errors.Register(ModuleName, 20, "delegator does not exist with address") ErrNoDelegatorForAddress = errors.Register(ModuleName, 21, "delegator does not contain delegation") ErrDelegationValidatorEmpty = errors.Register(ModuleName, 23, "cannot delegate to an empty validator") ErrNotMature = errors.Register(ModuleName, 25, "entry not mature") ErrNoUnbondingDelegation = errors.Register(ModuleName, 26, "no unbonding delegation found") ErrMaxUnbondingDelegationEntries = errors.Register(ModuleName, 27, "too many unbonding delegation entries for (delegator, validator) tuple") ErrNoRedelegation = errors.Register(ModuleName, 28, "no redelegation found") ErrSelfRedelegation = errors.Register(ModuleName, 29, "cannot redelegate to the same validator") ErrTinyRedelegationAmount = errors.Register(ModuleName, 30, "too few tokens to redelegate (truncates to zero tokens)") ErrBadRedelegationDst = errors.Register(ModuleName, 31, "redelegation destination validator not found") ErrTransitiveRedelegation = errors.Register(ModuleName, 32, "redelegation to this validator already in progress; first redelegation to this validator must complete before next redelegation") ErrMaxRedelegationEntries = errors.Register(ModuleName, 33, "too many redelegation entries for (delegator, src-validator, dst-validator) tuple") ErrInvalidHistoricalInfo = errors.Register(ModuleName, 37, "invalid historical info") ErrNoHistoricalInfo = errors.Register(ModuleName, 38, "no historical info found") ErrEmptyValidatorPubKey = errors.Register(ModuleName, 39, "empty validator public key") ErrCommissionLTMinRate = errors.Register(ModuleName, 40, "commission cannot be less than min rate") ErrUnbondingNotFound = errors.Register(ModuleName, 41, "unbonding operation not found") ErrUnbondingOnHoldRefCountNegative = errors.Register(ModuleName, 42, "cannot un-hold unbonding operation that is not on hold") ErrInvalidSigner = errors.Register(ModuleName, 43, "expected authority account as only signer for proposal message") ErrBadRedelegationSrc = errors.Register(ModuleName, 44, "redelegation source validator not found") ErrNoUnbondingType = errors.Register(ModuleName, 45, "unbonding type not found") ErrNotEnoughBalance = errors.Register(ModuleName, 101, "not enough balance") ErrExceedingFreeVestingDelegations = errors.Register(ModuleName, 105, "trying to exceed vested free delegation for vesting account") ErrOnlyBondDenomAllowdForTokenize = errors.Register(ModuleName, 106, "only bond denom is allowed for tokenize") ErrRedelegationNotAllowedForValidatorBond = errors.Register(ModuleName, 108, "redelegation is not allowed for validator bond delegation") ErrValidatorBondNotAllowedFromModuleAccount = errors.Register(ModuleName, 110, "validator bond is not allowed from a module account") ErrGlobalLiquidStakingCapExceeded = errors.Register(ModuleName, 111, "delegation or tokenization exceeds the global cap") ErrValidatorLiquidStakingCapExceeded = errors.Register(ModuleName, 112, "delegation or tokenization exceeds the validator cap") ErrTotalLiquidStakedUnderflow = errors.Register(ModuleName, 118, "total liquid staked underflow") ErrTinyRedemptionAmount = errors.Register(ModuleName, 119, "too few tokens to redeem (truncates to zero tokens)") ErrRedelegationInProgress = errors.Register(ModuleName, 120, "delegator is not allowed to tokenize shares from validator with a redelegation in progress") )
x/staking module sentinel errors
var ( ErrInvalidLengthGenesis = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowGenesis = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupGenesis = fmt.Errorf("proto: unexpected end of group") )
var ( // Keys for store prefixes // Last* values are constant during a block. LastValidatorPowerKey = []byte{0x11} // prefix for each key to a validator index, for bonded validators LastTotalPowerKey = []byte{0x12} // prefix for the total power ValidatorsKey = []byte{0x21} // prefix for each key to a validator ValidatorsByConsAddrKey = []byte{0x22} // prefix for each key to a validator index, by pubkey ValidatorsByPowerIndexKey = []byte{0x23} // prefix for each key to a validator index, sorted by power DelegationKey = []byte{0x31} // key for a delegation UnbondingDelegationKey = []byte{0x32} // key for an unbonding-delegation UnbondingDelegationByValIndexKey = []byte{0x33} // prefix for each key for an unbonding-delegation, by validator operator RedelegationKey = []byte{0x34} // key for a redelegation RedelegationByValSrcIndexKey = []byte{0x35} // prefix for each key for an redelegation, by source validator operator RedelegationByValDstIndexKey = []byte{0x36} // prefix for each key for an redelegation, by destination validator operator UnbondingIDKey = []byte{0x37} // key for the counter for the incrementing id for UnbondingOperations UnbondingIndexKey = []byte{0x38} // prefix for an index for looking up unbonding operations by their IDs UnbondingTypeKey = []byte{0x39} // prefix for an index containing the type of unbonding operations UnbondingQueueKey = []byte{0x41} // prefix for the timestamps in unbonding queue RedelegationQueueKey = []byte{0x42} // prefix for the timestamps in redelegations queue ValidatorQueueKey = []byte{0x43} // prefix for the timestamps in validator queue HistoricalInfoKey = []byte{0x50} // prefix for the historical info ValidatorUpdatesKey = []byte{0x61} // prefix for the end block validator updates key ParamsKey = []byte{0x51} // prefix for parameters for module x/staking DelegationByValIndexKey = []byte{0x71} // key for delegations by a validator TotalLiquidStakedTokensKey = []byte{0x85} // key for total liquid staked tokens )
var ( // DefaultMinCommissionRate is set to 0% DefaultMinCommissionRate = math.LegacyZeroDec() // ValidatorBondFactor of -1 indicates that it's disabled ValidatorBondCapDisabled = math.LegacyNewDecFromInt(math.NewInt(-1)) // DefaultValidatorBondFactor is set to -1 (disabled) DefaultValidatorBondFactor = ValidatorBondCapDisabled // DefaultGlobalLiquidStakingCap is set to 100% DefaultGlobalLiquidStakingCap = math.LegacyOneDec() // DefaultValidatorLiquidStakingCap is set to 100% DefaultValidatorLiquidStakingCap = math.LegacyOneDec() )
var ( KeyUnbondingTime = []byte("UnbondingTime") KeyMaxValidators = []byte("MaxValidators") KeyMaxEntries = []byte("MaxEntries") KeyBondDenom = []byte("BondDenom") KeyHistoricalEntries = []byte("HistoricalEntries") KeyMinCommissionRate = []byte("MinCommissionRate") KeyValidatorBondFactor = []byte("ValidatorBondFactor") KeyGlobalLiquidStakingCap = []byte("GlobalLiquidStakingCap") KeyValidatorLiquidStakingCap = []byte("ValidatorLiquidStakingCap") )
var ( ErrInvalidLengthQuery = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowQuery = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupQuery = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthStaking = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowStaking = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupStaking = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthTx = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowTx = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupTx = fmt.Errorf("proto: unexpected end of group") )
var ( BondStatusUnspecified = BondStatus_name[int32(Unspecified)] BondStatusUnbonded = BondStatus_name[int32(Unbonded)] BondStatusUnbonding = BondStatus_name[int32(Unbonding)] BondStatusBonded = BondStatus_name[int32(Bonded)] )
var AuthorizationType_name = map[int32]string{
0: "AUTHORIZATION_TYPE_UNSPECIFIED",
1: "AUTHORIZATION_TYPE_DELEGATE",
2: "AUTHORIZATION_TYPE_UNDELEGATE",
3: "AUTHORIZATION_TYPE_REDELEGATE",
4: "AUTHORIZATION_TYPE_CANCEL_UNBONDING_DELEGATION",
}
var AuthorizationType_value = map[string]int32{
"AUTHORIZATION_TYPE_UNSPECIFIED": 0,
"AUTHORIZATION_TYPE_DELEGATE": 1,
"AUTHORIZATION_TYPE_UNDELEGATE": 2,
"AUTHORIZATION_TYPE_REDELEGATE": 3,
"AUTHORIZATION_TYPE_CANCEL_UNBONDING_DELEGATION": 4,
}
var BondStatus_name = map[int32]string{
0: "BOND_STATUS_UNSPECIFIED",
1: "BOND_STATUS_UNBONDED",
2: "BOND_STATUS_UNBONDING",
3: "BOND_STATUS_BONDED",
}
var BondStatus_value = map[string]int32{
"BOND_STATUS_UNSPECIFIED": 0,
"BOND_STATUS_UNBONDED": 1,
"BOND_STATUS_UNBONDING": 2,
"BOND_STATUS_BONDED": 3,
}
var Infraction_name = map[int32]string{
0: "INFRACTION_UNSPECIFIED",
1: "INFRACTION_DOUBLE_SIGN",
2: "INFRACTION_DOWNTIME",
}
var Infraction_value = map[string]int32{
"INFRACTION_UNSPECIFIED": 0,
"INFRACTION_DOUBLE_SIGN": 1,
"INFRACTION_DOWNTIME": 2,
}
0: "TOKENIZE_SHARE_LOCK_STATUS_UNSPECIFIED",
1: "TOKENIZE_SHARE_LOCK_STATUS_LOCKED",
2: "TOKENIZE_SHARE_LOCK_STATUS_UNLOCKED",
3: "TOKENIZE_SHARE_LOCK_STATUS_LOCK_EXPIRING",
}
"TOKENIZE_SHARE_LOCK_STATUS_UNSPECIFIED": 0,
"TOKENIZE_SHARE_LOCK_STATUS_LOCKED": 1,
"TOKENIZE_SHARE_LOCK_STATUS_UNLOCKED": 2,
"TOKENIZE_SHARE_LOCK_STATUS_LOCK_EXPIRING": 3,
}Functions ¶
func AddressFromLastValidatorPowerKey ¶
AddressFromLastValidatorPowerKey creates the validator operator address from LastValidatorPowerKey
func AddressFromValidatorsKey ¶ added in v0.43.0
AddressFromValidatorsKey creates the validator operator address from ValidatorsKey
func GetDelegationKey ¶
func GetDelegationKey(delAddr sdk.AccAddress, valAddr sdk.ValAddress) []byte
GetDelegationKey creates the key for delegator bond with validator VALUE: staking/Delegation
func GetDelegationsByValKey ¶ added in v0.50.1
func GetDelegationsByValKey(valAddr sdk.ValAddress, delAddr sdk.AccAddress) []byte
GetDelegationsByValKey creates the key for delegations by validator address VALUE: staking/Delegation
func GetDelegationsByValPrefixKey ¶ added in v0.50.1
func GetDelegationsByValPrefixKey(valAddr sdk.ValAddress) []byte
GetDelegationsByValPrefixKey builds a prefix key bytes with the given validator address bytes.
func GetDelegationsKey ¶
func GetDelegationsKey(delAddr sdk.AccAddress) []byte
GetDelegationsKey creates the prefix for a delegator for all validators
func GetHistoricalInfoKey ¶
GetHistoricalInfoKey returns a key prefix for indexing HistoricalInfo objects.
func GetLastValidatorPowerKey ¶
func GetLastValidatorPowerKey(operator sdk.ValAddress) []byte
GetLastValidatorPowerKey creates the bonded validator index key for an operator address
func GetREDByValDstIndexKey ¶
func GetREDByValDstIndexKey(delAddr sdk.AccAddress, valSrcAddr, valDstAddr sdk.ValAddress) []byte
GetREDByValDstIndexKey creates the index-key for a redelegation, stored by destination-validator-index VALUE: none (key rearrangement used)
func GetREDByValSrcIndexKey ¶
func GetREDByValSrcIndexKey(delAddr sdk.AccAddress, valSrcAddr, valDstAddr sdk.ValAddress) []byte
GetREDByValSrcIndexKey creates the index-key for a redelegation, stored by source-validator-index VALUE: none (key rearrangement used)
func GetREDKey ¶
func GetREDKey(delAddr sdk.AccAddress, valSrcAddr, valDstAddr sdk.ValAddress) []byte
GetREDKey returns a key prefix for indexing a redelegation from a delegator and source validator to a destination validator.
func GetREDKeyFromValDstIndexKey ¶
GetREDKeyFromValDstIndexKey rearranges the ValDstIndexKey to get the REDKey
func GetREDKeyFromValSrcIndexKey ¶
GetREDKeyFromValSrcIndexKey rearranges the ValSrcIndexKey to get the REDKey
func GetREDsByDelToValDstIndexKey ¶
func GetREDsByDelToValDstIndexKey(delAddr sdk.AccAddress, valDstAddr sdk.ValAddress) []byte
GetREDsByDelToValDstIndexKey returns a key prefix for indexing a redelegation from an address to a source validator.
func GetREDsFromValSrcIndexKey ¶
func GetREDsFromValSrcIndexKey(valSrcAddr sdk.ValAddress) []byte
GetREDsFromValSrcIndexKey returns a key prefix for indexing a redelegation to a source validator.
func GetREDsKey ¶
func GetREDsKey(delAddr sdk.AccAddress) []byte
GetREDsKey returns a key prefix for indexing a redelegation from a delegator address.
func GetREDsToValDstIndexKey ¶
func GetREDsToValDstIndexKey(valDstAddr sdk.ValAddress) []byte
GetREDsToValDstIndexKey returns a key prefix for indexing a redelegation to a destination (target) validator.
func GetRedelegationTimeKey ¶
GetRedelegationTimeKey returns a key prefix for indexing an unbonding redelegation based on a completion time.
func GetTokenizeShareAuthorizationTimeKey ¶
GetTokenizeShareAuthorizationTimeKey returns the prefix key used for getting a set of pending tokenize share unlocks that complete at the given time
func GetTokenizeShareRecordByIndexKey ¶
GetTokenizeShareRecordByIndexKey returns the key of the specified id. Intended for querying the tokenizeShareRecord by the id.
func GetTokenizeShareRecordIDByOwnerAndIDKey ¶
func GetTokenizeShareRecordIDByOwnerAndIDKey(owner sdk.AccAddress, id uint64) []byte
GetTokenizeShareRecordIdByOwnerAndIdKey returns the key of the specified owner and id. Intended for setting tokenizeShareRecord of an owner
func GetTokenizeShareRecordIdsByOwnerPrefix ¶
func GetTokenizeShareRecordIdsByOwnerPrefix(owner sdk.AccAddress) []byte
GetTokenizeShareRecordIdsByOwnerPrefix returns the key of the specified owner. Intended for querying all tokenizeShareRecords of an owner
func GetTokenizeSharesLockKey ¶
func GetTokenizeSharesLockKey(owner sdk.AccAddress) []byte
GetTokenizeSharesLockKey returns the key for storing a tokenize share lock for a specified account
func GetUBDByValIndexKey ¶
func GetUBDByValIndexKey(delAddr sdk.AccAddress, valAddr sdk.ValAddress) []byte
GetUBDByValIndexKey creates the index-key for an unbonding delegation, stored by validator-index VALUE: none (key rearrangement used)
func GetUBDKey ¶
func GetUBDKey(delAddr sdk.AccAddress, valAddr sdk.ValAddress) []byte
GetUBDKey creates the key for an unbonding delegation by delegator and validator addr VALUE: staking/UnbondingDelegation
func GetUBDKeyFromValIndexKey ¶
GetUBDKeyFromValIndexKey rearranges the ValIndexKey to get the UBDKey
func GetUBDsByValIndexKey ¶
func GetUBDsByValIndexKey(valAddr sdk.ValAddress) []byte
GetUBDsByValIndexKey creates the prefix keyspace for the indexes of unbonding delegations for a validator
func GetUBDsKey ¶
func GetUBDsKey(delAddr sdk.AccAddress) []byte
GetUBDsKey creates the prefix for all unbonding delegations from a delegator
func GetUnbondingDelegationTimeKey ¶
GetUnbondingDelegationTimeKey creates the prefix for all unbonding delegations from a delegator
func GetUnbondingIndexKey ¶ added in v0.47.0
GetUnbondingIndexKey returns a key for the index for looking up UnbondingDelegations by the UnbondingDelegationEntries they contain
func GetUnbondingTypeKey ¶ added in v0.47.0
GetUnbondingTypeKey returns a key for an index containing the type of unbonding operations
func GetValidatorByConsAddrKey ¶
func GetValidatorByConsAddrKey(addr sdk.ConsAddress) []byte
GetValidatorByConsAddrKey creates the key for the validator with pubkey VALUE: validator operator address ([]byte)
func GetValidatorKey ¶
func GetValidatorKey(operatorAddr sdk.ValAddress) []byte
GetValidatorKey creates the key for the validator with address VALUE: staking/Validator
func GetValidatorQueueKey ¶ added in v0.40.0
GetValidatorQueueKey returns the prefix key used for getting a set of unbonding validators whose unbonding completion occurs at the given time and height.
func GetValidatorsByPowerIndexKey ¶
func GetValidatorsByPowerIndexKey(validator Validator, powerReduction math.Int, valAc addresscodec.Codec) []byte
GetValidatorsByPowerIndexKey creates the validator by power index. Power index is the key used in the power-store, and represents the relative power ranking of the validator. VALUE: validator operator address ([]byte)
func MustMarshalDelegation ¶
func MustMarshalDelegation(cdc codec.BinaryCodec, delegation Delegation) []byte
MustMarshalDelegation returns the delegation bytes. Panics if fails
func MustMarshalRED ¶
func MustMarshalRED(cdc codec.BinaryCodec, red Redelegation) []byte
MustMarshalRED returns the Redelegation bytes. Panics if fails.
func MustMarshalUBD ¶
func MustMarshalUBD(cdc codec.BinaryCodec, ubd UnbondingDelegation) []byte
return the unbonding delegation
func MustMarshalUBDE ¶ added in v0.47.0
func MustMarshalUBDE(cdc codec.BinaryCodec, ubd UnbondingDelegationEntry) []byte
return the unbonding delegation entry
func MustMarshalValidator ¶
func MustMarshalValidator(cdc codec.BinaryCodec, validator *Validator) []byte
return the redelegation
func ParamKeyTable
deprecated
added in
v0.40.0
func ParamKeyTable() paramtypes.KeyTable
Deprecated: now params can be accessed on key `0x51` on the staking store. ParamTable for staking module
func ParseDelegationsByValKey ¶ added in v0.50.1
func ParseDelegationsByValKey(bz []byte) (sdk.ValAddress, sdk.AccAddress, error)
ParseDelegationsByValKey parses given key and returns validator, delegator address bytes
func ParseValidatorPowerRankKey ¶
ParseValidatorPowerRankKey parses the validators operator address from power rank key
func ParseValidatorQueueKey ¶ added in v0.40.0
ParseValidatorQueueKey returns the encoded time and height from a key created from GetValidatorQueueKey.
func RegisterInterfaces ¶ added in v0.40.0
func RegisterInterfaces(registry types.InterfaceRegistry)
RegisterInterfaces registers the x/staking interfaces types with the interface registry
func RegisterLegacyAminoCodec ¶ added in v0.40.0
func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino)
RegisterLegacyAminoCodec registers the necessary x/staking interfaces and concrete types on the provided LegacyAmino codec. These types are used for Amino JSON serialization.
func RegisterMsgServer ¶ added in v0.40.0
func RegisterQueryHandler ¶ added in v0.40.0
RegisterQueryHandler registers the http handlers for service Query to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterQueryHandlerClient ¶ added in v0.40.0
func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, client QueryClient) error
RegisterQueryHandlerClient registers the http handlers for service Query to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "QueryClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "QueryClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "QueryClient" to call the correct interceptors.
func RegisterQueryHandlerFromEndpoint ¶ added in v0.40.0
func RegisterQueryHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterQueryHandlerFromEndpoint is same as RegisterQueryHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterQueryHandlerServer ¶ added in v0.40.0
func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QueryServer) error
RegisterQueryHandlerServer registers the http handlers for service Query to "mux". UnaryRPC :call QueryServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterQueryHandlerFromEndpoint instead.
func RegisterQueryServer ¶ added in v0.40.0
func RegisterQueryServer(s grpc1.Server, srv QueryServer)
func StakingDescription ¶ added in v0.40.0
func StakingDescription() (desc *github_com_cosmos_gogoproto_protoc_gen_gogo_descriptor.FileDescriptorSet)
func ValidateBasic ¶
func ValidateBasic(hi HistoricalInfo, valAc address.Codec) error
ValidateBasic will ensure HistoricalInfo is not nil and sorted
func ValidatePowerReduction ¶ added in v0.43.0
func ValidatePowerReduction(i interface{}) error
Types ¶
type AccountKeeper ¶
type AccountKeeper interface { AddressCodec() address.Codec IterateAccounts(ctx context.Context, process func(sdk.AccountI) (stop bool)) GetAccount(ctx context.Context, addr sdk.AccAddress) sdk.AccountI // only used for simulation GetModuleAddress(name string) sdk.AccAddress GetModuleAccount(ctx context.Context, moduleName string) sdk.ModuleAccountI // TODO remove with genesis 2-phases refactor https://github.com/cosmos/cosmos-sdk/issues/2862 SetModuleAccount(context.Context, sdk.ModuleAccountI) }
AccountKeeper defines the expected account keeper (noalias)
type AuthorizationType ¶ added in v0.43.0
type AuthorizationType int32
AuthorizationType defines the type of staking module authorization type
Since: cosmos-sdk 0.43
const ( // AUTHORIZATION_TYPE_UNSPECIFIED specifies an unknown authorization type AuthorizationType_AUTHORIZATION_TYPE_UNSPECIFIED AuthorizationType = 0 // AUTHORIZATION_TYPE_DELEGATE defines an authorization type for Msg/Delegate AuthorizationType_AUTHORIZATION_TYPE_DELEGATE AuthorizationType = 1 // AUTHORIZATION_TYPE_UNDELEGATE defines an authorization type for Msg/Undelegate AuthorizationType_AUTHORIZATION_TYPE_UNDELEGATE AuthorizationType = 2 // AUTHORIZATION_TYPE_REDELEGATE defines an authorization type for Msg/BeginRedelegate AuthorizationType_AUTHORIZATION_TYPE_REDELEGATE AuthorizationType = 3 // AUTHORIZATION_TYPE_CANCEL_UNBONDING_DELEGATION defines an authorization type for Msg/MsgCancelUnbondingDelegation AuthorizationType_AUTHORIZATION_TYPE_CANCEL_UNBONDING_DELEGATION AuthorizationType = 4 )
func (AuthorizationType) EnumDescriptor ¶ added in v0.43.0
func (AuthorizationType) EnumDescriptor() ([]byte, []int)
func (AuthorizationType) String ¶ added in v0.43.0
func (x AuthorizationType) String() string
type BankKeeper ¶
type BankKeeper interface { GetAllBalances(ctx context.Context, addr sdk.AccAddress) sdk.Coins GetBalance(ctx context.Context, addr sdk.AccAddress, denom string) sdk.Coin LockedCoins(ctx context.Context, addr sdk.AccAddress) sdk.Coins SpendableCoins(ctx context.Context, addr sdk.AccAddress) sdk.Coins GetSupply(ctx context.Context, denom string) sdk.Coin SendCoins(ctx context.Context, fromAddr, toAddr sdk.AccAddress, amt sdk.Coins) error SendCoinsFromModuleToModule(ctx context.Context, senderPool, recipientPool string, amt sdk.Coins) error SendCoinsFromAccountToModule(ctx context.Context, senderAddr sdk.AccAddress, recipientModule string, amt sdk.Coins) error SendCoinsFromModuleToAccount(ctx context.Context, senderModule string, recipientAddr sdk.AccAddress, amt sdk.Coins) error UndelegateCoinsFromModuleToAccount(ctx context.Context, senderModule string, recipientAddr sdk.AccAddress, amt sdk.Coins) error DelegateCoinsFromAccountToModule(ctx context.Context, senderAddr sdk.AccAddress, recipientModule string, amt sdk.Coins) error MintCoins(cts context.Context, name string, amt sdk.Coins) error BurnCoins(ctx context.Context, name string, amt sdk.Coins) error }
BankKeeper defines the expected interface needed to retrieve account balances.
type BondStatus ¶ added in v0.40.0
type BondStatus int32
BondStatus is the status of a validator.
const ( // UNSPECIFIED defines an invalid validator status. Unspecified BondStatus = 0 // UNBONDED defines a validator that is not bonded. Unbonded BondStatus = 1 // UNBONDING defines a validator that is unbonding. Unbonding BondStatus = 2 // BONDED defines a validator that is bonded. Bonded BondStatus = 3 )
func (BondStatus) EnumDescriptor ¶ added in v0.40.0
func (BondStatus) EnumDescriptor() ([]byte, []int)
func (BondStatus) String ¶ added in v0.40.0
func (x BondStatus) String() string
type Commission ¶
type Commission struct { // commission_rates defines the initial commission rates to be used for creating a validator. CommissionRates `protobuf:"bytes,1,opt,name=commission_rates,json=commissionRates,proto3,embedded=commission_rates" json:"commission_rates"` // update_time is the last time the commission rate was changed. UpdateTime time.Time `protobuf:"bytes,2,opt,name=update_time,json=updateTime,proto3,stdtime" json:"update_time"` }
Commission defines commission parameters for a given validator.
func NewCommission ¶
func NewCommission(rate, maxRate, maxChangeRate math.LegacyDec) Commission
NewCommission returns an initialized validator commission.
func NewCommissionWithTime ¶
func NewCommissionWithTime(rate, maxRate, maxChangeRate math.LegacyDec, updatedAt time.Time) Commission
NewCommissionWithTime returns an initialized validator commission with a specified update time which should be the current block BFT time.
func (*Commission) Descriptor ¶
func (*Commission) Descriptor() ([]byte, []int)
func (*Commission) Equal ¶
func (this *Commission) Equal(that interface{}) bool
func (*Commission) GetUpdateTime ¶
func (m *Commission) GetUpdateTime() time.Time
func (*Commission) Marshal ¶
func (m *Commission) Marshal() (dAtA []byte, err error)
func (*Commission) MarshalToSizedBuffer ¶
func (m *Commission) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Commission) ProtoMessage ¶
func (*Commission) ProtoMessage()
func (*Commission) Reset ¶
func (m *Commission) Reset()
func (*Commission) Size ¶
func (m *Commission) Size() (n int)
func (*Commission) String ¶
func (m *Commission) String() string
func (*Commission) Unmarshal ¶
func (m *Commission) Unmarshal(dAtA []byte) error
func (Commission) ValidateNewRate ¶
ValidateNewRate performs basic sanity validation checks of a new commission rate. If validation fails, an SDK error is returned.
func (*Commission) XXX_DiscardUnknown ¶
func (m *Commission) XXX_DiscardUnknown()
func (*Commission) XXX_Marshal ¶
func (m *Commission) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Commission) XXX_Merge ¶
func (m *Commission) XXX_Merge(src proto.Message)
func (*Commission) XXX_Size ¶
func (m *Commission) XXX_Size() int
func (*Commission) XXX_Unmarshal ¶
func (m *Commission) XXX_Unmarshal(b []byte) error
type CommissionRates ¶
type CommissionRates struct { // rate is the commission rate charged to delegators, as a fraction. Rate cosmossdk_io_math.LegacyDec `protobuf:"bytes,1,opt,name=rate,proto3,customtype=cosmossdk.io/math.LegacyDec" json:"rate"` // max_rate defines the maximum commission rate which validator can ever charge, as a fraction. MaxRate cosmossdk_io_math.LegacyDec `protobuf:"bytes,2,opt,name=max_rate,json=maxRate,proto3,customtype=cosmossdk.io/math.LegacyDec" json:"max_rate"` // max_change_rate defines the maximum daily increase of the validator commission, as a fraction. MaxChangeRate cosmossdk_io_math.LegacyDec `` /* 131-byte string literal not displayed */ }
CommissionRates defines the initial commission rates to be used for creating a validator.
func NewCommissionRates ¶
func NewCommissionRates(rate, maxRate, maxChangeRate math.LegacyDec) CommissionRates
NewCommissionRates returns an initialized validator commission rates.
func (*CommissionRates) Descriptor ¶
func (*CommissionRates) Descriptor() ([]byte, []int)
func (*CommissionRates) Equal ¶
func (this *CommissionRates) Equal(that interface{}) bool
func (*CommissionRates) Marshal ¶
func (m *CommissionRates) Marshal() (dAtA []byte, err error)
func (*CommissionRates) MarshalToSizedBuffer ¶
func (m *CommissionRates) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*CommissionRates) ProtoMessage ¶
func (*CommissionRates) ProtoMessage()
func (*CommissionRates) Reset ¶
func (m *CommissionRates) Reset()
func (*CommissionRates) Size ¶
func (m *CommissionRates) Size() (n int)
func (*CommissionRates) String ¶
func (m *CommissionRates) String() string
func (*CommissionRates) Unmarshal ¶
func (m *CommissionRates) Unmarshal(dAtA []byte) error
func (CommissionRates) Validate ¶
func (cr CommissionRates) Validate() error
Validate performs basic sanity validation checks of initial commission parameters. If validation fails, an SDK error is returned.
func (*CommissionRates) XXX_DiscardUnknown ¶
func (m *CommissionRates) XXX_DiscardUnknown()
func (*CommissionRates) XXX_Marshal ¶
func (m *CommissionRates) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CommissionRates) XXX_Merge ¶
func (m *CommissionRates) XXX_Merge(src proto.Message)
func (*CommissionRates) XXX_Size ¶
func (m *CommissionRates) XXX_Size() int
func (*CommissionRates) XXX_Unmarshal ¶
func (m *CommissionRates) XXX_Unmarshal(b []byte) error
type DVPair ¶
type DVPair struct { DelegatorAddress string `protobuf:"bytes,1,opt,name=delegator_address,json=delegatorAddress,proto3" json:"delegator_address,omitempty"` ValidatorAddress string `protobuf:"bytes,2,opt,name=validator_address,json=validatorAddress,proto3" json:"validator_address,omitempty"` }
DVPair is struct that just has a delegator-validator pair with no other data. It is intended to be used as a marshalable pointer. For example, a DVPair can be used to construct the key to getting an UnbondingDelegation from state.
func (*DVPair) Descriptor ¶
func (*DVPair) MarshalToSizedBuffer ¶
func (*DVPair) ProtoMessage ¶
func (*DVPair) ProtoMessage()
func (*DVPair) XXX_DiscardUnknown ¶
func (m *DVPair) XXX_DiscardUnknown()
func (*DVPair) XXX_Marshal ¶
func (*DVPair) XXX_Unmarshal ¶
type DVPairs ¶
type DVPairs struct {
Pairs []DVPair `protobuf:"bytes,1,rep,name=pairs,proto3" json:"pairs"`
}
DVPairs defines an array of DVPair objects.
func (*DVPairs) Descriptor ¶
func (*DVPairs) MarshalToSizedBuffer ¶
func (*DVPairs) ProtoMessage ¶
func (*DVPairs) ProtoMessage()
func (*DVPairs) XXX_DiscardUnknown ¶
func (m *DVPairs) XXX_DiscardUnknown()
func (*DVPairs) XXX_Marshal ¶
func (*DVPairs) XXX_Unmarshal ¶
type DVVTriplet ¶
type DVVTriplet struct { DelegatorAddress string `protobuf:"bytes,1,opt,name=delegator_address,json=delegatorAddress,proto3" json:"delegator_address,omitempty"` ValidatorSrcAddress string `protobuf:"bytes,2,opt,name=validator_src_address,json=validatorSrcAddress,proto3" json:"validator_src_address,omitempty"` ValidatorDstAddress string `protobuf:"bytes,3,opt,name=validator_dst_address,json=validatorDstAddress,proto3" json:"validator_dst_address,omitempty"` }
DVVTriplet is struct that just has a delegator-validator-validator triplet with no other data. It is intended to be used as a marshalable pointer. For example, a DVVTriplet can be used to construct the key to getting a Redelegation from state.
func (*DVVTriplet) Descriptor ¶
func (*DVVTriplet) Descriptor() ([]byte, []int)
func (*DVVTriplet) Marshal ¶
func (m *DVVTriplet) Marshal() (dAtA []byte, err error)
func (*DVVTriplet) MarshalToSizedBuffer ¶
func (m *DVVTriplet) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*DVVTriplet) ProtoMessage ¶
func (*DVVTriplet) ProtoMessage()
func (*DVVTriplet) Reset ¶
func (m *DVVTriplet) Reset()
func (*DVVTriplet) Size ¶
func (m *DVVTriplet) Size() (n int)
func (*DVVTriplet) String ¶
func (m *DVVTriplet) String() string
func (*DVVTriplet) Unmarshal ¶
func (m *DVVTriplet) Unmarshal(dAtA []byte) error
func (*DVVTriplet) XXX_DiscardUnknown ¶
func (m *DVVTriplet) XXX_DiscardUnknown()
func (*DVVTriplet) XXX_Marshal ¶
func (m *DVVTriplet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DVVTriplet) XXX_Merge ¶
func (m *DVVTriplet) XXX_Merge(src proto.Message)
func (*DVVTriplet) XXX_Size ¶
func (m *DVVTriplet) XXX_Size() int
func (*DVVTriplet) XXX_Unmarshal ¶
func (m *DVVTriplet) XXX_Unmarshal(b []byte) error
type DVVTriplets ¶
type DVVTriplets struct {
Triplets []DVVTriplet `protobuf:"bytes,1,rep,name=triplets,proto3" json:"triplets"`
}
DVVTriplets defines an array of DVVTriplet objects.
func (*DVVTriplets) Descriptor ¶
func (*DVVTriplets) Descriptor() ([]byte, []int)
func (*DVVTriplets) GetTriplets ¶
func (m *DVVTriplets) GetTriplets() []DVVTriplet
func (*DVVTriplets) Marshal ¶
func (m *DVVTriplets) Marshal() (dAtA []byte, err error)
func (*DVVTriplets) MarshalToSizedBuffer ¶
func (m *DVVTriplets) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*DVVTriplets) ProtoMessage ¶
func (*DVVTriplets) ProtoMessage()
func (*DVVTriplets) Reset ¶
func (m *DVVTriplets) Reset()
func (*DVVTriplets) Size ¶
func (m *DVVTriplets) Size() (n int)
func (*DVVTriplets) String ¶
func (m *DVVTriplets) String() string
func (*DVVTriplets) Unmarshal ¶
func (m *DVVTriplets) Unmarshal(dAtA []byte) error
func (*DVVTriplets) XXX_DiscardUnknown ¶
func (m *DVVTriplets) XXX_DiscardUnknown()
func (*DVVTriplets) XXX_Marshal ¶
func (m *DVVTriplets) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DVVTriplets) XXX_Merge ¶
func (m *DVVTriplets) XXX_Merge(src proto.Message)
func (*DVVTriplets) XXX_Size ¶
func (m *DVVTriplets) XXX_Size() int
func (*DVVTriplets) XXX_Unmarshal ¶
func (m *DVVTriplets) XXX_Unmarshal(b []byte) error
type Delegation ¶
type Delegation struct { // delegator_address is the encoded address of the delegator. DelegatorAddress string `protobuf:"bytes,1,opt,name=delegator_address,json=delegatorAddress,proto3" json:"delegator_address,omitempty"` // validator_address is the encoded address of the validator. ValidatorAddress string `protobuf:"bytes,2,opt,name=validator_address,json=validatorAddress,proto3" json:"validator_address,omitempty"` Shares cosmossdk_io_math.LegacyDec `protobuf:"bytes,3,opt,name=shares,proto3,customtype=cosmossdk.io/math.LegacyDec" json:"shares"` // has this delegation been marked as a validator self bond. ValidatorBond bool `protobuf:"varint,4,opt,name=validator_bond,json=validatorBond,proto3" json:"validator_bond,omitempty"` }
Delegation represents the bond with tokens held by an account. It is owned by one delegator, and is associated with the voting power of one validator.
func MustUnmarshalDelegation ¶
func MustUnmarshalDelegation(cdc codec.BinaryCodec, value []byte) Delegation
MustUnmarshalDelegation return the unmarshaled delegation from bytes. Panics if fails.
func NewDelegation ¶
func NewDelegation(delegatorAddr, validatorAddr string, shares math.LegacyDec) Delegation
NewDelegation creates a new delegation object
func UnmarshalDelegation ¶
func UnmarshalDelegation(cdc codec.BinaryCodec, value []byte) (delegation Delegation, err error)
return the delegation
func (*Delegation) Descriptor ¶
func (*Delegation) Descriptor() ([]byte, []int)
func (Delegation) GetDelegatorAddr ¶
func (d Delegation) GetDelegatorAddr() string
func (Delegation) GetShares ¶
func (d Delegation) GetShares() math.LegacyDec
func (Delegation) GetValidatorAddr ¶
func (d Delegation) GetValidatorAddr() string
func (*Delegation) Marshal ¶
func (m *Delegation) Marshal() (dAtA []byte, err error)
func (*Delegation) MarshalToSizedBuffer ¶
func (m *Delegation) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Delegation) ProtoMessage ¶
func (*Delegation) ProtoMessage()
func (*Delegation) Reset ¶
func (m *Delegation) Reset()
func (*Delegation) Size ¶
func (m *Delegation) Size() (n int)
func (*Delegation) String ¶
func (m *Delegation) String() string
func (*Delegation) Unmarshal ¶
func (m *Delegation) Unmarshal(dAtA []byte) error
func (*Delegation) XXX_DiscardUnknown ¶
func (m *Delegation) XXX_DiscardUnknown()
func (*Delegation) XXX_Marshal ¶
func (m *Delegation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Delegation) XXX_Merge ¶
func (m *Delegation) XXX_Merge(src proto.Message)
func (*Delegation) XXX_Size ¶
func (m *Delegation) XXX_Size() int
func (*Delegation) XXX_Unmarshal ¶
func (m *Delegation) XXX_Unmarshal(b []byte) error
type DelegationI ¶ added in v0.40.0
type DelegationI interface { GetDelegatorAddr() string // delegator string for the bond GetValidatorAddr() string // validator operator address }
DelegationI delegation bond for a delegated proof of stake system
type DelegationResponse ¶
type DelegationResponse struct { Delegation Delegation `protobuf:"bytes,1,opt,name=delegation,proto3" json:"delegation"` Balance types2.Coin `protobuf:"bytes,2,opt,name=balance,proto3" json:"balance"` }
DelegationResponse is equivalent to Delegation except that it contains a balance in addition to shares which is more suitable for client responses.
func NewDelegationResp ¶
func NewDelegationResp( delegatorAddr, validatorAddr string, shares math.LegacyDec, validatorBond bool, balance sdk.Coin, ) DelegationResponse
NewDelegationResp creates a new DelegationResponse instance
func (*DelegationResponse) Descriptor ¶ added in v0.40.0
func (*DelegationResponse) Descriptor() ([]byte, []int)
func (*DelegationResponse) GetBalance ¶ added in v0.40.0
func (m *DelegationResponse) GetBalance() types2.Coin
func (*DelegationResponse) GetDelegation ¶ added in v0.40.0
func (m *DelegationResponse) GetDelegation() Delegation
func (*DelegationResponse) Marshal ¶ added in v0.40.0
func (m *DelegationResponse) Marshal() (dAtA []byte, err error)
func (DelegationResponse) MarshalJSON ¶
func (d DelegationResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface. This is so we can achieve a flattened structure while embedding other types.
func (*DelegationResponse) MarshalTo ¶ added in v0.40.0
func (m *DelegationResponse) MarshalTo(dAtA []byte) (int, error)
func (*DelegationResponse) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *DelegationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*DelegationResponse) ProtoMessage ¶ added in v0.40.0
func (*DelegationResponse) ProtoMessage()
func (*DelegationResponse) Reset ¶ added in v0.40.0
func (m *DelegationResponse) Reset()
func (*DelegationResponse) Size ¶ added in v0.40.0
func (m *DelegationResponse) Size() (n int)
func (*DelegationResponse) String ¶
func (m *DelegationResponse) String() string
func (*DelegationResponse) Unmarshal ¶ added in v0.40.0
func (m *DelegationResponse) Unmarshal(dAtA []byte) error
func (*DelegationResponse) UnmarshalJSON ¶
func (d *DelegationResponse) UnmarshalJSON(bz []byte) error
UnmarshalJSON implements the json.Unmarshaler interface. This is so we can achieve a flattened structure while embedding other types.
func (*DelegationResponse) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *DelegationResponse) XXX_DiscardUnknown()
func (*DelegationResponse) XXX_Marshal ¶ added in v0.40.0
func (m *DelegationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DelegationResponse) XXX_Merge ¶ added in v0.40.0
func (m *DelegationResponse) XXX_Merge(src proto.Message)
func (*DelegationResponse) XXX_Size ¶ added in v0.40.0
func (m *DelegationResponse) XXX_Size() int
func (*DelegationResponse) XXX_Unmarshal ¶ added in v0.40.0
func (m *DelegationResponse) XXX_Unmarshal(b []byte) error
type DelegationResponses ¶
type DelegationResponses []DelegationResponse
DelegationResponses is a collection of DelegationResp
func (DelegationResponses) String ¶
func (d DelegationResponses) String() (out string)
String implements the Stringer interface for DelegationResponses.
type DelegationSet ¶
type DelegationSet interface { GetValidatorSet() ValidatorSet // validator set for which delegation set is based upon // iterate through all delegations from one delegator by validator-AccAddress, // execute func for each validator IterateDelegations(ctx context.Context, delegator sdk.AccAddress, fn func(index int64, delegation DelegationI) (stop bool)) error }
DelegationSet expected properties for the set of all delegations for a particular (noalias)
type Delegations ¶
type Delegations []Delegation
Delegations is a collection of delegations
func (Delegations) String ¶
func (d Delegations) String() (out string)
type Description ¶
type Description struct { // moniker defines a human-readable name for the validator. Moniker string `protobuf:"bytes,1,opt,name=moniker,proto3" json:"moniker,omitempty"` // identity defines an optional identity signature (ex. UPort or Keybase). Identity string `protobuf:"bytes,2,opt,name=identity,proto3" json:"identity,omitempty"` // website defines an optional website link. Website string `protobuf:"bytes,3,opt,name=website,proto3" json:"website,omitempty"` // security_contact defines an optional email for security contact. SecurityContact string `protobuf:"bytes,4,opt,name=security_contact,json=securityContact,proto3" json:"security_contact,omitempty"` // details define other optional details. Details string `protobuf:"bytes,5,opt,name=details,proto3" json:"details,omitempty"` }
Description defines a validator description.
func NewDescription ¶
func NewDescription(moniker, identity, website, securityContact, details string) Description
func (*Description) Descriptor ¶
func (*Description) Descriptor() ([]byte, []int)
func (Description) EnsureLength ¶
func (d Description) EnsureLength() (Description, error)
EnsureLength ensures the length of a validator's description.
func (*Description) Equal ¶
func (this *Description) Equal(that interface{}) bool
func (*Description) GetDetails ¶
func (m *Description) GetDetails() string
func (*Description) GetIdentity ¶
func (m *Description) GetIdentity() string
func (*Description) GetMoniker ¶
func (m *Description) GetMoniker() string
func (*Description) GetSecurityContact ¶
func (m *Description) GetSecurityContact() string
func (*Description) GetWebsite ¶
func (m *Description) GetWebsite() string
func (*Description) Marshal ¶
func (m *Description) Marshal() (dAtA []byte, err error)
func (*Description) MarshalToSizedBuffer ¶
func (m *Description) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Description) ProtoMessage ¶
func (*Description) ProtoMessage()
func (*Description) Reset ¶
func (m *Description) Reset()
func (*Description) Size ¶
func (m *Description) Size() (n int)
func (*Description) String ¶
func (m *Description) String() string
func (*Description) Unmarshal ¶
func (m *Description) Unmarshal(dAtA []byte) error
func (Description) UpdateDescription ¶
func (d Description) UpdateDescription(d2 Description) (Description, error)
UpdateDescription updates the fields of a given description. An error is returned if the resulting description contains an invalid length.
func (*Description) XXX_DiscardUnknown ¶
func (m *Description) XXX_DiscardUnknown()
func (*Description) XXX_Marshal ¶
func (m *Description) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Description) XXX_Merge ¶
func (m *Description) XXX_Merge(src proto.Message)
func (*Description) XXX_Size ¶
func (m *Description) XXX_Size() int
func (*Description) XXX_Unmarshal ¶
func (m *Description) XXX_Unmarshal(b []byte) error
type GenesisState ¶
type GenesisState struct { // params defines all the parameters of related to deposit. Params Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params"` // last_total_power tracks the total amounts of bonded tokens recorded during // the previous end block. LastTotalPower cosmossdk_io_math.Int `` /* 128-byte string literal not displayed */ // last_validator_powers is a special index that provides a historical list // of the last-block's bonded validators. LastValidatorPowers []LastValidatorPower `protobuf:"bytes,3,rep,name=last_validator_powers,json=lastValidatorPowers,proto3" json:"last_validator_powers"` // validators defines the validator set at genesis. Validators []Validator `protobuf:"bytes,4,rep,name=validators,proto3" json:"validators"` // delegations defines the delegations active at genesis. Delegations []Delegation `protobuf:"bytes,5,rep,name=delegations,proto3" json:"delegations"` // unbonding_delegations defines the unbonding delegations active at genesis. UnbondingDelegations []UnbondingDelegation `protobuf:"bytes,6,rep,name=unbonding_delegations,json=unbondingDelegations,proto3" json:"unbonding_delegations"` // redelegations defines the redelegations active at genesis. Redelegations []Redelegation `protobuf:"bytes,7,rep,name=redelegations,proto3" json:"redelegations"` // exported defines a bool to identify whether the chain dealing with exported or initialized genesis. Exported bool `protobuf:"varint,8,opt,name=exported,proto3" json:"exported,omitempty"` TokenizeShareRecords []TokenizeShareRecord `protobuf:"bytes,9,rep,name=tokenize_share_records,json=tokenizeShareRecords,proto3" json:"tokenize_share_records"` LastTokenizeShareRecordId uint64 `` /* 144-byte string literal not displayed */ // total number of liquid staked tokens at genesis TotalLiquidStakedTokens cosmossdk_io_math.Int `` /* 192-byte string literal not displayed */ TokenizeShareLocks []TokenizeShareLock `protobuf:"bytes,12,rep,name=tokenize_share_locks,json=tokenizeShareLocks,proto3" json:"tokenize_share_locks"` }
GenesisState defines the staking module's genesis state.
func DefaultGenesisState ¶
func DefaultGenesisState() *GenesisState
DefaultGenesisState gets the raw genesis raw message for testing
func GetGenesisStateFromAppState ¶
func GetGenesisStateFromAppState(cdc codec.JSONCodec, appState map[string]json.RawMessage) *GenesisState
GetGenesisStateFromAppState returns x/staking GenesisState given raw application genesis state.
func NewGenesisState ¶
func NewGenesisState(params Params, validators []Validator, delegations []Delegation) *GenesisState
NewGenesisState creates a new GenesisState instanc e
func (*GenesisState) Descriptor ¶ added in v0.40.0
func (*GenesisState) Descriptor() ([]byte, []int)
func (*GenesisState) GetDelegations ¶ added in v0.40.0
func (m *GenesisState) GetDelegations() []Delegation
func (*GenesisState) GetExported ¶ added in v0.40.0
func (m *GenesisState) GetExported() bool
func (*GenesisState) GetLastTokenizeShareRecordId ¶
func (m *GenesisState) GetLastTokenizeShareRecordId() uint64
func (*GenesisState) GetLastValidatorPowers ¶ added in v0.40.0
func (m *GenesisState) GetLastValidatorPowers() []LastValidatorPower
func (*GenesisState) GetParams ¶ added in v0.40.0
func (m *GenesisState) GetParams() Params
func (*GenesisState) GetRedelegations ¶ added in v0.40.0
func (m *GenesisState) GetRedelegations() []Redelegation
func (*GenesisState) GetTokenizeShareLocks ¶
func (m *GenesisState) GetTokenizeShareLocks() []TokenizeShareLock
func (*GenesisState) GetTokenizeShareRecords ¶
func (m *GenesisState) GetTokenizeShareRecords() []TokenizeShareRecord
func (*GenesisState) GetUnbondingDelegations ¶ added in v0.40.0
func (m *GenesisState) GetUnbondingDelegations() []UnbondingDelegation
func (*GenesisState) GetValidators ¶ added in v0.40.0
func (m *GenesisState) GetValidators() []Validator
func (*GenesisState) Marshal ¶ added in v0.40.0
func (m *GenesisState) Marshal() (dAtA []byte, err error)
func (*GenesisState) MarshalTo ¶ added in v0.40.0
func (m *GenesisState) MarshalTo(dAtA []byte) (int, error)
func (*GenesisState) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GenesisState) ProtoMessage ¶ added in v0.40.0
func (*GenesisState) ProtoMessage()
func (*GenesisState) Reset ¶ added in v0.40.0
func (m *GenesisState) Reset()
func (*GenesisState) Size ¶ added in v0.40.0
func (m *GenesisState) Size() (n int)
func (*GenesisState) String ¶ added in v0.40.0
func (m *GenesisState) String() string
func (*GenesisState) Unmarshal ¶ added in v0.40.0
func (m *GenesisState) Unmarshal(dAtA []byte) error
func (GenesisState) UnpackInterfaces ¶ added in v0.40.0
func (g GenesisState) UnpackInterfaces(c codectypes.AnyUnpacker) error
UnpackInterfaces implements UnpackInterfacesMessage.UnpackInterfaces
func (*GenesisState) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *GenesisState) XXX_DiscardUnknown()
func (*GenesisState) XXX_Marshal ¶ added in v0.40.0
func (m *GenesisState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GenesisState) XXX_Merge ¶ added in v0.40.0
func (m *GenesisState) XXX_Merge(src proto.Message)
func (*GenesisState) XXX_Size ¶ added in v0.40.0
func (m *GenesisState) XXX_Size() int
func (*GenesisState) XXX_Unmarshal ¶ added in v0.40.0
func (m *GenesisState) XXX_Unmarshal(b []byte) error
type HistoricalInfo ¶
type HistoricalInfo struct { Header types.Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header"` Valset []Validator `protobuf:"bytes,2,rep,name=valset,proto3" json:"valset"` }
HistoricalInfo contains header and validator information for a given block. It is stored as part of staking module's state, which persists the `n` most recent HistoricalInfo (`n` is set by the staking module's `historical_entries` parameter).
func MustUnmarshalHistoricalInfo ¶
func MustUnmarshalHistoricalInfo(cdc codec.BinaryCodec, value []byte) HistoricalInfo
MustUnmarshalHistoricalInfo wll unmarshal historical info and panic on error
func NewHistoricalInfo ¶
func NewHistoricalInfo(header cmtproto.Header, valSet Validators, powerReduction math.Int) HistoricalInfo
NewHistoricalInfo will create a historical information struct from header and valset it will first sort valset before inclusion into historical info
func UnmarshalHistoricalInfo ¶
func UnmarshalHistoricalInfo(cdc codec.BinaryCodec, value []byte) (hi HistoricalInfo, err error)
UnmarshalHistoricalInfo will unmarshal historical info and return any error
func (*HistoricalInfo) Descriptor ¶
func (*HistoricalInfo) Descriptor() ([]byte, []int)
func (*HistoricalInfo) Equal ¶
func (hi *HistoricalInfo) Equal(hi2 *HistoricalInfo) bool
Equal checks if receiver is equal to the parameter
func (*HistoricalInfo) GetHeader ¶
func (m *HistoricalInfo) GetHeader() types.Header
func (*HistoricalInfo) GetValset ¶
func (m *HistoricalInfo) GetValset() []Validator
func (*HistoricalInfo) Marshal ¶
func (m *HistoricalInfo) Marshal() (dAtA []byte, err error)
func (*HistoricalInfo) MarshalToSizedBuffer ¶
func (m *HistoricalInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*HistoricalInfo) ProtoMessage ¶
func (*HistoricalInfo) ProtoMessage()
func (*HistoricalInfo) Reset ¶
func (m *HistoricalInfo) Reset()
func (*HistoricalInfo) Size ¶
func (m *HistoricalInfo) Size() (n int)
func (*HistoricalInfo) String ¶
func (m *HistoricalInfo) String() string
func (*HistoricalInfo) Unmarshal ¶
func (m *HistoricalInfo) Unmarshal(dAtA []byte) error
func (HistoricalInfo) UnpackInterfaces ¶ added in v0.40.0
func (hi HistoricalInfo) UnpackInterfaces(c codectypes.AnyUnpacker) error
UnpackInterfaces implements UnpackInterfacesMessage.UnpackInterfaces
func (*HistoricalInfo) XXX_DiscardUnknown ¶
func (m *HistoricalInfo) XXX_DiscardUnknown()
func (*HistoricalInfo) XXX_Marshal ¶
func (m *HistoricalInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*HistoricalInfo) XXX_Merge ¶
func (m *HistoricalInfo) XXX_Merge(src proto.Message)
func (*HistoricalInfo) XXX_Size ¶
func (m *HistoricalInfo) XXX_Size() int
func (*HistoricalInfo) XXX_Unmarshal ¶
func (m *HistoricalInfo) XXX_Unmarshal(b []byte) error
type Infraction ¶ added in v0.47.0
type Infraction int32
Infraction indicates the infraction a validator commited.
const ( // UNSPECIFIED defines an empty infraction. Infraction_INFRACTION_UNSPECIFIED Infraction = 0 // DOUBLE_SIGN defines a validator that double-signs a block. Infraction_INFRACTION_DOUBLE_SIGN Infraction = 1 // DOWNTIME defines a validator that missed signing too many blocks. Infraction_INFRACTION_DOWNTIME Infraction = 2 )
func (Infraction) EnumDescriptor ¶ added in v0.47.0
func (Infraction) EnumDescriptor() ([]byte, []int)
func (Infraction) String ¶ added in v0.47.0
func (x Infraction) String() string
type LastValidatorPower ¶
type LastValidatorPower struct { // address is the address of the validator. Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` // power defines the power of the validator. Power int64 `protobuf:"varint,2,opt,name=power,proto3" json:"power,omitempty"` }
LastValidatorPower required for validator set update logic.
func (*LastValidatorPower) Descriptor ¶ added in v0.40.0
func (*LastValidatorPower) Descriptor() ([]byte, []int)
func (*LastValidatorPower) Marshal ¶ added in v0.40.0
func (m *LastValidatorPower) Marshal() (dAtA []byte, err error)
func (*LastValidatorPower) MarshalTo ¶ added in v0.40.0
func (m *LastValidatorPower) MarshalTo(dAtA []byte) (int, error)
func (*LastValidatorPower) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *LastValidatorPower) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LastValidatorPower) ProtoMessage ¶ added in v0.40.0
func (*LastValidatorPower) ProtoMessage()
func (*LastValidatorPower) Reset ¶ added in v0.40.0
func (m *LastValidatorPower) Reset()
func (*LastValidatorPower) Size ¶ added in v0.40.0
func (m *LastValidatorPower) Size() (n int)
func (*LastValidatorPower) String ¶ added in v0.40.0
func (m *LastValidatorPower) String() string
func (*LastValidatorPower) Unmarshal ¶ added in v0.40.0
func (m *LastValidatorPower) Unmarshal(dAtA []byte) error
func (*LastValidatorPower) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *LastValidatorPower) XXX_DiscardUnknown()
func (*LastValidatorPower) XXX_Marshal ¶ added in v0.40.0
func (m *LastValidatorPower) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LastValidatorPower) XXX_Merge ¶ added in v0.40.0
func (m *LastValidatorPower) XXX_Merge(src proto.Message)
func (*LastValidatorPower) XXX_Size ¶ added in v0.40.0
func (m *LastValidatorPower) XXX_Size() int
func (*LastValidatorPower) XXX_Unmarshal ¶ added in v0.40.0
func (m *LastValidatorPower) XXX_Unmarshal(b []byte) error
type MsgBeginRedelegate ¶
type MsgBeginRedelegate struct { DelegatorAddress string `protobuf:"bytes,1,opt,name=delegator_address,json=delegatorAddress,proto3" json:"delegator_address,omitempty"` ValidatorSrcAddress string `protobuf:"bytes,2,opt,name=validator_src_address,json=validatorSrcAddress,proto3" json:"validator_src_address,omitempty"` ValidatorDstAddress string `protobuf:"bytes,3,opt,name=validator_dst_address,json=validatorDstAddress,proto3" json:"validator_dst_address,omitempty"` Amount types1.Coin `protobuf:"bytes,4,opt,name=amount,proto3" json:"amount"` }
MsgBeginRedelegate defines a SDK message for performing a redelegation of coins from a delegator and source validator to a destination validator.
func NewMsgBeginRedelegate ¶
func NewMsgBeginRedelegate( delAddr, valSrcAddr, valDstAddr string, amount sdk.Coin, ) *MsgBeginRedelegate
NewMsgBeginRedelegate creates a new MsgBeginRedelegate instance.
func (*MsgBeginRedelegate) Descriptor ¶
func (*MsgBeginRedelegate) Descriptor() ([]byte, []int)
func (*MsgBeginRedelegate) Marshal ¶
func (m *MsgBeginRedelegate) Marshal() (dAtA []byte, err error)
func (*MsgBeginRedelegate) MarshalTo ¶
func (m *MsgBeginRedelegate) MarshalTo(dAtA []byte) (int, error)
func (*MsgBeginRedelegate) MarshalToSizedBuffer ¶
func (m *MsgBeginRedelegate) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgBeginRedelegate) ProtoMessage ¶
func (*MsgBeginRedelegate) ProtoMessage()
func (*MsgBeginRedelegate) Reset ¶
func (m *MsgBeginRedelegate) Reset()
func (*MsgBeginRedelegate) Size ¶
func (m *MsgBeginRedelegate) Size() (n int)
func (*MsgBeginRedelegate) String ¶
func (m *MsgBeginRedelegate) String() string
func (*MsgBeginRedelegate) Unmarshal ¶
func (m *MsgBeginRedelegate) Unmarshal(dAtA []byte) error
func (*MsgBeginRedelegate) XXX_DiscardUnknown ¶
func (m *MsgBeginRedelegate) XXX_DiscardUnknown()
func (*MsgBeginRedelegate) XXX_Marshal ¶
func (m *MsgBeginRedelegate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgBeginRedelegate) XXX_Merge ¶
func (m *MsgBeginRedelegate) XXX_Merge(src proto.Message)
func (*MsgBeginRedelegate) XXX_Size ¶
func (m *MsgBeginRedelegate) XXX_Size() int
func (*MsgBeginRedelegate) XXX_Unmarshal ¶
func (m *MsgBeginRedelegate) XXX_Unmarshal(b []byte) error
type MsgBeginRedelegateResponse ¶ added in v0.40.0
type MsgBeginRedelegateResponse struct {
CompletionTime time.Time `protobuf:"bytes,1,opt,name=completion_time,json=completionTime,proto3,stdtime" json:"completion_time"`
}
MsgBeginRedelegateResponse defines the Msg/BeginRedelegate response type.
func (*MsgBeginRedelegateResponse) Descriptor ¶ added in v0.40.0
func (*MsgBeginRedelegateResponse) Descriptor() ([]byte, []int)
func (*MsgBeginRedelegateResponse) GetCompletionTime ¶ added in v0.40.0
func (m *MsgBeginRedelegateResponse) GetCompletionTime() time.Time
func (*MsgBeginRedelegateResponse) Marshal ¶ added in v0.40.0
func (m *MsgBeginRedelegateResponse) Marshal() (dAtA []byte, err error)
func (*MsgBeginRedelegateResponse) MarshalTo ¶ added in v0.40.0
func (m *MsgBeginRedelegateResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgBeginRedelegateResponse) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *MsgBeginRedelegateResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgBeginRedelegateResponse) ProtoMessage ¶ added in v0.40.0
func (*MsgBeginRedelegateResponse) ProtoMessage()
func (*MsgBeginRedelegateResponse) Reset ¶ added in v0.40.0
func (m *MsgBeginRedelegateResponse) Reset()
func (*MsgBeginRedelegateResponse) Size ¶ added in v0.40.0
func (m *MsgBeginRedelegateResponse) Size() (n int)
func (*MsgBeginRedelegateResponse) String ¶ added in v0.40.0
func (m *MsgBeginRedelegateResponse) String() string
func (*MsgBeginRedelegateResponse) Unmarshal ¶ added in v0.40.0
func (m *MsgBeginRedelegateResponse) Unmarshal(dAtA []byte) error
func (*MsgBeginRedelegateResponse) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *MsgBeginRedelegateResponse) XXX_DiscardUnknown()
func (*MsgBeginRedelegateResponse) XXX_Marshal ¶ added in v0.40.0
func (m *MsgBeginRedelegateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgBeginRedelegateResponse) XXX_Merge ¶ added in v0.40.0
func (m *MsgBeginRedelegateResponse) XXX_Merge(src proto.Message)
func (*MsgBeginRedelegateResponse) XXX_Size ¶ added in v0.40.0
func (m *MsgBeginRedelegateResponse) XXX_Size() int
func (*MsgBeginRedelegateResponse) XXX_Unmarshal ¶ added in v0.40.0
func (m *MsgBeginRedelegateResponse) XXX_Unmarshal(b []byte) error
type MsgCancelUnbondingDelegation ¶ added in v0.46.0
type MsgCancelUnbondingDelegation struct { DelegatorAddress string `protobuf:"bytes,1,opt,name=delegator_address,json=delegatorAddress,proto3" json:"delegator_address,omitempty"` ValidatorAddress string `protobuf:"bytes,2,opt,name=validator_address,json=validatorAddress,proto3" json:"validator_address,omitempty"` // amount is always less than or equal to unbonding delegation entry balance Amount types1.Coin `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount"` // creation_height is the height which the unbonding took place. CreationHeight int64 `protobuf:"varint,4,opt,name=creation_height,json=creationHeight,proto3" json:"creation_height,omitempty"` }
MsgCancelUnbondingDelegation defines the SDK message for performing a cancel unbonding delegation for delegator
Since: cosmos-sdk 0.46
func NewMsgCancelUnbondingDelegation ¶ added in v0.46.0
func NewMsgCancelUnbondingDelegation(delAddr, valAddr string, creationHeight int64, amount sdk.Coin) *MsgCancelUnbondingDelegation
NewMsgCancelUnbondingDelegation creates a new MsgCancelUnbondingDelegation instance.
func (*MsgCancelUnbondingDelegation) Descriptor ¶ added in v0.46.0
func (*MsgCancelUnbondingDelegation) Descriptor() ([]byte, []int)
func (*MsgCancelUnbondingDelegation) Marshal ¶ added in v0.46.0
func (m *MsgCancelUnbondingDelegation) Marshal() (dAtA []byte, err error)
func (*MsgCancelUnbondingDelegation) MarshalTo ¶ added in v0.46.0
func (m *MsgCancelUnbondingDelegation) MarshalTo(dAtA []byte) (int, error)
func (*MsgCancelUnbondingDelegation) MarshalToSizedBuffer ¶ added in v0.46.0
func (m *MsgCancelUnbondingDelegation) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgCancelUnbondingDelegation) ProtoMessage ¶ added in v0.46.0
func (*MsgCancelUnbondingDelegation) ProtoMessage()
func (*MsgCancelUnbondingDelegation) Reset ¶ added in v0.46.0
func (m *MsgCancelUnbondingDelegation) Reset()
func (*MsgCancelUnbondingDelegation) Size ¶ added in v0.46.0
func (m *MsgCancelUnbondingDelegation) Size() (n int)
func (*MsgCancelUnbondingDelegation) String ¶ added in v0.46.0
func (m *MsgCancelUnbondingDelegation) String() string
func (*MsgCancelUnbondingDelegation) Unmarshal ¶ added in v0.46.0
func (m *MsgCancelUnbondingDelegation) Unmarshal(dAtA []byte) error
func (*MsgCancelUnbondingDelegation) XXX_DiscardUnknown ¶ added in v0.46.0
func (m *MsgCancelUnbondingDelegation) XXX_DiscardUnknown()
func (*MsgCancelUnbondingDelegation) XXX_Marshal ¶ added in v0.46.0
func (m *MsgCancelUnbondingDelegation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgCancelUnbondingDelegation) XXX_Merge ¶ added in v0.46.0
func (m *MsgCancelUnbondingDelegation) XXX_Merge(src proto.Message)
func (*MsgCancelUnbondingDelegation) XXX_Size ¶ added in v0.46.0
func (m *MsgCancelUnbondingDelegation) XXX_Size() int
func (*MsgCancelUnbondingDelegation) XXX_Unmarshal ¶ added in v0.46.0
func (m *MsgCancelUnbondingDelegation) XXX_Unmarshal(b []byte) error
type MsgCancelUnbondingDelegationResponse ¶ added in v0.46.0
type MsgCancelUnbondingDelegationResponse struct { }
MsgCancelUnbondingDelegationResponse
Since: cosmos-sdk 0.46
func (*MsgCancelUnbondingDelegationResponse) Descriptor ¶ added in v0.46.0
func (*MsgCancelUnbondingDelegationResponse) Descriptor() ([]byte, []int)
func (*MsgCancelUnbondingDelegationResponse) Marshal ¶ added in v0.46.0
func (m *MsgCancelUnbondingDelegationResponse) Marshal() (dAtA []byte, err error)
func (*MsgCancelUnbondingDelegationResponse) MarshalTo ¶ added in v0.46.0
func (m *MsgCancelUnbondingDelegationResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgCancelUnbondingDelegationResponse) MarshalToSizedBuffer ¶ added in v0.46.0
func (m *MsgCancelUnbondingDelegationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgCancelUnbondingDelegationResponse) ProtoMessage ¶ added in v0.46.0
func (*MsgCancelUnbondingDelegationResponse) ProtoMessage()
func (*MsgCancelUnbondingDelegationResponse) Reset ¶ added in v0.46.0
func (m *MsgCancelUnbondingDelegationResponse) Reset()
func (*MsgCancelUnbondingDelegationResponse) Size ¶ added in v0.46.0
func (m *MsgCancelUnbondingDelegationResponse) Size() (n int)
func (*MsgCancelUnbondingDelegationResponse) String ¶ added in v0.46.0
func (m *MsgCancelUnbondingDelegationResponse) String() string
func (*MsgCancelUnbondingDelegationResponse) Unmarshal ¶ added in v0.46.0
func (m *MsgCancelUnbondingDelegationResponse) Unmarshal(dAtA []byte) error
func (*MsgCancelUnbondingDelegationResponse) XXX_DiscardUnknown ¶ added in v0.46.0
func (m *MsgCancelUnbondingDelegationResponse) XXX_DiscardUnknown()
func (*MsgCancelUnbondingDelegationResponse) XXX_Marshal ¶ added in v0.46.0
func (m *MsgCancelUnbondingDelegationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgCancelUnbondingDelegationResponse) XXX_Merge ¶ added in v0.46.0
func (m *MsgCancelUnbondingDelegationResponse) XXX_Merge(src proto.Message)
func (*MsgCancelUnbondingDelegationResponse) XXX_Size ¶ added in v0.46.0
func (m *MsgCancelUnbondingDelegationResponse) XXX_Size() int
func (*MsgCancelUnbondingDelegationResponse) XXX_Unmarshal ¶ added in v0.46.0
func (m *MsgCancelUnbondingDelegationResponse) XXX_Unmarshal(b []byte) error
type MsgClient ¶ added in v0.40.0
type MsgClient interface { // CreateValidator defines a method for creating a new validator. CreateValidator(ctx context.Context, in *MsgCreateValidator, opts ...grpc.CallOption) (*MsgCreateValidatorResponse, error) // EditValidator defines a method for editing an existing validator. EditValidator(ctx context.Context, in *MsgEditValidator, opts ...grpc.CallOption) (*MsgEditValidatorResponse, error) // Delegate defines a method for performing a delegation of coins // from a delegator to a validator. Delegate(ctx context.Context, in *MsgDelegate, opts ...grpc.CallOption) (*MsgDelegateResponse, error) // BeginRedelegate defines a method for performing a redelegation // of coins from a delegator and source validator to a destination validator. BeginRedelegate(ctx context.Context, in *MsgBeginRedelegate, opts ...grpc.CallOption) (*MsgBeginRedelegateResponse, error) // Undelegate defines a method for performing an undelegation from a // delegate and a validator. Undelegate(ctx context.Context, in *MsgUndelegate, opts ...grpc.CallOption) (*MsgUndelegateResponse, error) // CancelUnbondingDelegation defines a method for performing canceling the unbonding delegation // and delegate back to previous validator. // // Since: cosmos-sdk 0.46 CancelUnbondingDelegation(ctx context.Context, in *MsgCancelUnbondingDelegation, opts ...grpc.CallOption) (*MsgCancelUnbondingDelegationResponse, error) // UpdateParams defines an operation for updating the x/staking module // parameters. // Since: cosmos-sdk 0.47 UpdateParams(ctx context.Context, in *MsgUpdateParams, opts ...grpc.CallOption) (*MsgUpdateParamsResponse, error) // UnbondValidator defines a method for performing the status transition for a validator // from bonded to unbonding // This allows a validator to stop their services and jail themselves without // experiencing a slash UnbondValidator(ctx context.Context, in *MsgUnbondValidator, opts ...grpc.CallOption) (*MsgUnbondValidatorResponse, error) TokenizeShares(ctx context.Context, in *MsgTokenizeShares, opts ...grpc.CallOption) (*MsgTokenizeSharesResponse, error) // shares. RedeemTokensForShares(ctx context.Context, in *MsgRedeemTokensForShares, opts ...grpc.CallOption) (*MsgRedeemTokensForSharesResponse, error) // TokenizeShareRecord TransferTokenizeShareRecord(ctx context.Context, in *MsgTransferTokenizeShareRecord, opts ...grpc.CallOption) (*MsgTransferTokenizeShareRecordResponse, error) DisableTokenizeShares(ctx context.Context, in *MsgDisableTokenizeShares, opts ...grpc.CallOption) (*MsgDisableTokenizeSharesResponse, error) // after it has been disabled EnableTokenizeShares(ctx context.Context, in *MsgEnableTokenizeShares, opts ...grpc.CallOption) (*MsgEnableTokenizeSharesResponse, error) // ValidatorBond defines a method for performing a validator self-bond ValidatorBond(ctx context.Context, in *MsgValidatorBond, opts ...grpc.CallOption) (*MsgValidatorBondResponse, error) }
MsgClient is the client API for Msg service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewMsgClient ¶ added in v0.40.0
func NewMsgClient(cc grpc1.ClientConn) MsgClient
type MsgCreateValidator ¶
type MsgCreateValidator struct { Description Description `protobuf:"bytes,1,opt,name=description,proto3" json:"description"` Commission CommissionRates `protobuf:"bytes,2,opt,name=commission,proto3" json:"commission"` // Deprecated: This field has been deprecated with LSM in favor of the validator bond MinSelfDelegation cosmossdk_io_math.Int `` // Deprecated: Do not use. /* 137-byte string literal not displayed */ // Deprecated: Use of Delegator Address in MsgCreateValidator is deprecated. // The validator address bytes and delegator address bytes refer to the same account while creating validator (defer // only in bech32 notation). DelegatorAddress string `protobuf:"bytes,4,opt,name=delegator_address,json=delegatorAddress,proto3" json:"delegator_address,omitempty"` // Deprecated: Do not use. ValidatorAddress string `protobuf:"bytes,5,opt,name=validator_address,json=validatorAddress,proto3" json:"validator_address,omitempty"` Pubkey *types.Any `protobuf:"bytes,6,opt,name=pubkey,proto3" json:"pubkey,omitempty"` Value types1.Coin `protobuf:"bytes,7,opt,name=value,proto3" json:"value"` }
MsgCreateValidator defines a SDK message for creating a new validator.
func NewMsgCreateValidator ¶
func NewMsgCreateValidator( valAddr string, pubKey cryptotypes.PubKey, selfDelegation sdk.Coin, description Description, commission CommissionRates, ) (*MsgCreateValidator, error)
NewMsgCreateValidator creates a new MsgCreateValidator instance. Delegator address and validator address are the same.
func (*MsgCreateValidator) Descriptor ¶
func (*MsgCreateValidator) Descriptor() ([]byte, []int)
func (*MsgCreateValidator) Marshal ¶
func (m *MsgCreateValidator) Marshal() (dAtA []byte, err error)
func (*MsgCreateValidator) MarshalTo ¶
func (m *MsgCreateValidator) MarshalTo(dAtA []byte) (int, error)
func (*MsgCreateValidator) MarshalToSizedBuffer ¶
func (m *MsgCreateValidator) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgCreateValidator) ProtoMessage ¶
func (*MsgCreateValidator) ProtoMessage()
func (*MsgCreateValidator) Reset ¶
func (m *MsgCreateValidator) Reset()
func (*MsgCreateValidator) Size ¶
func (m *MsgCreateValidator) Size() (n int)
func (*MsgCreateValidator) String ¶
func (m *MsgCreateValidator) String() string
func (*MsgCreateValidator) Unmarshal ¶
func (m *MsgCreateValidator) Unmarshal(dAtA []byte) error
func (MsgCreateValidator) UnpackInterfaces ¶ added in v0.40.0
func (msg MsgCreateValidator) UnpackInterfaces(unpacker codectypes.AnyUnpacker) error
UnpackInterfaces implements UnpackInterfacesMessage.UnpackInterfaces
func (MsgCreateValidator) Validate ¶ added in v0.50.1
func (msg MsgCreateValidator) Validate(ac address.Codec) error
Validate validates the MsgCreateValidator sdk msg.
func (*MsgCreateValidator) XXX_DiscardUnknown ¶
func (m *MsgCreateValidator) XXX_DiscardUnknown()
func (*MsgCreateValidator) XXX_Marshal ¶
func (m *MsgCreateValidator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgCreateValidator) XXX_Merge ¶
func (m *MsgCreateValidator) XXX_Merge(src proto.Message)
func (*MsgCreateValidator) XXX_Size ¶
func (m *MsgCreateValidator) XXX_Size() int
func (*MsgCreateValidator) XXX_Unmarshal ¶
func (m *MsgCreateValidator) XXX_Unmarshal(b []byte) error
type MsgCreateValidatorResponse ¶ added in v0.40.0
type MsgCreateValidatorResponse struct { }
MsgCreateValidatorResponse defines the Msg/CreateValidator response type.
func (*MsgCreateValidatorResponse) Descriptor ¶ added in v0.40.0
func (*MsgCreateValidatorResponse) Descriptor() ([]byte, []int)
func (*MsgCreateValidatorResponse) Marshal ¶ added in v0.40.0
func (m *MsgCreateValidatorResponse) Marshal() (dAtA []byte, err error)
func (*MsgCreateValidatorResponse) MarshalTo ¶ added in v0.40.0
func (m *MsgCreateValidatorResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgCreateValidatorResponse) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *MsgCreateValidatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgCreateValidatorResponse) ProtoMessage ¶ added in v0.40.0
func (*MsgCreateValidatorResponse) ProtoMessage()
func (*MsgCreateValidatorResponse) Reset ¶ added in v0.40.0
func (m *MsgCreateValidatorResponse) Reset()
func (*MsgCreateValidatorResponse) Size ¶ added in v0.40.0
func (m *MsgCreateValidatorResponse) Size() (n int)
func (*MsgCreateValidatorResponse) String ¶ added in v0.40.0
func (m *MsgCreateValidatorResponse) String() string
func (*MsgCreateValidatorResponse) Unmarshal ¶ added in v0.40.0
func (m *MsgCreateValidatorResponse) Unmarshal(dAtA []byte) error
func (*MsgCreateValidatorResponse) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *MsgCreateValidatorResponse) XXX_DiscardUnknown()
func (*MsgCreateValidatorResponse) XXX_Marshal ¶ added in v0.40.0
func (m *MsgCreateValidatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgCreateValidatorResponse) XXX_Merge ¶ added in v0.40.0
func (m *MsgCreateValidatorResponse) XXX_Merge(src proto.Message)
func (*MsgCreateValidatorResponse) XXX_Size ¶ added in v0.40.0
func (m *MsgCreateValidatorResponse) XXX_Size() int
func (*MsgCreateValidatorResponse) XXX_Unmarshal ¶ added in v0.40.0
func (m *MsgCreateValidatorResponse) XXX_Unmarshal(b []byte) error
type MsgDelegate ¶
type MsgDelegate struct { DelegatorAddress string `protobuf:"bytes,1,opt,name=delegator_address,json=delegatorAddress,proto3" json:"delegator_address,omitempty"` ValidatorAddress string `protobuf:"bytes,2,opt,name=validator_address,json=validatorAddress,proto3" json:"validator_address,omitempty"` Amount types1.Coin `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount"` }
MsgDelegate defines a SDK message for performing a delegation of coins from a delegator to a validator.
func NewMsgDelegate ¶
func NewMsgDelegate(delAddr, valAddr string, amount sdk.Coin) *MsgDelegate
NewMsgDelegate creates a new MsgDelegate instance.
func (*MsgDelegate) Descriptor ¶
func (*MsgDelegate) Descriptor() ([]byte, []int)
func (*MsgDelegate) Marshal ¶
func (m *MsgDelegate) Marshal() (dAtA []byte, err error)
func (*MsgDelegate) MarshalToSizedBuffer ¶
func (m *MsgDelegate) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgDelegate) ProtoMessage ¶
func (*MsgDelegate) ProtoMessage()
func (*MsgDelegate) Reset ¶
func (m *MsgDelegate) Reset()
func (*MsgDelegate) Size ¶
func (m *MsgDelegate) Size() (n int)
func (*MsgDelegate) String ¶
func (m *MsgDelegate) String() string
func (*MsgDelegate) Unmarshal ¶
func (m *MsgDelegate) Unmarshal(dAtA []byte) error
func (*MsgDelegate) XXX_DiscardUnknown ¶
func (m *MsgDelegate) XXX_DiscardUnknown()
func (*MsgDelegate) XXX_Marshal ¶
func (m *MsgDelegate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgDelegate) XXX_Merge ¶
func (m *MsgDelegate) XXX_Merge(src proto.Message)
func (*MsgDelegate) XXX_Size ¶
func (m *MsgDelegate) XXX_Size() int
func (*MsgDelegate) XXX_Unmarshal ¶
func (m *MsgDelegate) XXX_Unmarshal(b []byte) error
type MsgDelegateResponse ¶ added in v0.40.0
type MsgDelegateResponse struct { }
MsgDelegateResponse defines the Msg/Delegate response type.
func (*MsgDelegateResponse) Descriptor ¶ added in v0.40.0
func (*MsgDelegateResponse) Descriptor() ([]byte, []int)
func (*MsgDelegateResponse) Marshal ¶ added in v0.40.0
func (m *MsgDelegateResponse) Marshal() (dAtA []byte, err error)
func (*MsgDelegateResponse) MarshalTo ¶ added in v0.40.0
func (m *MsgDelegateResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgDelegateResponse) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *MsgDelegateResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgDelegateResponse) ProtoMessage ¶ added in v0.40.0
func (*MsgDelegateResponse) ProtoMessage()
func (*MsgDelegateResponse) Reset ¶ added in v0.40.0
func (m *MsgDelegateResponse) Reset()
func (*MsgDelegateResponse) Size ¶ added in v0.40.0
func (m *MsgDelegateResponse) Size() (n int)
func (*MsgDelegateResponse) String ¶ added in v0.40.0
func (m *MsgDelegateResponse) String() string
func (*MsgDelegateResponse) Unmarshal ¶ added in v0.40.0
func (m *MsgDelegateResponse) Unmarshal(dAtA []byte) error
func (*MsgDelegateResponse) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *MsgDelegateResponse) XXX_DiscardUnknown()
func (*MsgDelegateResponse) XXX_Marshal ¶ added in v0.40.0
func (m *MsgDelegateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgDelegateResponse) XXX_Merge ¶ added in v0.40.0
func (m *MsgDelegateResponse) XXX_Merge(src proto.Message)
func (*MsgDelegateResponse) XXX_Size ¶ added in v0.40.0
func (m *MsgDelegateResponse) XXX_Size() int
func (*MsgDelegateResponse) XXX_Unmarshal ¶ added in v0.40.0
func (m *MsgDelegateResponse) XXX_Unmarshal(b []byte) error
type MsgDisableTokenizeShares ¶
type MsgDisableTokenizeShares struct {
}MsgDisableTokenizeShares prevents the tokenization of shares for a given address
func NewMsgDisableTokenizeShares ¶
func NewMsgDisableTokenizeShares(delAddr string) *MsgDisableTokenizeShares
NewMsgDisableTokenizeShares creates a new MsgDisableTokenizeShares instance.
func (*MsgDisableTokenizeShares) Descriptor ¶
func (*MsgDisableTokenizeShares) Descriptor() ([]byte, []int)
func (*MsgDisableTokenizeShares) Marshal ¶
func (m *MsgDisableTokenizeShares) Marshal() (dAtA []byte, err error)
func (*MsgDisableTokenizeShares) MarshalTo ¶
func (m *MsgDisableTokenizeShares) MarshalTo(dAtA []byte) (int, error)
func (*MsgDisableTokenizeShares) MarshalToSizedBuffer ¶
func (m *MsgDisableTokenizeShares) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgDisableTokenizeShares) ProtoMessage ¶
func (*MsgDisableTokenizeShares) ProtoMessage()
func (*MsgDisableTokenizeShares) Reset ¶
func (m *MsgDisableTokenizeShares) Reset()
func (*MsgDisableTokenizeShares) Size ¶
func (m *MsgDisableTokenizeShares) Size() (n int)
func (*MsgDisableTokenizeShares) String ¶
func (m *MsgDisableTokenizeShares) String() string
func (*MsgDisableTokenizeShares) Unmarshal ¶
func (m *MsgDisableTokenizeShares) Unmarshal(dAtA []byte) error
func (*MsgDisableTokenizeShares) XXX_DiscardUnknown ¶
func (m *MsgDisableTokenizeShares) XXX_DiscardUnknown()
func (*MsgDisableTokenizeShares) XXX_Marshal ¶
func (m *MsgDisableTokenizeShares) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgDisableTokenizeShares) XXX_Merge ¶
func (m *MsgDisableTokenizeShares) XXX_Merge(src proto.Message)
func (*MsgDisableTokenizeShares) XXX_Size ¶
func (m *MsgDisableTokenizeShares) XXX_Size() int
func (*MsgDisableTokenizeShares) XXX_Unmarshal ¶
func (m *MsgDisableTokenizeShares) XXX_Unmarshal(b []byte) error
type MsgDisableTokenizeSharesResponse ¶
type MsgDisableTokenizeSharesResponse struct { }
MsgDisableTokenizeSharesResponse defines the Msg/DisableTokenizeShares response type.
func (*MsgDisableTokenizeSharesResponse) Descriptor ¶
func (*MsgDisableTokenizeSharesResponse) Descriptor() ([]byte, []int)
func (*MsgDisableTokenizeSharesResponse) Marshal ¶
func (m *MsgDisableTokenizeSharesResponse) Marshal() (dAtA []byte, err error)
func (*MsgDisableTokenizeSharesResponse) MarshalTo ¶
func (m *MsgDisableTokenizeSharesResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgDisableTokenizeSharesResponse) MarshalToSizedBuffer ¶
func (m *MsgDisableTokenizeSharesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgDisableTokenizeSharesResponse) ProtoMessage ¶
func (*MsgDisableTokenizeSharesResponse) ProtoMessage()
func (*MsgDisableTokenizeSharesResponse) Reset ¶
func (m *MsgDisableTokenizeSharesResponse) Reset()
func (*MsgDisableTokenizeSharesResponse) Size ¶
func (m *MsgDisableTokenizeSharesResponse) Size() (n int)
func (*MsgDisableTokenizeSharesResponse) String ¶
func (m *MsgDisableTokenizeSharesResponse) String() string
func (*MsgDisableTokenizeSharesResponse) Unmarshal ¶
func (m *MsgDisableTokenizeSharesResponse) Unmarshal(dAtA []byte) error
func (*MsgDisableTokenizeSharesResponse) XXX_DiscardUnknown ¶
func (m *MsgDisableTokenizeSharesResponse) XXX_DiscardUnknown()
func (*MsgDisableTokenizeSharesResponse) XXX_Marshal ¶
func (m *MsgDisableTokenizeSharesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgDisableTokenizeSharesResponse) XXX_Merge ¶
func (m *MsgDisableTokenizeSharesResponse) XXX_Merge(src proto.Message)
func (*MsgDisableTokenizeSharesResponse) XXX_Size ¶
func (m *MsgDisableTokenizeSharesResponse) XXX_Size() int
func (*MsgDisableTokenizeSharesResponse) XXX_Unmarshal ¶
func (m *MsgDisableTokenizeSharesResponse) XXX_Unmarshal(b []byte) error
type MsgEditValidator ¶
type MsgEditValidator struct { Description Description `protobuf:"bytes,1,opt,name=description,proto3" json:"description"` ValidatorAddress string `protobuf:"bytes,2,opt,name=validator_address,json=validatorAddress,proto3" json:"validator_address,omitempty"` // We pass a reference to the new commission rate and min self delegation as // it's not mandatory to update. If not updated, the deserialized rate will be // zero with no way to distinguish if an update was intended. // REF: #2373 CommissionRate *cosmossdk_io_math.LegacyDec `` /* 142-byte string literal not displayed */ // Deprecated: This field has been deprecated with LSM in favor of the validator bond MinSelfDelegation cosmossdk_io_math.Int `` // Deprecated: Do not use. /* 137-byte string literal not displayed */ }
MsgEditValidator defines a SDK message for editing an existing validator.
func NewMsgEditValidator ¶
func NewMsgEditValidator(valAddr string, description Description, newRate *math.LegacyDec) *MsgEditValidator
NewMsgEditValidator creates a new MsgEditValidator instance
func (*MsgEditValidator) Descriptor ¶
func (*MsgEditValidator) Descriptor() ([]byte, []int)
func (*MsgEditValidator) Marshal ¶
func (m *MsgEditValidator) Marshal() (dAtA []byte, err error)
func (*MsgEditValidator) MarshalToSizedBuffer ¶
func (m *MsgEditValidator) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgEditValidator) ProtoMessage ¶
func (*MsgEditValidator) ProtoMessage()
func (*MsgEditValidator) Reset ¶
func (m *MsgEditValidator) Reset()
func (*MsgEditValidator) Size ¶
func (m *MsgEditValidator) Size() (n int)
func (*MsgEditValidator) String ¶
func (m *MsgEditValidator) String() string
func (*MsgEditValidator) Unmarshal ¶
func (m *MsgEditValidator) Unmarshal(dAtA []byte) error
func (*MsgEditValidator) XXX_DiscardUnknown ¶
func (m *MsgEditValidator) XXX_DiscardUnknown()
func (*MsgEditValidator) XXX_Marshal ¶
func (m *MsgEditValidator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgEditValidator) XXX_Merge ¶
func (m *MsgEditValidator) XXX_Merge(src proto.Message)
func (*MsgEditValidator) XXX_Size ¶
func (m *MsgEditValidator) XXX_Size() int
func (*MsgEditValidator) XXX_Unmarshal ¶
func (m *MsgEditValidator) XXX_Unmarshal(b []byte) error
type MsgEditValidatorResponse ¶ added in v0.40.0
type MsgEditValidatorResponse struct { }
MsgEditValidatorResponse defines the Msg/EditValidator response type.
func (*MsgEditValidatorResponse) Descriptor ¶ added in v0.40.0
func (*MsgEditValidatorResponse) Descriptor() ([]byte, []int)
func (*MsgEditValidatorResponse) Marshal ¶ added in v0.40.0
func (m *MsgEditValidatorResponse) Marshal() (dAtA []byte, err error)
func (*MsgEditValidatorResponse) MarshalTo ¶ added in v0.40.0
func (m *MsgEditValidatorResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgEditValidatorResponse) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *MsgEditValidatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgEditValidatorResponse) ProtoMessage ¶ added in v0.40.0
func (*MsgEditValidatorResponse) ProtoMessage()
func (*MsgEditValidatorResponse) Reset ¶ added in v0.40.0
func (m *MsgEditValidatorResponse) Reset()
func (*MsgEditValidatorResponse) Size ¶ added in v0.40.0
func (m *MsgEditValidatorResponse) Size() (n int)
func (*MsgEditValidatorResponse) String ¶ added in v0.40.0
func (m *MsgEditValidatorResponse) String() string
func (*MsgEditValidatorResponse) Unmarshal ¶ added in v0.40.0
func (m *MsgEditValidatorResponse) Unmarshal(dAtA []byte) error
func (*MsgEditValidatorResponse) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *MsgEditValidatorResponse) XXX_DiscardUnknown()
func (*MsgEditValidatorResponse) XXX_Marshal ¶ added in v0.40.0
func (m *MsgEditValidatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgEditValidatorResponse) XXX_Merge ¶ added in v0.40.0
func (m *MsgEditValidatorResponse) XXX_Merge(src proto.Message)
func (*MsgEditValidatorResponse) XXX_Size ¶ added in v0.40.0
func (m *MsgEditValidatorResponse) XXX_Size() int
func (*MsgEditValidatorResponse) XXX_Unmarshal ¶ added in v0.40.0
func (m *MsgEditValidatorResponse) XXX_Unmarshal(b []byte) error
type MsgEnableTokenizeShares ¶
type MsgEnableTokenizeShares struct {
}MsgEnableTokenizeShares re-enables tokenization of shares for a given address
func NewMsgEnableTokenizeShares ¶
func NewMsgEnableTokenizeShares(delAddr string) *MsgEnableTokenizeShares
NewMsgEnableTokenizeShares creates a new MsgEnableTokenizeShares instance.
func (*MsgEnableTokenizeShares) Descriptor ¶
func (*MsgEnableTokenizeShares) Descriptor() ([]byte, []int)
func (*MsgEnableTokenizeShares) Marshal ¶
func (m *MsgEnableTokenizeShares) Marshal() (dAtA []byte, err error)
func (*MsgEnableTokenizeShares) MarshalTo ¶
func (m *MsgEnableTokenizeShares) MarshalTo(dAtA []byte) (int, error)
func (*MsgEnableTokenizeShares) MarshalToSizedBuffer ¶
func (m *MsgEnableTokenizeShares) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgEnableTokenizeShares) ProtoMessage ¶
func (*MsgEnableTokenizeShares) ProtoMessage()
func (*MsgEnableTokenizeShares) Reset ¶
func (m *MsgEnableTokenizeShares) Reset()
func (*MsgEnableTokenizeShares) Size ¶
func (m *MsgEnableTokenizeShares) Size() (n int)
func (*MsgEnableTokenizeShares) String ¶
func (m *MsgEnableTokenizeShares) String() string
func (*MsgEnableTokenizeShares) Unmarshal ¶
func (m *MsgEnableTokenizeShares) Unmarshal(dAtA []byte) error
func (*MsgEnableTokenizeShares) XXX_DiscardUnknown ¶
func (m *MsgEnableTokenizeShares) XXX_DiscardUnknown()
func (*MsgEnableTokenizeShares) XXX_Marshal ¶
func (m *MsgEnableTokenizeShares) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgEnableTokenizeShares) XXX_Merge ¶
func (m *MsgEnableTokenizeShares) XXX_Merge(src proto.Message)
func (*MsgEnableTokenizeShares) XXX_Size ¶
func (m *MsgEnableTokenizeShares) XXX_Size() int
func (*MsgEnableTokenizeShares) XXX_Unmarshal ¶
func (m *MsgEnableTokenizeShares) XXX_Unmarshal(b []byte) error
type MsgEnableTokenizeSharesResponse ¶
type MsgEnableTokenizeSharesResponse struct {
}MsgEnableTokenizeSharesResponse defines the Msg/EnableTokenizeShares response type.
func (*MsgEnableTokenizeSharesResponse) Descriptor ¶
func (*MsgEnableTokenizeSharesResponse) Descriptor() ([]byte, []int)
func (*MsgEnableTokenizeSharesResponse) GetCompletionTime ¶
func (m *MsgEnableTokenizeSharesResponse) GetCompletionTime() time.Time
func (*MsgEnableTokenizeSharesResponse) Marshal ¶
func (m *MsgEnableTokenizeSharesResponse) Marshal() (dAtA []byte, err error)
func (*MsgEnableTokenizeSharesResponse) MarshalTo ¶
func (m *MsgEnableTokenizeSharesResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgEnableTokenizeSharesResponse) MarshalToSizedBuffer ¶
func (m *MsgEnableTokenizeSharesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgEnableTokenizeSharesResponse) ProtoMessage ¶
func (*MsgEnableTokenizeSharesResponse) ProtoMessage()
func (*MsgEnableTokenizeSharesResponse) Reset ¶
func (m *MsgEnableTokenizeSharesResponse) Reset()
func (*MsgEnableTokenizeSharesResponse) Size ¶
func (m *MsgEnableTokenizeSharesResponse) Size() (n int)
func (*MsgEnableTokenizeSharesResponse) String ¶
func (m *MsgEnableTokenizeSharesResponse) String() string
func (*MsgEnableTokenizeSharesResponse) Unmarshal ¶
func (m *MsgEnableTokenizeSharesResponse) Unmarshal(dAtA []byte) error
func (*MsgEnableTokenizeSharesResponse) XXX_DiscardUnknown ¶
func (m *MsgEnableTokenizeSharesResponse) XXX_DiscardUnknown()
func (*MsgEnableTokenizeSharesResponse) XXX_Marshal ¶
func (m *MsgEnableTokenizeSharesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgEnableTokenizeSharesResponse) XXX_Merge ¶
func (m *MsgEnableTokenizeSharesResponse) XXX_Merge(src proto.Message)
func (*MsgEnableTokenizeSharesResponse) XXX_Size ¶
func (m *MsgEnableTokenizeSharesResponse) XXX_Size() int
func (*MsgEnableTokenizeSharesResponse) XXX_Unmarshal ¶
func (m *MsgEnableTokenizeSharesResponse) XXX_Unmarshal(b []byte) error
type MsgRedeemTokensForShares ¶
type MsgRedeemTokensForShares struct {}
MsgRedeemTokensForShares redeems a tokenized share back into a native delegation
func NewMsgRedeemTokensForShares ¶
func NewMsgRedeemTokensForShares(delAddr string, amount sdk.Coin) *MsgRedeemTokensForShares
NewMsgRedeemTokensForShares creates a new MsgRedeemTokensForShares instance.
func (*MsgRedeemTokensForShares) Descriptor ¶
func (*MsgRedeemTokensForShares) Descriptor() ([]byte, []int)
func (*MsgRedeemTokensForShares) Marshal ¶
func (m *MsgRedeemTokensForShares) Marshal() (dAtA []byte, err error)
func (*MsgRedeemTokensForShares) MarshalTo ¶
func (m *MsgRedeemTokensForShares) MarshalTo(dAtA []byte) (int, error)
func (*MsgRedeemTokensForShares) MarshalToSizedBuffer ¶
func (m *MsgRedeemTokensForShares) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgRedeemTokensForShares) ProtoMessage ¶
func (*MsgRedeemTokensForShares) ProtoMessage()
func (*MsgRedeemTokensForShares) Reset ¶
func (m *MsgRedeemTokensForShares) Reset()
func (*MsgRedeemTokensForShares) Size ¶
func (m *MsgRedeemTokensForShares) Size() (n int)
func (*MsgRedeemTokensForShares) String ¶
func (m *MsgRedeemTokensForShares) String() string
func (*MsgRedeemTokensForShares) Unmarshal ¶
func (m *MsgRedeemTokensForShares) Unmarshal(dAtA []byte) error
func (*MsgRedeemTokensForShares) XXX_DiscardUnknown ¶
func (m *MsgRedeemTokensForShares) XXX_DiscardUnknown()
func (*MsgRedeemTokensForShares) XXX_Marshal ¶
func (m *MsgRedeemTokensForShares) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgRedeemTokensForShares) XXX_Merge ¶
func (m *MsgRedeemTokensForShares) XXX_Merge(src proto.Message)
func (*MsgRedeemTokensForShares) XXX_Size ¶
func (m *MsgRedeemTokensForShares) XXX_Size() int
func (*MsgRedeemTokensForShares) XXX_Unmarshal ¶
func (m *MsgRedeemTokensForShares) XXX_Unmarshal(b []byte) error
type MsgRedeemTokensForSharesResponse ¶
type MsgRedeemTokensForSharesResponse struct {
}MsgRedeemTokensForSharesResponse defines the Msg/MsgRedeemTokensForShares response type.
func (*MsgRedeemTokensForSharesResponse) Descriptor ¶
func (*MsgRedeemTokensForSharesResponse) Descriptor() ([]byte, []int)
func (*MsgRedeemTokensForSharesResponse) GetAmount ¶
func (m *MsgRedeemTokensForSharesResponse) GetAmount() types1.Coin
func (*MsgRedeemTokensForSharesResponse) Marshal ¶
func (m *MsgRedeemTokensForSharesResponse) Marshal() (dAtA []byte, err error)
func (*MsgRedeemTokensForSharesResponse) MarshalTo ¶
func (m *MsgRedeemTokensForSharesResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgRedeemTokensForSharesResponse) MarshalToSizedBuffer ¶
func (m *MsgRedeemTokensForSharesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgRedeemTokensForSharesResponse) ProtoMessage ¶
func (*MsgRedeemTokensForSharesResponse) ProtoMessage()
func (*MsgRedeemTokensForSharesResponse) Reset ¶
func (m *MsgRedeemTokensForSharesResponse) Reset()
func (*MsgRedeemTokensForSharesResponse) Size ¶
func (m *MsgRedeemTokensForSharesResponse) Size() (n int)
func (*MsgRedeemTokensForSharesResponse) String ¶
func (m *MsgRedeemTokensForSharesResponse) String() string
func (*MsgRedeemTokensForSharesResponse) Unmarshal ¶
func (m *MsgRedeemTokensForSharesResponse) Unmarshal(dAtA []byte) error
func (*MsgRedeemTokensForSharesResponse) XXX_DiscardUnknown ¶
func (m *MsgRedeemTokensForSharesResponse) XXX_DiscardUnknown()
func (*MsgRedeemTokensForSharesResponse) XXX_Marshal ¶
func (m *MsgRedeemTokensForSharesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgRedeemTokensForSharesResponse) XXX_Merge ¶
func (m *MsgRedeemTokensForSharesResponse) XXX_Merge(src proto.Message)
func (*MsgRedeemTokensForSharesResponse) XXX_Size ¶
func (m *MsgRedeemTokensForSharesResponse) XXX_Size() int
func (*MsgRedeemTokensForSharesResponse) XXX_Unmarshal ¶
func (m *MsgRedeemTokensForSharesResponse) XXX_Unmarshal(b []byte) error
type MsgServer ¶ added in v0.40.0
type MsgServer interface { // CreateValidator defines a method for creating a new validator. CreateValidator(context.Context, *MsgCreateValidator) (*MsgCreateValidatorResponse, error) // EditValidator defines a method for editing an existing validator. EditValidator(context.Context, *MsgEditValidator) (*MsgEditValidatorResponse, error) // Delegate defines a method for performing a delegation of coins // from a delegator to a validator. Delegate(context.Context, *MsgDelegate) (*MsgDelegateResponse, error) // BeginRedelegate defines a method for performing a redelegation // of coins from a delegator and source validator to a destination validator. BeginRedelegate(context.Context, *MsgBeginRedelegate) (*MsgBeginRedelegateResponse, error) // Undelegate defines a method for performing an undelegation from a // delegate and a validator. Undelegate(context.Context, *MsgUndelegate) (*MsgUndelegateResponse, error) // CancelUnbondingDelegation defines a method for performing canceling the unbonding delegation // and delegate back to previous validator. // // Since: cosmos-sdk 0.46 CancelUnbondingDelegation(context.Context, *MsgCancelUnbondingDelegation) (*MsgCancelUnbondingDelegationResponse, error) // UpdateParams defines an operation for updating the x/staking module // parameters. // Since: cosmos-sdk 0.47 UpdateParams(context.Context, *MsgUpdateParams) (*MsgUpdateParamsResponse, error) // UnbondValidator defines a method for performing the status transition for a validator // from bonded to unbonding // This allows a validator to stop their services and jail themselves without // experiencing a slash UnbondValidator(context.Context, *MsgUnbondValidator) (*MsgUnbondValidatorResponse, error) TokenizeShares(context.Context, *MsgTokenizeShares) (*MsgTokenizeSharesResponse, error) // shares. RedeemTokensForShares(context.Context, *MsgRedeemTokensForShares) (*MsgRedeemTokensForSharesResponse, error) // TokenizeShareRecord TransferTokenizeShareRecord(context.Context, *MsgTransferTokenizeShareRecord) (*MsgTransferTokenizeShareRecordResponse, error) DisableTokenizeShares(context.Context, *MsgDisableTokenizeShares) (*MsgDisableTokenizeSharesResponse, error) // after it has been disabled EnableTokenizeShares(context.Context, *MsgEnableTokenizeShares) (*MsgEnableTokenizeSharesResponse, error) // ValidatorBond defines a method for performing a validator self-bond ValidatorBond(context.Context, *MsgValidatorBond) (*MsgValidatorBondResponse, error) }
MsgServer is the server API for Msg service.
type MsgTokenizeShares ¶
type MsgTokenizeShares struct {}
MsgTokenizeShares tokenizes a delegation
func NewMsgTokenizeShares ¶
func NewMsgTokenizeShares(delAddr, valAddr string, amount sdk.Coin, owner string) *MsgTokenizeShares
NewMsgTokenizeShares creates a new MsgTokenizeShares instance.
func (*MsgTokenizeShares) Descriptor ¶
func (*MsgTokenizeShares) Descriptor() ([]byte, []int)
func (*MsgTokenizeShares) Marshal ¶
func (m *MsgTokenizeShares) Marshal() (dAtA []byte, err error)
func (*MsgTokenizeShares) MarshalTo ¶
func (m *MsgTokenizeShares) MarshalTo(dAtA []byte) (int, error)
func (*MsgTokenizeShares) MarshalToSizedBuffer ¶
func (m *MsgTokenizeShares) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgTokenizeShares) ProtoMessage ¶
func (*MsgTokenizeShares) ProtoMessage()
func (*MsgTokenizeShares) Reset ¶
func (m *MsgTokenizeShares) Reset()
func (*MsgTokenizeShares) Size ¶
func (m *MsgTokenizeShares) Size() (n int)
func (*MsgTokenizeShares) String ¶
func (m *MsgTokenizeShares) String() string
func (*MsgTokenizeShares) Unmarshal ¶
func (m *MsgTokenizeShares) Unmarshal(dAtA []byte) error
func (*MsgTokenizeShares) XXX_DiscardUnknown ¶
func (m *MsgTokenizeShares) XXX_DiscardUnknown()
func (*MsgTokenizeShares) XXX_Marshal ¶
func (m *MsgTokenizeShares) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgTokenizeShares) XXX_Merge ¶
func (m *MsgTokenizeShares) XXX_Merge(src proto.Message)
func (*MsgTokenizeShares) XXX_Size ¶
func (m *MsgTokenizeShares) XXX_Size() int
func (*MsgTokenizeShares) XXX_Unmarshal ¶
func (m *MsgTokenizeShares) XXX_Unmarshal(b []byte) error
type MsgTokenizeSharesResponse ¶
type MsgTokenizeSharesResponse struct {
}MsgTokenizeSharesResponse defines the Msg/MsgTokenizeShares response type.
func (*MsgTokenizeSharesResponse) Descriptor ¶
func (*MsgTokenizeSharesResponse) Descriptor() ([]byte, []int)
func (*MsgTokenizeSharesResponse) GetAmount ¶
func (m *MsgTokenizeSharesResponse) GetAmount() types1.Coin
func (*MsgTokenizeSharesResponse) Marshal ¶
func (m *MsgTokenizeSharesResponse) Marshal() (dAtA []byte, err error)
func (*MsgTokenizeSharesResponse) MarshalTo ¶
func (m *MsgTokenizeSharesResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgTokenizeSharesResponse) MarshalToSizedBuffer ¶
func (m *MsgTokenizeSharesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgTokenizeSharesResponse) ProtoMessage ¶
func (*MsgTokenizeSharesResponse) ProtoMessage()
func (*MsgTokenizeSharesResponse) Reset ¶
func (m *MsgTokenizeSharesResponse) Reset()
func (*MsgTokenizeSharesResponse) Size ¶
func (m *MsgTokenizeSharesResponse) Size() (n int)
func (*MsgTokenizeSharesResponse) String ¶
func (m *MsgTokenizeSharesResponse) String() string
func (*MsgTokenizeSharesResponse) Unmarshal ¶
func (m *MsgTokenizeSharesResponse) Unmarshal(dAtA []byte) error
func (*MsgTokenizeSharesResponse) XXX_DiscardUnknown ¶
func (m *MsgTokenizeSharesResponse) XXX_DiscardUnknown()
func (*MsgTokenizeSharesResponse) XXX_Marshal ¶
func (m *MsgTokenizeSharesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgTokenizeSharesResponse) XXX_Merge ¶
func (m *MsgTokenizeSharesResponse) XXX_Merge(src proto.Message)
func (*MsgTokenizeSharesResponse) XXX_Size ¶
func (m *MsgTokenizeSharesResponse) XXX_Size() int
func (*MsgTokenizeSharesResponse) XXX_Unmarshal ¶
func (m *MsgTokenizeSharesResponse) XXX_Unmarshal(b []byte) error
type MsgTransferTokenizeShareRecord ¶
type MsgTransferTokenizeShareRecord struct {}
MsgTransferTokenizeShareRecord transfer a tokenize share record
func NewMsgTransferTokenizeShareRecord ¶
func NewMsgTransferTokenizeShareRecord(recordID uint64, sender, newOwner string) *MsgTransferTokenizeShareRecord
NewMsgTransferTokenizeShareRecord creates a new MsgTransferTokenizeShareRecord instance.
func (*MsgTransferTokenizeShareRecord) Descriptor ¶
func (*MsgTransferTokenizeShareRecord) Descriptor() ([]byte, []int)
func (*MsgTransferTokenizeShareRecord) Marshal ¶
func (m *MsgTransferTokenizeShareRecord) Marshal() (dAtA []byte, err error)
func (*MsgTransferTokenizeShareRecord) MarshalTo ¶
func (m *MsgTransferTokenizeShareRecord) MarshalTo(dAtA []byte) (int, error)
func (*MsgTransferTokenizeShareRecord) MarshalToSizedBuffer ¶
func (m *MsgTransferTokenizeShareRecord) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgTransferTokenizeShareRecord) ProtoMessage ¶
func (*MsgTransferTokenizeShareRecord) ProtoMessage()
func (*MsgTransferTokenizeShareRecord) Reset ¶
func (m *MsgTransferTokenizeShareRecord) Reset()
func (*MsgTransferTokenizeShareRecord) Size ¶
func (m *MsgTransferTokenizeShareRecord) Size() (n int)
func (*MsgTransferTokenizeShareRecord) String ¶
func (m *MsgTransferTokenizeShareRecord) String() string
func (*MsgTransferTokenizeShareRecord) Unmarshal ¶
func (m *MsgTransferTokenizeShareRecord) Unmarshal(dAtA []byte) error
func (*MsgTransferTokenizeShareRecord) XXX_DiscardUnknown ¶
func (m *MsgTransferTokenizeShareRecord) XXX_DiscardUnknown()
func (*MsgTransferTokenizeShareRecord) XXX_Marshal ¶
func (m *MsgTransferTokenizeShareRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgTransferTokenizeShareRecord) XXX_Merge ¶
func (m *MsgTransferTokenizeShareRecord) XXX_Merge(src proto.Message)
func (*MsgTransferTokenizeShareRecord) XXX_Size ¶
func (m *MsgTransferTokenizeShareRecord) XXX_Size() int
func (*MsgTransferTokenizeShareRecord) XXX_Unmarshal ¶
func (m *MsgTransferTokenizeShareRecord) XXX_Unmarshal(b []byte) error
type MsgTransferTokenizeShareRecordResponse ¶
type MsgTransferTokenizeShareRecordResponse struct { }
MsgTransferTokenizeShareRecordResponse defines the Msg/MsgTransferTokenizeShareRecord response type.
func (*MsgTransferTokenizeShareRecordResponse) Descriptor ¶
func (*MsgTransferTokenizeShareRecordResponse) Descriptor() ([]byte, []int)
func (*MsgTransferTokenizeShareRecordResponse) Marshal ¶
func (m *MsgTransferTokenizeShareRecordResponse) Marshal() (dAtA []byte, err error)
func (*MsgTransferTokenizeShareRecordResponse) MarshalTo ¶
func (m *MsgTransferTokenizeShareRecordResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgTransferTokenizeShareRecordResponse) MarshalToSizedBuffer ¶
func (m *MsgTransferTokenizeShareRecordResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgTransferTokenizeShareRecordResponse) ProtoMessage ¶
func (*MsgTransferTokenizeShareRecordResponse) ProtoMessage()
func (*MsgTransferTokenizeShareRecordResponse) Reset ¶
func (m *MsgTransferTokenizeShareRecordResponse) Reset()
func (*MsgTransferTokenizeShareRecordResponse) Size ¶
func (m *MsgTransferTokenizeShareRecordResponse) Size() (n int)
func (*MsgTransferTokenizeShareRecordResponse) String ¶
func (m *MsgTransferTokenizeShareRecordResponse) String() string
func (*MsgTransferTokenizeShareRecordResponse) Unmarshal ¶
func (m *MsgTransferTokenizeShareRecordResponse) Unmarshal(dAtA []byte) error
func (*MsgTransferTokenizeShareRecordResponse) XXX_DiscardUnknown ¶
func (m *MsgTransferTokenizeShareRecordResponse) XXX_DiscardUnknown()
func (*MsgTransferTokenizeShareRecordResponse) XXX_Marshal ¶
func (m *MsgTransferTokenizeShareRecordResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgTransferTokenizeShareRecordResponse) XXX_Merge ¶
func (m *MsgTransferTokenizeShareRecordResponse) XXX_Merge(src proto.Message)
func (*MsgTransferTokenizeShareRecordResponse) XXX_Size ¶
func (m *MsgTransferTokenizeShareRecordResponse) XXX_Size() int
func (*MsgTransferTokenizeShareRecordResponse) XXX_Unmarshal ¶
func (m *MsgTransferTokenizeShareRecordResponse) XXX_Unmarshal(b []byte) error
type MsgUnbondValidator ¶
type MsgUnbondValidator struct { // the provider address must be bech32 account address (e.g. 'cosmos') // providing an operator address (e.g. 'cosmosvaloper') or consensus address will result in an error // this field is populated by the CLI during Tx generation using the `--from` flag ValidatorAddress string `protobuf:"bytes,1,opt,name=validator_address,json=validatorAddress,proto3" json:"validator_address,omitempty"` }
MsgUnbondValidator defines a method for performing the status transition for a validator from bonded to unbonded This allows a validator to stop their services and jail themselves without experiencing a slash
func NewMsgUnbondValidator ¶
func NewMsgUnbondValidator(valAccountAddr string) *MsgUnbondValidator
NewMsgUnbondValidator creates a new MsgUnbondValidator instance. Validator account address must be provided - do not use valoper address.
func (*MsgUnbondValidator) Descriptor ¶
func (*MsgUnbondValidator) Descriptor() ([]byte, []int)
func (*MsgUnbondValidator) GetValidatorAddress ¶
func (m *MsgUnbondValidator) GetValidatorAddress() string
func (*MsgUnbondValidator) Marshal ¶
func (m *MsgUnbondValidator) Marshal() (dAtA []byte, err error)
func (*MsgUnbondValidator) MarshalTo ¶
func (m *MsgUnbondValidator) MarshalTo(dAtA []byte) (int, error)
func (*MsgUnbondValidator) MarshalToSizedBuffer ¶
func (m *MsgUnbondValidator) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUnbondValidator) ProtoMessage ¶
func (*MsgUnbondValidator) ProtoMessage()
func (*MsgUnbondValidator) Reset ¶
func (m *MsgUnbondValidator) Reset()
func (*MsgUnbondValidator) Size ¶
func (m *MsgUnbondValidator) Size() (n int)
func (*MsgUnbondValidator) String ¶
func (m *MsgUnbondValidator) String() string
func (*MsgUnbondValidator) Unmarshal ¶
func (m *MsgUnbondValidator) Unmarshal(dAtA []byte) error
func (*MsgUnbondValidator) XXX_DiscardUnknown ¶
func (m *MsgUnbondValidator) XXX_DiscardUnknown()
func (*MsgUnbondValidator) XXX_Marshal ¶
func (m *MsgUnbondValidator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUnbondValidator) XXX_Merge ¶
func (m *MsgUnbondValidator) XXX_Merge(src proto.Message)
func (*MsgUnbondValidator) XXX_Size ¶
func (m *MsgUnbondValidator) XXX_Size() int
func (*MsgUnbondValidator) XXX_Unmarshal ¶
func (m *MsgUnbondValidator) XXX_Unmarshal(b []byte) error
type MsgUnbondValidatorResponse ¶
type MsgUnbondValidatorResponse struct { }
MsgUnbondValidatorResponse defines the Msg/UnbondValidator response type.
func (*MsgUnbondValidatorResponse) Descriptor ¶
func (*MsgUnbondValidatorResponse) Descriptor() ([]byte, []int)
func (*MsgUnbondValidatorResponse) Marshal ¶
func (m *MsgUnbondValidatorResponse) Marshal() (dAtA []byte, err error)
func (*MsgUnbondValidatorResponse) MarshalTo ¶
func (m *MsgUnbondValidatorResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgUnbondValidatorResponse) MarshalToSizedBuffer ¶
func (m *MsgUnbondValidatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUnbondValidatorResponse) ProtoMessage ¶
func (*MsgUnbondValidatorResponse) ProtoMessage()
func (*MsgUnbondValidatorResponse) Reset ¶
func (m *MsgUnbondValidatorResponse) Reset()
func (*MsgUnbondValidatorResponse) Size ¶
func (m *MsgUnbondValidatorResponse) Size() (n int)
func (*MsgUnbondValidatorResponse) String ¶
func (m *MsgUnbondValidatorResponse) String() string
func (*MsgUnbondValidatorResponse) Unmarshal ¶
func (m *MsgUnbondValidatorResponse) Unmarshal(dAtA []byte) error
func (*MsgUnbondValidatorResponse) XXX_DiscardUnknown ¶
func (m *MsgUnbondValidatorResponse) XXX_DiscardUnknown()
func (*MsgUnbondValidatorResponse) XXX_Marshal ¶
func (m *MsgUnbondValidatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUnbondValidatorResponse) XXX_Merge ¶
func (m *MsgUnbondValidatorResponse) XXX_Merge(src proto.Message)
func (*MsgUnbondValidatorResponse) XXX_Size ¶
func (m *MsgUnbondValidatorResponse) XXX_Size() int
func (*MsgUnbondValidatorResponse) XXX_Unmarshal ¶
func (m *MsgUnbondValidatorResponse) XXX_Unmarshal(b []byte) error
type MsgUndelegate ¶
type MsgUndelegate struct { DelegatorAddress string `protobuf:"bytes,1,opt,name=delegator_address,json=delegatorAddress,proto3" json:"delegator_address,omitempty"` ValidatorAddress string `protobuf:"bytes,2,opt,name=validator_address,json=validatorAddress,proto3" json:"validator_address,omitempty"` Amount types1.Coin `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount"` }
MsgUndelegate defines a SDK message for performing an undelegation from a delegate and a validator.
func NewMsgUndelegate ¶
func NewMsgUndelegate(delAddr, valAddr string, amount sdk.Coin) *MsgUndelegate
NewMsgUndelegate creates a new MsgUndelegate instance.
func (*MsgUndelegate) Descriptor ¶
func (*MsgUndelegate) Descriptor() ([]byte, []int)
func (*MsgUndelegate) Marshal ¶
func (m *MsgUndelegate) Marshal() (dAtA []byte, err error)
func (*MsgUndelegate) MarshalToSizedBuffer ¶
func (m *MsgUndelegate) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUndelegate) ProtoMessage ¶
func (*MsgUndelegate) ProtoMessage()
func (*MsgUndelegate) Reset ¶
func (m *MsgUndelegate) Reset()
func (*MsgUndelegate) Size ¶
func (m *MsgUndelegate) Size() (n int)
func (*MsgUndelegate) String ¶
func (m *MsgUndelegate) String() string
func (*MsgUndelegate) Unmarshal ¶
func (m *MsgUndelegate) Unmarshal(dAtA []byte) error
func (*MsgUndelegate) XXX_DiscardUnknown ¶
func (m *MsgUndelegate) XXX_DiscardUnknown()
func (*MsgUndelegate) XXX_Marshal ¶
func (m *MsgUndelegate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUndelegate) XXX_Merge ¶
func (m *MsgUndelegate) XXX_Merge(src proto.Message)
func (*MsgUndelegate) XXX_Size ¶
func (m *MsgUndelegate) XXX_Size() int
func (*MsgUndelegate) XXX_Unmarshal ¶
func (m *MsgUndelegate) XXX_Unmarshal(b []byte) error
type MsgUndelegateResponse ¶ added in v0.40.0
type MsgUndelegateResponse struct { CompletionTime time.Time `protobuf:"bytes,1,opt,name=completion_time,json=completionTime,proto3,stdtime" json:"completion_time"` // amount returns the amount of undelegated coins // // Since: cosmos-sdk 0.50 Amount types1.Coin `protobuf:"bytes,2,opt,name=amount,proto3" json:"amount"` }
MsgUndelegateResponse defines the Msg/Undelegate response type.
func (*MsgUndelegateResponse) Descriptor ¶ added in v0.40.0
func (*MsgUndelegateResponse) Descriptor() ([]byte, []int)
func (*MsgUndelegateResponse) GetAmount ¶ added in v0.50.1
func (m *MsgUndelegateResponse) GetAmount() types1.Coin
func (*MsgUndelegateResponse) GetCompletionTime ¶ added in v0.40.0
func (m *MsgUndelegateResponse) GetCompletionTime() time.Time
func (*MsgUndelegateResponse) Marshal ¶ added in v0.40.0
func (m *MsgUndelegateResponse) Marshal() (dAtA []byte, err error)
func (*MsgUndelegateResponse) MarshalTo ¶ added in v0.40.0
func (m *MsgUndelegateResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgUndelegateResponse) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *MsgUndelegateResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUndelegateResponse) ProtoMessage ¶ added in v0.40.0
func (*MsgUndelegateResponse) ProtoMessage()
func (*MsgUndelegateResponse) Reset ¶ added in v0.40.0
func (m *MsgUndelegateResponse) Reset()
func (*MsgUndelegateResponse) Size ¶ added in v0.40.0
func (m *MsgUndelegateResponse) Size() (n int)
func (*MsgUndelegateResponse) String ¶ added in v0.40.0
func (m *MsgUndelegateResponse) String() string
func (*MsgUndelegateResponse) Unmarshal ¶ added in v0.40.0
func (m *MsgUndelegateResponse) Unmarshal(dAtA []byte) error
func (*MsgUndelegateResponse) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *MsgUndelegateResponse) XXX_DiscardUnknown()
func (*MsgUndelegateResponse) XXX_Marshal ¶ added in v0.40.0
func (m *MsgUndelegateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUndelegateResponse) XXX_Merge ¶ added in v0.40.0
func (m *MsgUndelegateResponse) XXX_Merge(src proto.Message)
func (*MsgUndelegateResponse) XXX_Size ¶ added in v0.40.0
func (m *MsgUndelegateResponse) XXX_Size() int
func (*MsgUndelegateResponse) XXX_Unmarshal ¶ added in v0.40.0
func (m *MsgUndelegateResponse) XXX_Unmarshal(b []byte) error
type MsgUpdateParams ¶ added in v0.47.0
type MsgUpdateParams struct { // authority is the address that controls the module (defaults to x/gov unless overwritten). Authority string `protobuf:"bytes,1,opt,name=authority,proto3" json:"authority,omitempty"` // params defines the x/staking parameters to update. // // NOTE: All parameters must be supplied. Params Params `protobuf:"bytes,2,opt,name=params,proto3" json:"params"` }
MsgUpdateParams is the Msg/UpdateParams request type.
Since: cosmos-sdk 0.47
func (*MsgUpdateParams) Descriptor ¶ added in v0.47.0
func (*MsgUpdateParams) Descriptor() ([]byte, []int)
func (*MsgUpdateParams) GetAuthority ¶ added in v0.47.0
func (m *MsgUpdateParams) GetAuthority() string
func (*MsgUpdateParams) GetParams ¶ added in v0.47.0
func (m *MsgUpdateParams) GetParams() Params
func (*MsgUpdateParams) Marshal ¶ added in v0.47.0
func (m *MsgUpdateParams) Marshal() (dAtA []byte, err error)
func (*MsgUpdateParams) MarshalTo ¶ added in v0.47.0
func (m *MsgUpdateParams) MarshalTo(dAtA []byte) (int, error)
func (*MsgUpdateParams) MarshalToSizedBuffer ¶ added in v0.47.0
func (m *MsgUpdateParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUpdateParams) ProtoMessage ¶ added in v0.47.0
func (*MsgUpdateParams) ProtoMessage()
func (*MsgUpdateParams) Reset ¶ added in v0.47.0
func (m *MsgUpdateParams) Reset()
func (*MsgUpdateParams) Size ¶ added in v0.47.0
func (m *MsgUpdateParams) Size() (n int)
func (*MsgUpdateParams) String ¶ added in v0.47.0
func (m *MsgUpdateParams) String() string
func (*MsgUpdateParams) Unmarshal ¶ added in v0.47.0
func (m *MsgUpdateParams) Unmarshal(dAtA []byte) error
func (*MsgUpdateParams) XXX_DiscardUnknown ¶ added in v0.47.0
func (m *MsgUpdateParams) XXX_DiscardUnknown()
func (*MsgUpdateParams) XXX_Marshal ¶ added in v0.47.0
func (m *MsgUpdateParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUpdateParams) XXX_Merge ¶ added in v0.47.0
func (m *MsgUpdateParams) XXX_Merge(src proto.Message)
func (*MsgUpdateParams) XXX_Size ¶ added in v0.47.0
func (m *MsgUpdateParams) XXX_Size() int
func (*MsgUpdateParams) XXX_Unmarshal ¶ added in v0.47.0
func (m *MsgUpdateParams) XXX_Unmarshal(b []byte) error
type MsgUpdateParamsResponse ¶ added in v0.47.0
type MsgUpdateParamsResponse struct { }
MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message.
Since: cosmos-sdk 0.47
func (*MsgUpdateParamsResponse) Descriptor ¶ added in v0.47.0
func (*MsgUpdateParamsResponse) Descriptor() ([]byte, []int)
func (*MsgUpdateParamsResponse) Marshal ¶ added in v0.47.0
func (m *MsgUpdateParamsResponse) Marshal() (dAtA []byte, err error)
func (*MsgUpdateParamsResponse) MarshalTo ¶ added in v0.47.0
func (m *MsgUpdateParamsResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgUpdateParamsResponse) MarshalToSizedBuffer ¶ added in v0.47.0
func (m *MsgUpdateParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUpdateParamsResponse) ProtoMessage ¶ added in v0.47.0
func (*MsgUpdateParamsResponse) ProtoMessage()
func (*MsgUpdateParamsResponse) Reset ¶ added in v0.47.0
func (m *MsgUpdateParamsResponse) Reset()
func (*MsgUpdateParamsResponse) Size ¶ added in v0.47.0
func (m *MsgUpdateParamsResponse) Size() (n int)
func (*MsgUpdateParamsResponse) String ¶ added in v0.47.0
func (m *MsgUpdateParamsResponse) String() string
func (*MsgUpdateParamsResponse) Unmarshal ¶ added in v0.47.0
func (m *MsgUpdateParamsResponse) Unmarshal(dAtA []byte) error
func (*MsgUpdateParamsResponse) XXX_DiscardUnknown ¶ added in v0.47.0
func (m *MsgUpdateParamsResponse) XXX_DiscardUnknown()
func (*MsgUpdateParamsResponse) XXX_Marshal ¶ added in v0.47.0
func (m *MsgUpdateParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUpdateParamsResponse) XXX_Merge ¶ added in v0.47.0
func (m *MsgUpdateParamsResponse) XXX_Merge(src proto.Message)
func (*MsgUpdateParamsResponse) XXX_Size ¶ added in v0.47.0
func (m *MsgUpdateParamsResponse) XXX_Size() int
func (*MsgUpdateParamsResponse) XXX_Unmarshal ¶ added in v0.47.0
func (m *MsgUpdateParamsResponse) XXX_Unmarshal(b []byte) error
type MsgValidatorBond ¶
type MsgValidatorBond struct { DelegatorAddress string `` /* 134-byte string literal not displayed */ ValidatorAddress string `` /* 134-byte string literal not displayed */ }
MsgValidatorBond defines a SDK message for performing validator self-bond of delegated coins from a delegator to a validator.
func NewMsgValidatorBond ¶
func NewMsgValidatorBond(delAddr, valAddr string) *MsgValidatorBond
NewMsgValidatorBond creates a new MsgValidatorBond instance.
func (*MsgValidatorBond) Descriptor ¶
func (*MsgValidatorBond) Descriptor() ([]byte, []int)
func (*MsgValidatorBond) Marshal ¶
func (m *MsgValidatorBond) Marshal() (dAtA []byte, err error)
func (*MsgValidatorBond) MarshalToSizedBuffer ¶
func (m *MsgValidatorBond) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgValidatorBond) ProtoMessage ¶
func (*MsgValidatorBond) ProtoMessage()
func (*MsgValidatorBond) Reset ¶
func (m *MsgValidatorBond) Reset()
func (*MsgValidatorBond) Size ¶
func (m *MsgValidatorBond) Size() (n int)
func (*MsgValidatorBond) String ¶
func (m *MsgValidatorBond) String() string
func (*MsgValidatorBond) Unmarshal ¶
func (m *MsgValidatorBond) Unmarshal(dAtA []byte) error
func (*MsgValidatorBond) XXX_DiscardUnknown ¶
func (m *MsgValidatorBond) XXX_DiscardUnknown()
func (*MsgValidatorBond) XXX_Marshal ¶
func (m *MsgValidatorBond) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgValidatorBond) XXX_Merge ¶
func (m *MsgValidatorBond) XXX_Merge(src proto.Message)
func (*MsgValidatorBond) XXX_Size ¶
func (m *MsgValidatorBond) XXX_Size() int
func (*MsgValidatorBond) XXX_Unmarshal ¶
func (m *MsgValidatorBond) XXX_Unmarshal(b []byte) error
type MsgValidatorBondResponse ¶
type MsgValidatorBondResponse struct { }
MsgValidatorBondResponse defines the Msg/ValidatorBond response type.
func (*MsgValidatorBondResponse) Descriptor ¶
func (*MsgValidatorBondResponse) Descriptor() ([]byte, []int)
func (*MsgValidatorBondResponse) Marshal ¶
func (m *MsgValidatorBondResponse) Marshal() (dAtA []byte, err error)
func (*MsgValidatorBondResponse) MarshalTo ¶
func (m *MsgValidatorBondResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgValidatorBondResponse) MarshalToSizedBuffer ¶
func (m *MsgValidatorBondResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgValidatorBondResponse) ProtoMessage ¶
func (*MsgValidatorBondResponse) ProtoMessage()
func (*MsgValidatorBondResponse) Reset ¶
func (m *MsgValidatorBondResponse) Reset()
func (*MsgValidatorBondResponse) Size ¶
func (m *MsgValidatorBondResponse) Size() (n int)
func (*MsgValidatorBondResponse) String ¶
func (m *MsgValidatorBondResponse) String() string
func (*MsgValidatorBondResponse) Unmarshal ¶
func (m *MsgValidatorBondResponse) Unmarshal(dAtA []byte) error
func (*MsgValidatorBondResponse) XXX_DiscardUnknown ¶
func (m *MsgValidatorBondResponse) XXX_DiscardUnknown()
func (*MsgValidatorBondResponse) XXX_Marshal ¶
func (m *MsgValidatorBondResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgValidatorBondResponse) XXX_Merge ¶
func (m *MsgValidatorBondResponse) XXX_Merge(src proto.Message)
func (*MsgValidatorBondResponse) XXX_Size ¶
func (m *MsgValidatorBondResponse) XXX_Size() int
func (*MsgValidatorBondResponse) XXX_Unmarshal ¶
func (m *MsgValidatorBondResponse) XXX_Unmarshal(b []byte) error
type MultiStakingHooks ¶
type MultiStakingHooks []StakingHooks
func NewMultiStakingHooks ¶
func NewMultiStakingHooks(hooks ...StakingHooks) MultiStakingHooks
func (MultiStakingHooks) AfterDelegationModified ¶
func (h MultiStakingHooks) AfterDelegationModified(ctx context.Context, delAddr sdk.AccAddress, valAddr sdk.ValAddress) error
func (MultiStakingHooks) AfterUnbondingInitiated ¶ added in v0.47.0
func (h MultiStakingHooks) AfterUnbondingInitiated(ctx context.Context, id uint64) error
func (MultiStakingHooks) AfterValidatorBeginUnbonding ¶
func (h MultiStakingHooks) AfterValidatorBeginUnbonding(ctx context.Context, consAddr sdk.ConsAddress, valAddr sdk.ValAddress) error
func (MultiStakingHooks) AfterValidatorBonded ¶
func (h MultiStakingHooks) AfterValidatorBonded(ctx context.Context, consAddr sdk.ConsAddress, valAddr sdk.ValAddress) error
func (MultiStakingHooks) AfterValidatorCreated ¶
func (h MultiStakingHooks) AfterValidatorCreated(ctx context.Context, valAddr sdk.ValAddress) error
func (MultiStakingHooks) AfterValidatorRemoved ¶
func (h MultiStakingHooks) AfterValidatorRemoved(ctx context.Context, consAddr sdk.ConsAddress, valAddr sdk.ValAddress) error
func (MultiStakingHooks) BeforeDelegationCreated ¶
func (h MultiStakingHooks) BeforeDelegationCreated(ctx context.Context, delAddr sdk.AccAddress, valAddr sdk.ValAddress) error
func (MultiStakingHooks) BeforeDelegationRemoved ¶
func (h MultiStakingHooks) BeforeDelegationRemoved(ctx context.Context, delAddr sdk.AccAddress, valAddr sdk.ValAddress) error
func (MultiStakingHooks) BeforeDelegationSharesModified ¶
func (h MultiStakingHooks) BeforeDelegationSharesModified(ctx context.Context, delAddr sdk.AccAddress, valAddr sdk.ValAddress) error
func (MultiStakingHooks) BeforeTokenizeShareRecordRemoved ¶
func (h MultiStakingHooks) BeforeTokenizeShareRecordRemoved(ctx context.Context, recordID uint64) error
func (MultiStakingHooks) BeforeValidatorModified ¶
func (h MultiStakingHooks) BeforeValidatorModified(ctx context.Context, valAddr sdk.ValAddress) error
func (MultiStakingHooks) BeforeValidatorSlashed ¶
func (h MultiStakingHooks) BeforeValidatorSlashed(ctx context.Context, valAddr sdk.ValAddress, fraction sdkmath.LegacyDec) error
type Params ¶
type Params struct { // unbonding_time is the time duration of unbonding. UnbondingTime time.Duration `protobuf:"bytes,1,opt,name=unbonding_time,json=unbondingTime,proto3,stdduration" json:"unbonding_time"` // max_validators is the maximum number of validators. MaxValidators uint32 `protobuf:"varint,2,opt,name=max_validators,json=maxValidators,proto3" json:"max_validators,omitempty"` // max_entries is the max entries for either unbonding delegation or redelegation (per pair/trio). MaxEntries uint32 `protobuf:"varint,3,opt,name=max_entries,json=maxEntries,proto3" json:"max_entries,omitempty"` // historical_entries is the number of historical entries to persist. HistoricalEntries uint32 `protobuf:"varint,4,opt,name=historical_entries,json=historicalEntries,proto3" json:"historical_entries,omitempty"` // bond_denom defines the bondable coin denomination. BondDenom string `protobuf:"bytes,5,opt,name=bond_denom,json=bondDenom,proto3" json:"bond_denom,omitempty"` // min_commission_rate is the chain-wide minimum commission rate that a validator can charge their delegators MinCommissionRate cosmossdk_io_math.LegacyDec `` /* 170-byte string literal not displayed */ // validator_bond_factor is required as a safety check for tokenizing shares and // delegations from liquid staking providers ValidatorBondFactor cosmossdk_io_math.LegacyDec `` /* 178-byte string literal not displayed */ // global_liquid_staking_cap represents a cap on the portion of stake that // comes from liquid staking providers GlobalLiquidStakingCap cosmossdk_io_math.LegacyDec `` /* 193-byte string literal not displayed */ // validator_liquid_staking_cap represents a cap on the portion of stake that // comes from liquid staking providers for a specific validator ValidatorLiquidStakingCap cosmossdk_io_math.LegacyDec `` /* 205-byte string literal not displayed */ }
Params defines the parameters for the x/staking module.
func MustUnmarshalParams ¶
func MustUnmarshalParams(cdc *codec.LegacyAmino, value []byte) Params
unmarshal the current staking params value from store key or panic
func NewParams ¶
func NewParams(unbondingTime time.Duration, maxValidators, maxEntries, historicalEntries uint32, bondDenom string, minCommissionRate math.LegacyDec, validatorBondFactor math.LegacyDec, globalLiquidStakingCap math.LegacyDec, validatorLiquidStakingCap math.LegacyDec, ) Params
NewParams creates a new Params instance
func UnmarshalParams ¶
func UnmarshalParams(cdc *codec.LegacyAmino, value []byte) (params Params, err error)
unmarshal the current staking params value from store key
func (*Params) Descriptor ¶
func (*Params) GetBondDenom ¶
func (*Params) GetHistoricalEntries ¶
func (*Params) GetMaxEntries ¶
func (*Params) GetMaxValidators ¶
func (*Params) GetUnbondingTime ¶
func (*Params) MarshalToSizedBuffer ¶
func (*Params) ParamSetPairs
deprecated
func (p *Params) ParamSetPairs() paramtypes.ParamSetPairs
Deprecated: Implements params.ParamSet
func (*Params) ProtoMessage ¶
func (*Params) ProtoMessage()
func (*Params) XXX_DiscardUnknown ¶
func (m *Params) XXX_DiscardUnknown()
func (*Params) XXX_Marshal ¶
func (*Params) XXX_Unmarshal ¶
type PendingTokenizeShareAuthorizations ¶
type PendingTokenizeShareAuthorizations struct {
}PendingTokenizeShareAuthorizations stores a list of addresses that have their tokenize share enablement in progress
func (*PendingTokenizeShareAuthorizations) Descriptor ¶
func (*PendingTokenizeShareAuthorizations) Descriptor() ([]byte, []int)
func (*PendingTokenizeShareAuthorizations) GetAddresses ¶
func (m *PendingTokenizeShareAuthorizations) GetAddresses() []string
func (*PendingTokenizeShareAuthorizations) Marshal ¶
func (m *PendingTokenizeShareAuthorizations) Marshal() (dAtA []byte, err error)
func (*PendingTokenizeShareAuthorizations) MarshalTo ¶
func (m *PendingTokenizeShareAuthorizations) MarshalTo(dAtA []byte) (int, error)
func (*PendingTokenizeShareAuthorizations) MarshalToSizedBuffer ¶
func (m *PendingTokenizeShareAuthorizations) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*PendingTokenizeShareAuthorizations) ProtoMessage ¶
func (*PendingTokenizeShareAuthorizations) ProtoMessage()
func (*PendingTokenizeShareAuthorizations) Reset ¶
func (m *PendingTokenizeShareAuthorizations) Reset()
func (*PendingTokenizeShareAuthorizations) Size ¶
func (m *PendingTokenizeShareAuthorizations) Size() (n int)
func (*PendingTokenizeShareAuthorizations) String ¶
func (m *PendingTokenizeShareAuthorizations) String() string
func (*PendingTokenizeShareAuthorizations) Unmarshal ¶
func (m *PendingTokenizeShareAuthorizations) Unmarshal(dAtA []byte) error
func (*PendingTokenizeShareAuthorizations) XXX_DiscardUnknown ¶
func (m *PendingTokenizeShareAuthorizations) XXX_DiscardUnknown()
func (*PendingTokenizeShareAuthorizations) XXX_Marshal ¶
func (m *PendingTokenizeShareAuthorizations) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PendingTokenizeShareAuthorizations) XXX_Merge ¶
func (m *PendingTokenizeShareAuthorizations) XXX_Merge(src proto.Message)
func (*PendingTokenizeShareAuthorizations) XXX_Size ¶
func (m *PendingTokenizeShareAuthorizations) XXX_Size() int
func (*PendingTokenizeShareAuthorizations) XXX_Unmarshal ¶
func (m *PendingTokenizeShareAuthorizations) XXX_Unmarshal(b []byte) error
type Pool ¶
type Pool struct { NotBondedTokens cosmossdk_io_math.Int `` /* 131-byte string literal not displayed */ BondedTokens cosmossdk_io_math.Int `protobuf:"bytes,2,opt,name=bonded_tokens,json=bondedTokens,proto3,customtype=cosmossdk.io/math.Int" json:"bonded_tokens"` }
Pool is used for tracking bonded and not-bonded token supply of the bond denomination.
func (*Pool) Description ¶ added in v0.40.0
func (this *Pool) Description() (desc *github_com_cosmos_gogoproto_protoc_gen_gogo_descriptor.FileDescriptorSet)
func (*Pool) Descriptor ¶ added in v0.40.0
func (*Pool) MarshalToSizedBuffer ¶ added in v0.40.0
func (*Pool) ProtoMessage ¶ added in v0.40.0
func (*Pool) ProtoMessage()
func (*Pool) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *Pool) XXX_DiscardUnknown()
func (*Pool) XXX_Marshal ¶ added in v0.40.0
func (*Pool) XXX_Unmarshal ¶ added in v0.40.0
type QueryAllTokenizeShareRecordsRequest ¶
type QueryAllTokenizeShareRecordsRequest struct { query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"` }Pagination *
QueryAllTokenizeShareRecordsRequest is request type for the Query/QueryAllTokenizeShareRecords RPC method.
func (*QueryAllTokenizeShareRecordsRequest) Descriptor ¶
func (*QueryAllTokenizeShareRecordsRequest) Descriptor() ([]byte, []int)
func (*QueryAllTokenizeShareRecordsRequest) GetPagination ¶
func (m *QueryAllTokenizeShareRecordsRequest) GetPagination() *query.PageRequest
func (*QueryAllTokenizeShareRecordsRequest) Marshal ¶
func (m *QueryAllTokenizeShareRecordsRequest) Marshal() (dAtA []byte, err error)
func (*QueryAllTokenizeShareRecordsRequest) MarshalTo ¶
func (m *QueryAllTokenizeShareRecordsRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllTokenizeShareRecordsRequest) MarshalToSizedBuffer ¶
func (m *QueryAllTokenizeShareRecordsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllTokenizeShareRecordsRequest) ProtoMessage ¶
func (*QueryAllTokenizeShareRecordsRequest) ProtoMessage()
func (*QueryAllTokenizeShareRecordsRequest) Reset ¶
func (m *QueryAllTokenizeShareRecordsRequest) Reset()
func (*QueryAllTokenizeShareRecordsRequest) Size ¶
func (m *QueryAllTokenizeShareRecordsRequest) Size() (n int)
func (*QueryAllTokenizeShareRecordsRequest) String ¶
func (m *QueryAllTokenizeShareRecordsRequest) String() string
func (*QueryAllTokenizeShareRecordsRequest) Unmarshal ¶
func (m *QueryAllTokenizeShareRecordsRequest) Unmarshal(dAtA []byte) error
func (*QueryAllTokenizeShareRecordsRequest) XXX_DiscardUnknown ¶
func (m *QueryAllTokenizeShareRecordsRequest) XXX_DiscardUnknown()
func (*QueryAllTokenizeShareRecordsRequest) XXX_Marshal ¶
func (m *QueryAllTokenizeShareRecordsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllTokenizeShareRecordsRequest) XXX_Merge ¶
func (m *QueryAllTokenizeShareRecordsRequest) XXX_Merge(src proto.Message)
func (*QueryAllTokenizeShareRecordsRequest) XXX_Size ¶
func (m *QueryAllTokenizeShareRecordsRequest) XXX_Size() int
func (*QueryAllTokenizeShareRecordsRequest) XXX_Unmarshal ¶
func (m *QueryAllTokenizeShareRecordsRequest) XXX_Unmarshal(b []byte) error
type QueryAllTokenizeShareRecordsResponse ¶
type QueryAllTokenizeShareRecordsResponse struct { query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }Pagination *
QueryAllTokenizeShareRecordsResponse is response type for the Query/QueryAllTokenizeShareRecords RPC method.
func (*QueryAllTokenizeShareRecordsResponse) Descriptor ¶
func (*QueryAllTokenizeShareRecordsResponse) Descriptor() ([]byte, []int)
func (*QueryAllTokenizeShareRecordsResponse) GetPagination ¶
func (m *QueryAllTokenizeShareRecordsResponse) GetPagination() *query.PageResponse
func (*QueryAllTokenizeShareRecordsResponse) GetRecords ¶
func (m *QueryAllTokenizeShareRecordsResponse) GetRecords() []TokenizeShareRecord
func (*QueryAllTokenizeShareRecordsResponse) Marshal ¶
func (m *QueryAllTokenizeShareRecordsResponse) Marshal() (dAtA []byte, err error)
func (*QueryAllTokenizeShareRecordsResponse) MarshalTo ¶
func (m *QueryAllTokenizeShareRecordsResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllTokenizeShareRecordsResponse) MarshalToSizedBuffer ¶
func (m *QueryAllTokenizeShareRecordsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllTokenizeShareRecordsResponse) ProtoMessage ¶
func (*QueryAllTokenizeShareRecordsResponse) ProtoMessage()
func (*QueryAllTokenizeShareRecordsResponse) Reset ¶
func (m *QueryAllTokenizeShareRecordsResponse) Reset()
func (*QueryAllTokenizeShareRecordsResponse) Size ¶
func (m *QueryAllTokenizeShareRecordsResponse) Size() (n int)
func (*QueryAllTokenizeShareRecordsResponse) String ¶
func (m *QueryAllTokenizeShareRecordsResponse) String() string
func (*QueryAllTokenizeShareRecordsResponse) Unmarshal ¶
func (m *QueryAllTokenizeShareRecordsResponse) Unmarshal(dAtA []byte) error
func (*QueryAllTokenizeShareRecordsResponse) XXX_DiscardUnknown ¶
func (m *QueryAllTokenizeShareRecordsResponse) XXX_DiscardUnknown()
func (*QueryAllTokenizeShareRecordsResponse) XXX_Marshal ¶
func (m *QueryAllTokenizeShareRecordsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllTokenizeShareRecordsResponse) XXX_Merge ¶
func (m *QueryAllTokenizeShareRecordsResponse) XXX_Merge(src proto.Message)
func (*QueryAllTokenizeShareRecordsResponse) XXX_Size ¶
func (m *QueryAllTokenizeShareRecordsResponse) XXX_Size() int
func (*QueryAllTokenizeShareRecordsResponse) XXX_Unmarshal ¶
func (m *QueryAllTokenizeShareRecordsResponse) XXX_Unmarshal(b []byte) error
type QueryClient ¶ added in v0.40.0
type QueryClient interface { // Validators queries all validators that match the given status. // // When called from another module, this query might consume a high amount of // gas if the pagination field is incorrectly set. Validators(ctx context.Context, in *QueryValidatorsRequest, opts ...grpc.CallOption) (*QueryValidatorsResponse, error) // Validator queries validator info for given validator address. Validator(ctx context.Context, in *QueryValidatorRequest, opts ...grpc.CallOption) (*QueryValidatorResponse, error) // ValidatorDelegations queries delegate info for given validator. // // When called from another module, this query might consume a high amount of // gas if the pagination field is incorrectly set. ValidatorDelegations(ctx context.Context, in *QueryValidatorDelegationsRequest, opts ...grpc.CallOption) (*QueryValidatorDelegationsResponse, error) // ValidatorUnbondingDelegations queries unbonding delegations of a validator. // // When called from another module, this query might consume a high amount of // gas if the pagination field is incorrectly set. ValidatorUnbondingDelegations(ctx context.Context, in *QueryValidatorUnbondingDelegationsRequest, opts ...grpc.CallOption) (*QueryValidatorUnbondingDelegationsResponse, error) // Delegation queries delegate info for given validator delegator pair. Delegation(ctx context.Context, in *QueryDelegationRequest, opts ...grpc.CallOption) (*QueryDelegationResponse, error) // UnbondingDelegation queries unbonding info for given validator delegator // pair. UnbondingDelegation(ctx context.Context, in *QueryUnbondingDelegationRequest, opts ...grpc.CallOption) (*QueryUnbondingDelegationResponse, error) // DelegatorDelegations queries all delegations of a given delegator address. // // When called from another module, this query might consume a high amount of // gas if the pagination field is incorrectly set. DelegatorDelegations(ctx context.Context, in *QueryDelegatorDelegationsRequest, opts ...grpc.CallOption) (*QueryDelegatorDelegationsResponse, error) // DelegatorUnbondingDelegations queries all unbonding delegations of a given // delegator address. // // When called from another module, this query might consume a high amount of // gas if the pagination field is incorrectly set. DelegatorUnbondingDelegations(ctx context.Context, in *QueryDelegatorUnbondingDelegationsRequest, opts ...grpc.CallOption) (*QueryDelegatorUnbondingDelegationsResponse, error) // Redelegations queries redelegations of given address. // // When called from another module, this query might consume a high amount of // gas if the pagination field is incorrectly set. Redelegations(ctx context.Context, in *QueryRedelegationsRequest, opts ...grpc.CallOption) (*QueryRedelegationsResponse, error) // DelegatorValidators queries all validators info for given delegator // address. // // When called from another module, this query might consume a high amount of // gas if the pagination field is incorrectly set. DelegatorValidators(ctx context.Context, in *QueryDelegatorValidatorsRequest, opts ...grpc.CallOption) (*QueryDelegatorValidatorsResponse, error) // DelegatorValidator queries validator info for given delegator validator // pair. DelegatorValidator(ctx context.Context, in *QueryDelegatorValidatorRequest, opts ...grpc.CallOption) (*QueryDelegatorValidatorResponse, error) TokenizeShareRecordById(ctx context.Context, in *QueryTokenizeShareRecordByIdRequest, opts ...grpc.CallOption) (*QueryTokenizeShareRecordByIdResponse, error) TokenizeShareRecordByDenom(ctx context.Context, in *QueryTokenizeShareRecordByDenomRequest, opts ...grpc.CallOption) (*QueryTokenizeShareRecordByDenomResponse, error) TokenizeShareRecordsOwned(ctx context.Context, in *QueryTokenizeShareRecordsOwnedRequest, opts ...grpc.CallOption) (*QueryTokenizeShareRecordsOwnedResponse, error) AllTokenizeShareRecords(ctx context.Context, in *QueryAllTokenizeShareRecordsRequest, opts ...grpc.CallOption) (*QueryAllTokenizeShareRecordsResponse, error) LastTokenizeShareRecordId(ctx context.Context, in *QueryLastTokenizeShareRecordIdRequest, opts ...grpc.CallOption) (*QueryLastTokenizeShareRecordIdResponse, error) TotalTokenizeSharedAssets(ctx context.Context, in *QueryTotalTokenizeSharedAssetsRequest, opts ...grpc.CallOption) (*QueryTotalTokenizeSharedAssetsResponse, error) // Query for total liquid staked (including tokenized shares or owned by an liquid staking provider) TotalLiquidStaked(ctx context.Context, in *QueryTotalLiquidStaked, opts ...grpc.CallOption) (*QueryTotalLiquidStakedResponse, error) TokenizeShareLockInfo(ctx context.Context, in *QueryTokenizeShareLockInfo, opts ...grpc.CallOption) (*QueryTokenizeShareLockInfoResponse, error) // HistoricalInfo queries the historical info for given height. HistoricalInfo(ctx context.Context, in *QueryHistoricalInfoRequest, opts ...grpc.CallOption) (*QueryHistoricalInfoResponse, error) // Pool queries the pool info. Pool(ctx context.Context, in *QueryPoolRequest, opts ...grpc.CallOption) (*QueryPoolResponse, error) // Parameters queries the staking parameters. Params(ctx context.Context, in *QueryParamsRequest, opts ...grpc.CallOption) (*QueryParamsResponse, error) }
QueryClient is the client API for Query service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewQueryClient ¶ added in v0.40.0
func NewQueryClient(cc grpc1.ClientConn) QueryClient
type QueryDelegationRequest ¶ added in v0.40.0
type QueryDelegationRequest struct { // delegator_addr defines the delegator address to query for. DelegatorAddr string `protobuf:"bytes,1,opt,name=delegator_addr,json=delegatorAddr,proto3" json:"delegator_addr,omitempty"` // validator_addr defines the validator address to query for. ValidatorAddr string `protobuf:"bytes,2,opt,name=validator_addr,json=validatorAddr,proto3" json:"validator_addr,omitempty"` }
QueryDelegationRequest is request type for the Query/Delegation RPC method.
func (*QueryDelegationRequest) Descriptor ¶ added in v0.40.0
func (*QueryDelegationRequest) Descriptor() ([]byte, []int)
func (*QueryDelegationRequest) Marshal ¶ added in v0.40.0
func (m *QueryDelegationRequest) Marshal() (dAtA []byte, err error)
func (*QueryDelegationRequest) MarshalTo ¶ added in v0.40.0
func (m *QueryDelegationRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryDelegationRequest) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *QueryDelegationRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryDelegationRequest) ProtoMessage ¶ added in v0.40.0
func (*QueryDelegationRequest) ProtoMessage()
func (*QueryDelegationRequest) Reset ¶ added in v0.40.0
func (m *QueryDelegationRequest) Reset()
func (*QueryDelegationRequest) Size ¶ added in v0.40.0
func (m *QueryDelegationRequest) Size() (n int)
func (*QueryDelegationRequest) String ¶ added in v0.40.0
func (m *QueryDelegationRequest) String() string
func (*QueryDelegationRequest) Unmarshal ¶ added in v0.40.0
func (m *QueryDelegationRequest) Unmarshal(dAtA []byte) error
func (*QueryDelegationRequest) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *QueryDelegationRequest) XXX_DiscardUnknown()
func (*QueryDelegationRequest) XXX_Marshal ¶ added in v0.40.0
func (m *QueryDelegationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryDelegationRequest) XXX_Merge ¶ added in v0.40.0
func (m *QueryDelegationRequest) XXX_Merge(src proto.Message)
func (*QueryDelegationRequest) XXX_Size ¶ added in v0.40.0
func (m *QueryDelegationRequest) XXX_Size() int
func (*QueryDelegationRequest) XXX_Unmarshal ¶ added in v0.40.0
func (m *QueryDelegationRequest) XXX_Unmarshal(b []byte) error
type QueryDelegationResponse ¶ added in v0.40.0
type QueryDelegationResponse struct { // delegation_responses defines the delegation info of a delegation. DelegationResponse *DelegationResponse `protobuf:"bytes,1,opt,name=delegation_response,json=delegationResponse,proto3" json:"delegation_response,omitempty"` }
QueryDelegationResponse is response type for the Query/Delegation RPC method.
func (*QueryDelegationResponse) Descriptor ¶ added in v0.40.0
func (*QueryDelegationResponse) Descriptor() ([]byte, []int)
func (*QueryDelegationResponse) GetDelegationResponse ¶ added in v0.40.0
func (m *QueryDelegationResponse) GetDelegationResponse() *DelegationResponse
func (*QueryDelegationResponse) Marshal ¶ added in v0.40.0
func (m *QueryDelegationResponse) Marshal() (dAtA []byte, err error)
func (*QueryDelegationResponse) MarshalTo ¶ added in v0.40.0
func (m *QueryDelegationResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryDelegationResponse) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *QueryDelegationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryDelegationResponse) ProtoMessage ¶ added in v0.40.0
func (*QueryDelegationResponse) ProtoMessage()
func (*QueryDelegationResponse) Reset ¶ added in v0.40.0
func (m *QueryDelegationResponse) Reset()
func (*QueryDelegationResponse) Size ¶ added in v0.40.0
func (m *QueryDelegationResponse) Size() (n int)
func (*QueryDelegationResponse) String ¶ added in v0.40.0
func (m *QueryDelegationResponse) String() string
func (*QueryDelegationResponse) Unmarshal ¶ added in v0.40.0
func (m *QueryDelegationResponse) Unmarshal(dAtA []byte) error
func (*QueryDelegationResponse) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *QueryDelegationResponse) XXX_DiscardUnknown()
func (*QueryDelegationResponse) XXX_Marshal ¶ added in v0.40.0
func (m *QueryDelegationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryDelegationResponse) XXX_Merge ¶ added in v0.40.0
func (m *QueryDelegationResponse) XXX_Merge(src proto.Message)
func (*QueryDelegationResponse) XXX_Size ¶ added in v0.40.0
func (m *QueryDelegationResponse) XXX_Size() int
func (*QueryDelegationResponse) XXX_Unmarshal ¶ added in v0.40.0
func (m *QueryDelegationResponse) XXX_Unmarshal(b []byte) error
type QueryDelegatorDelegationsRequest ¶ added in v0.40.0
type QueryDelegatorDelegationsRequest struct { // delegator_addr defines the delegator address to query for. DelegatorAddr string `protobuf:"bytes,1,opt,name=delegator_addr,json=delegatorAddr,proto3" json:"delegator_addr,omitempty"` // pagination defines an optional pagination for the request. Pagination *query.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
QueryDelegatorDelegationsRequest is request type for the Query/DelegatorDelegations RPC method.
func (*QueryDelegatorDelegationsRequest) Descriptor ¶ added in v0.40.0
func (*QueryDelegatorDelegationsRequest) Descriptor() ([]byte, []int)
func (*QueryDelegatorDelegationsRequest) Marshal ¶ added in v0.40.0
func (m *QueryDelegatorDelegationsRequest) Marshal() (dAtA []byte, err error)
func (*QueryDelegatorDelegationsRequest) MarshalTo ¶ added in v0.40.0
func (m *QueryDelegatorDelegationsRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryDelegatorDelegationsRequest) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *QueryDelegatorDelegationsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryDelegatorDelegationsRequest) ProtoMessage ¶ added in v0.40.0
func (*QueryDelegatorDelegationsRequest) ProtoMessage()
func (*QueryDelegatorDelegationsRequest) Reset ¶ added in v0.40.0
func (m *QueryDelegatorDelegationsRequest) Reset()
func (*QueryDelegatorDelegationsRequest) Size ¶ added in v0.40.0
func (m *QueryDelegatorDelegationsRequest) Size() (n int)
func (*QueryDelegatorDelegationsRequest) String ¶ added in v0.40.0
func (m *QueryDelegatorDelegationsRequest) String() string
func (*QueryDelegatorDelegationsRequest) Unmarshal ¶ added in v0.40.0
func (m *QueryDelegatorDelegationsRequest) Unmarshal(dAtA []byte) error
func (*QueryDelegatorDelegationsRequest) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *QueryDelegatorDelegationsRequest) XXX_DiscardUnknown()
func (*QueryDelegatorDelegationsRequest) XXX_Marshal ¶ added in v0.40.0
func (m *QueryDelegatorDelegationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryDelegatorDelegationsRequest) XXX_Merge ¶ added in v0.40.0
func (m *QueryDelegatorDelegationsRequest) XXX_Merge(src proto.Message)
func (*QueryDelegatorDelegationsRequest) XXX_Size ¶ added in v0.40.0
func (m *QueryDelegatorDelegationsRequest) XXX_Size() int
func (*QueryDelegatorDelegationsRequest) XXX_Unmarshal ¶ added in v0.40.0
func (m *QueryDelegatorDelegationsRequest) XXX_Unmarshal(b []byte) error
type QueryDelegatorDelegationsResponse ¶ added in v0.40.0
type QueryDelegatorDelegationsResponse struct { // delegation_responses defines all the delegations' info of a delegator. DelegationResponses []DelegationResponse `protobuf:"bytes,1,rep,name=delegation_responses,json=delegationResponses,proto3" json:"delegation_responses"` // pagination defines the pagination in the response. Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
QueryDelegatorDelegationsResponse is response type for the Query/DelegatorDelegations RPC method.
func (*QueryDelegatorDelegationsResponse) Descriptor ¶ added in v0.40.0
func (*QueryDelegatorDelegationsResponse) Descriptor() ([]byte, []int)
func (*QueryDelegatorDelegationsResponse) GetDelegationResponses ¶ added in v0.40.0
func (m *QueryDelegatorDelegationsResponse) GetDelegationResponses() []DelegationResponse
func (*QueryDelegatorDelegationsResponse) GetPagination ¶ added in v0.40.0
func (m *QueryDelegatorDelegationsResponse) GetPagination() *query.PageResponse
func (*QueryDelegatorDelegationsResponse) Marshal ¶ added in v0.40.0
func (m *QueryDelegatorDelegationsResponse) Marshal() (dAtA []byte, err error)
func (*QueryDelegatorDelegationsResponse) MarshalTo ¶ added in v0.40.0
func (m *QueryDelegatorDelegationsResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryDelegatorDelegationsResponse) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *QueryDelegatorDelegationsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryDelegatorDelegationsResponse) ProtoMessage ¶ added in v0.40.0
func (*QueryDelegatorDelegationsResponse) ProtoMessage()
func (*QueryDelegatorDelegationsResponse) Reset ¶ added in v0.40.0
func (m *QueryDelegatorDelegationsResponse) Reset()
func (*QueryDelegatorDelegationsResponse) Size ¶ added in v0.40.0
func (m *QueryDelegatorDelegationsResponse) Size() (n int)
func (*QueryDelegatorDelegationsResponse) String ¶ added in v0.40.0
func (m *QueryDelegatorDelegationsResponse) String() string
func (*QueryDelegatorDelegationsResponse) Unmarshal ¶ added in v0.40.0
func (m *QueryDelegatorDelegationsResponse) Unmarshal(dAtA []byte) error
func (*QueryDelegatorDelegationsResponse) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *QueryDelegatorDelegationsResponse) XXX_DiscardUnknown()
func (*QueryDelegatorDelegationsResponse) XXX_Marshal ¶ added in v0.40.0
func (m *QueryDelegatorDelegationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryDelegatorDelegationsResponse) XXX_Merge ¶ added in v0.40.0
func (m *QueryDelegatorDelegationsResponse) XXX_Merge(src proto.Message)
func (*QueryDelegatorDelegationsResponse) XXX_Size ¶ added in v0.40.0
func (m *QueryDelegatorDelegationsResponse) XXX_Size() int
func (*QueryDelegatorDelegationsResponse) XXX_Unmarshal ¶ added in v0.40.0
func (m *QueryDelegatorDelegationsResponse) XXX_Unmarshal(b []byte) error
type QueryDelegatorParams ¶
type QueryDelegatorParams struct {
DelegatorAddr sdk.AccAddress
}
defines the params for the following queries: - 'custom/staking/delegatorDelegations' - 'custom/staking/delegatorUnbondingDelegations' - 'custom/staking/delegatorValidators'
func NewQueryDelegatorParams ¶
func NewQueryDelegatorParams(delegatorAddr sdk.AccAddress) QueryDelegatorParams
type QueryDelegatorUnbondingDelegationsRequest ¶ added in v0.40.0
type QueryDelegatorUnbondingDelegationsRequest struct { // delegator_addr defines the delegator address to query for. DelegatorAddr string `protobuf:"bytes,1,opt,name=delegator_addr,json=delegatorAddr,proto3" json:"delegator_addr,omitempty"` // pagination defines an optional pagination for the request. Pagination *query.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
QueryDelegatorUnbondingDelegationsRequest is request type for the Query/DelegatorUnbondingDelegations RPC method.
func (*QueryDelegatorUnbondingDelegationsRequest) Descriptor ¶ added in v0.40.0
func (*QueryDelegatorUnbondingDelegationsRequest) Descriptor() ([]byte, []int)
func (*QueryDelegatorUnbondingDelegationsRequest) Marshal ¶ added in v0.40.0
func (m *QueryDelegatorUnbondingDelegationsRequest) Marshal() (dAtA []byte, err error)
func (*QueryDelegatorUnbondingDelegationsRequest) MarshalTo ¶ added in v0.40.0
func (m *QueryDelegatorUnbondingDelegationsRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryDelegatorUnbondingDelegationsRequest) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *QueryDelegatorUnbondingDelegationsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryDelegatorUnbondingDelegationsRequest) ProtoMessage ¶ added in v0.40.0
func (*QueryDelegatorUnbondingDelegationsRequest) ProtoMessage()
func (*QueryDelegatorUnbondingDelegationsRequest) Reset ¶ added in v0.40.0
func (m *QueryDelegatorUnbondingDelegationsRequest) Reset()
func (*QueryDelegatorUnbondingDelegationsRequest) Size ¶ added in v0.40.0
func (m *QueryDelegatorUnbondingDelegationsRequest) Size() (n int)
func (*QueryDelegatorUnbondingDelegationsRequest) String ¶ added in v0.40.0
func (m *QueryDelegatorUnbondingDelegationsRequest) String() string
func (*QueryDelegatorUnbondingDelegationsRequest) Unmarshal ¶ added in v0.40.0
func (m *QueryDelegatorUnbondingDelegationsRequest) Unmarshal(dAtA []byte) error
func (*QueryDelegatorUnbondingDelegationsRequest) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *QueryDelegatorUnbondingDelegationsRequest) XXX_DiscardUnknown()
func (*QueryDelegatorUnbondingDelegationsRequest) XXX_Marshal ¶ added in v0.40.0
func (m *QueryDelegatorUnbondingDelegationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryDelegatorUnbondingDelegationsRequest) XXX_Merge ¶ added in v0.40.0
func (m *QueryDelegatorUnbondingDelegationsRequest) XXX_Merge(src proto.Message)
func (*QueryDelegatorUnbondingDelegationsRequest) XXX_Size ¶ added in v0.40.0
func (m *QueryDelegatorUnbondingDelegationsRequest) XXX_Size() int
func (*QueryDelegatorUnbondingDelegationsRequest) XXX_Unmarshal ¶ added in v0.40.0
func (m *QueryDelegatorUnbondingDelegationsRequest) XXX_Unmarshal(b []byte) error
type QueryDelegatorUnbondingDelegationsResponse ¶ added in v0.40.0
type QueryDelegatorUnbondingDelegationsResponse struct { UnbondingResponses []UnbondingDelegation `protobuf:"bytes,1,rep,name=unbonding_responses,json=unbondingResponses,proto3" json:"unbonding_responses"` // pagination defines the pagination in the response. Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
QueryUnbondingDelegatorDelegationsResponse is response type for the Query/UnbondingDelegatorDelegations RPC method.
func (*QueryDelegatorUnbondingDelegationsResponse) Descriptor ¶ added in v0.40.0
func (*QueryDelegatorUnbondingDelegationsResponse) Descriptor() ([]byte, []int)
func (*QueryDelegatorUnbondingDelegationsResponse) GetPagination ¶ added in v0.40.0
func (m *QueryDelegatorUnbondingDelegationsResponse) GetPagination() *query.PageResponse
func (*QueryDelegatorUnbondingDelegationsResponse) GetUnbondingResponses ¶ added in v0.40.0
func (m *QueryDelegatorUnbondingDelegationsResponse) GetUnbondingResponses() []UnbondingDelegation
func (*QueryDelegatorUnbondingDelegationsResponse) Marshal ¶ added in v0.40.0
func (m *QueryDelegatorUnbondingDelegationsResponse) Marshal() (dAtA []byte, err error)
func (*QueryDelegatorUnbondingDelegationsResponse) MarshalTo ¶ added in v0.40.0
func (m *QueryDelegatorUnbondingDelegationsResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryDelegatorUnbondingDelegationsResponse) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *QueryDelegatorUnbondingDelegationsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryDelegatorUnbondingDelegationsResponse) ProtoMessage ¶ added in v0.40.0
func (*QueryDelegatorUnbondingDelegationsResponse) ProtoMessage()
func (*QueryDelegatorUnbondingDelegationsResponse) Reset ¶ added in v0.40.0
func (m *QueryDelegatorUnbondingDelegationsResponse) Reset()
func (*QueryDelegatorUnbondingDelegationsResponse) Size ¶ added in v0.40.0
func (m *QueryDelegatorUnbondingDelegationsResponse) Size() (n int)
func (*QueryDelegatorUnbondingDelegationsResponse) String ¶ added in v0.40.0
func (m *QueryDelegatorUnbondingDelegationsResponse) String() string
func (*QueryDelegatorUnbondingDelegationsResponse) Unmarshal ¶ added in v0.40.0
func (m *QueryDelegatorUnbondingDelegationsResponse) Unmarshal(dAtA []byte) error
func (*QueryDelegatorUnbondingDelegationsResponse) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *QueryDelegatorUnbondingDelegationsResponse) XXX_DiscardUnknown()
func (*QueryDelegatorUnbondingDelegationsResponse) XXX_Marshal ¶ added in v0.40.0
func (m *QueryDelegatorUnbondingDelegationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryDelegatorUnbondingDelegationsResponse) XXX_Merge ¶ added in v0.40.0
func (m *QueryDelegatorUnbondingDelegationsResponse) XXX_Merge(src proto.Message)
func (*QueryDelegatorUnbondingDelegationsResponse) XXX_Size ¶ added in v0.40.0
func (m *QueryDelegatorUnbondingDelegationsResponse) XXX_Size() int
func (*QueryDelegatorUnbondingDelegationsResponse) XXX_Unmarshal ¶ added in v0.40.0
func (m *QueryDelegatorUnbondingDelegationsResponse) XXX_Unmarshal(b []byte) error
type QueryDelegatorValidatorRequest ¶ added in v0.40.0
type QueryDelegatorValidatorRequest struct { // delegator_addr defines the delegator address to query for. DelegatorAddr string `protobuf:"bytes,1,opt,name=delegator_addr,json=delegatorAddr,proto3" json:"delegator_addr,omitempty"` // validator_addr defines the validator address to query for. ValidatorAddr string `protobuf:"bytes,2,opt,name=validator_addr,json=validatorAddr,proto3" json:"validator_addr,omitempty"` }
QueryDelegatorValidatorRequest is request type for the Query/DelegatorValidator RPC method.
func (*QueryDelegatorValidatorRequest) Descriptor ¶ added in v0.40.0
func (*QueryDelegatorValidatorRequest) Descriptor() ([]byte, []int)
func (*QueryDelegatorValidatorRequest) Marshal ¶ added in v0.40.0
func (m *QueryDelegatorValidatorRequest) Marshal() (dAtA []byte, err error)
func (*QueryDelegatorValidatorRequest) MarshalTo ¶ added in v0.40.0
func (m *QueryDelegatorValidatorRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryDelegatorValidatorRequest) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *QueryDelegatorValidatorRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryDelegatorValidatorRequest) ProtoMessage ¶ added in v0.40.0
func (*QueryDelegatorValidatorRequest) ProtoMessage()
func (*QueryDelegatorValidatorRequest) Reset ¶ added in v0.40.0
func (m *QueryDelegatorValidatorRequest) Reset()
func (*QueryDelegatorValidatorRequest) Size ¶ added in v0.40.0
func (m *QueryDelegatorValidatorRequest) Size() (n int)
func (*QueryDelegatorValidatorRequest) String ¶ added in v0.40.0
func (m *QueryDelegatorValidatorRequest) String() string
func (*QueryDelegatorValidatorRequest) Unmarshal ¶ added in v0.40.0
func (m *QueryDelegatorValidatorRequest) Unmarshal(dAtA []byte) error
func (*QueryDelegatorValidatorRequest) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *QueryDelegatorValidatorRequest) XXX_DiscardUnknown()
func (*QueryDelegatorValidatorRequest) XXX_Marshal ¶ added in v0.40.0
func (m *QueryDelegatorValidatorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryDelegatorValidatorRequest) XXX_Merge ¶ added in v0.40.0
func (m *QueryDelegatorValidatorRequest) XXX_Merge(src proto.Message)
func (*QueryDelegatorValidatorRequest) XXX_Size ¶ added in v0.40.0
func (m *QueryDelegatorValidatorRequest) XXX_Size() int
func (*QueryDelegatorValidatorRequest) XXX_Unmarshal ¶ added in v0.40.0
func (m *QueryDelegatorValidatorRequest) XXX_Unmarshal(b []byte) error
type QueryDelegatorValidatorResponse ¶ added in v0.40.0
type QueryDelegatorValidatorResponse struct { // validator defines the validator info. Validator Validator `protobuf:"bytes,1,opt,name=validator,proto3" json:"validator"` }
QueryDelegatorValidatorResponse response type for the Query/DelegatorValidator RPC method.
func (*QueryDelegatorValidatorResponse) Descriptor ¶ added in v0.40.0
func (*QueryDelegatorValidatorResponse) Descriptor() ([]byte, []int)
func (*QueryDelegatorValidatorResponse) GetValidator ¶ added in v0.40.0
func (m *QueryDelegatorValidatorResponse) GetValidator() Validator
func (*QueryDelegatorValidatorResponse) Marshal ¶ added in v0.40.0
func (m *QueryDelegatorValidatorResponse) Marshal() (dAtA []byte, err error)
func (*QueryDelegatorValidatorResponse) MarshalTo ¶ added in v0.40.0
func (m *QueryDelegatorValidatorResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryDelegatorValidatorResponse) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *QueryDelegatorValidatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryDelegatorValidatorResponse) ProtoMessage ¶ added in v0.40.0
func (*QueryDelegatorValidatorResponse) ProtoMessage()
func (*QueryDelegatorValidatorResponse) Reset ¶ added in v0.40.0
func (m *QueryDelegatorValidatorResponse) Reset()
func (*QueryDelegatorValidatorResponse) Size ¶ added in v0.40.0
func (m *QueryDelegatorValidatorResponse) Size() (n int)
func (*QueryDelegatorValidatorResponse) String ¶ added in v0.40.0
func (m *QueryDelegatorValidatorResponse) String() string
func (*QueryDelegatorValidatorResponse) Unmarshal ¶ added in v0.40.0
func (m *QueryDelegatorValidatorResponse) Unmarshal(dAtA []byte) error
func (*QueryDelegatorValidatorResponse) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *QueryDelegatorValidatorResponse) XXX_DiscardUnknown()
func (*QueryDelegatorValidatorResponse) XXX_Marshal ¶ added in v0.40.0
func (m *QueryDelegatorValidatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryDelegatorValidatorResponse) XXX_Merge ¶ added in v0.40.0
func (m *QueryDelegatorValidatorResponse) XXX_Merge(src proto.Message)
func (*QueryDelegatorValidatorResponse) XXX_Size ¶ added in v0.40.0
func (m *QueryDelegatorValidatorResponse) XXX_Size() int
func (*QueryDelegatorValidatorResponse) XXX_Unmarshal ¶ added in v0.40.0
func (m *QueryDelegatorValidatorResponse) XXX_Unmarshal(b []byte) error
type QueryDelegatorValidatorsRequest ¶ added in v0.40.0
type QueryDelegatorValidatorsRequest struct { // delegator_addr defines the delegator address to query for. DelegatorAddr string `protobuf:"bytes,1,opt,name=delegator_addr,json=delegatorAddr,proto3" json:"delegator_addr,omitempty"` // pagination defines an optional pagination for the request. Pagination *query.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
QueryDelegatorValidatorsRequest is request type for the Query/DelegatorValidators RPC method.
func (*QueryDelegatorValidatorsRequest) Descriptor ¶ added in v0.40.0
func (*QueryDelegatorValidatorsRequest) Descriptor() ([]byte, []int)
func (*QueryDelegatorValidatorsRequest) Marshal ¶ added in v0.40.0
func (m *QueryDelegatorValidatorsRequest) Marshal() (dAtA []byte, err error)
func (*QueryDelegatorValidatorsRequest) MarshalTo ¶ added in v0.40.0
func (m *QueryDelegatorValidatorsRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryDelegatorValidatorsRequest) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *QueryDelegatorValidatorsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryDelegatorValidatorsRequest) ProtoMessage ¶ added in v0.40.0
func (*QueryDelegatorValidatorsRequest) ProtoMessage()
func (*QueryDelegatorValidatorsRequest) Reset ¶ added in v0.40.0
func (m *QueryDelegatorValidatorsRequest) Reset()
func (*QueryDelegatorValidatorsRequest) Size ¶ added in v0.40.0
func (m *QueryDelegatorValidatorsRequest) Size() (n int)
func (*QueryDelegatorValidatorsRequest) String ¶ added in v0.40.0
func (m *QueryDelegatorValidatorsRequest) String() string
func (*QueryDelegatorValidatorsRequest) Unmarshal ¶ added in v0.40.0
func (m *QueryDelegatorValidatorsRequest) Unmarshal(dAtA []byte) error
func (*QueryDelegatorValidatorsRequest) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *QueryDelegatorValidatorsRequest) XXX_DiscardUnknown()
func (*QueryDelegatorValidatorsRequest) XXX_Marshal ¶ added in v0.40.0
func (m *QueryDelegatorValidatorsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryDelegatorValidatorsRequest) XXX_Merge ¶ added in v0.40.0
func (m *QueryDelegatorValidatorsRequest) XXX_Merge(src proto.Message)
func (*QueryDelegatorValidatorsRequest) XXX_Size ¶ added in v0.40.0
func (m *QueryDelegatorValidatorsRequest) XXX_Size() int
func (*QueryDelegatorValidatorsRequest) XXX_Unmarshal ¶ added in v0.40.0
func (m *QueryDelegatorValidatorsRequest) XXX_Unmarshal(b []byte) error
type QueryDelegatorValidatorsResponse ¶ added in v0.40.0
type QueryDelegatorValidatorsResponse struct { // validators defines the validators' info of a delegator. Validators []Validator `protobuf:"bytes,1,rep,name=validators,proto3" json:"validators"` // pagination defines the pagination in the response. Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
QueryDelegatorValidatorsResponse is response type for the Query/DelegatorValidators RPC method.
func (*QueryDelegatorValidatorsResponse) Descriptor ¶ added in v0.40.0
func (*QueryDelegatorValidatorsResponse) Descriptor() ([]byte, []int)
func (*QueryDelegatorValidatorsResponse) GetPagination ¶ added in v0.40.0
func (m *QueryDelegatorValidatorsResponse) GetPagination() *query.PageResponse
func (*QueryDelegatorValidatorsResponse) GetValidators ¶ added in v0.40.0
func (m *QueryDelegatorValidatorsResponse) GetValidators() []Validator
func (*QueryDelegatorValidatorsResponse) Marshal ¶ added in v0.40.0
func (m *QueryDelegatorValidatorsResponse) Marshal() (dAtA []byte, err error)
func (*QueryDelegatorValidatorsResponse) MarshalTo ¶ added in v0.40.0
func (m *QueryDelegatorValidatorsResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryDelegatorValidatorsResponse) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *QueryDelegatorValidatorsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryDelegatorValidatorsResponse) ProtoMessage ¶ added in v0.40.0
func (*QueryDelegatorValidatorsResponse) ProtoMessage()
func (*QueryDelegatorValidatorsResponse) Reset ¶ added in v0.40.0
func (m *QueryDelegatorValidatorsResponse) Reset()
func (*QueryDelegatorValidatorsResponse) Size ¶ added in v0.40.0
func (m *QueryDelegatorValidatorsResponse) Size() (n int)
func (*QueryDelegatorValidatorsResponse) String ¶ added in v0.40.0
func (m *QueryDelegatorValidatorsResponse) String() string
func (*QueryDelegatorValidatorsResponse) Unmarshal ¶ added in v0.40.0
func (m *QueryDelegatorValidatorsResponse) Unmarshal(dAtA []byte) error
func (*QueryDelegatorValidatorsResponse) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *QueryDelegatorValidatorsResponse) XXX_DiscardUnknown()
func (*QueryDelegatorValidatorsResponse) XXX_Marshal ¶ added in v0.40.0
func (m *QueryDelegatorValidatorsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryDelegatorValidatorsResponse) XXX_Merge ¶ added in v0.40.0
func (m *QueryDelegatorValidatorsResponse) XXX_Merge(src proto.Message)
func (*QueryDelegatorValidatorsResponse) XXX_Size ¶ added in v0.40.0
func (m *QueryDelegatorValidatorsResponse) XXX_Size() int
func (*QueryDelegatorValidatorsResponse) XXX_Unmarshal ¶ added in v0.40.0
func (m *QueryDelegatorValidatorsResponse) XXX_Unmarshal(b []byte) error
type QueryHistoricalInfoRequest ¶ added in v0.40.0
type QueryHistoricalInfoRequest struct { // height defines at which height to query the historical info. Height int64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` }
QueryHistoricalInfoRequest is request type for the Query/HistoricalInfo RPC method.
func (*QueryHistoricalInfoRequest) Descriptor ¶ added in v0.40.0
func (*QueryHistoricalInfoRequest) Descriptor() ([]byte, []int)
func (*QueryHistoricalInfoRequest) GetHeight ¶ added in v0.40.0
func (m *QueryHistoricalInfoRequest) GetHeight() int64
func (*QueryHistoricalInfoRequest) Marshal ¶ added in v0.40.0
func (m *QueryHistoricalInfoRequest) Marshal() (dAtA []byte, err error)
func (*QueryHistoricalInfoRequest) MarshalTo ¶ added in v0.40.0
func (m *QueryHistoricalInfoRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryHistoricalInfoRequest) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *QueryHistoricalInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryHistoricalInfoRequest) ProtoMessage ¶ added in v0.40.0
func (*QueryHistoricalInfoRequest) ProtoMessage()
func (*QueryHistoricalInfoRequest) Reset ¶ added in v0.40.0
func (m *QueryHistoricalInfoRequest) Reset()
func (*QueryHistoricalInfoRequest) Size ¶ added in v0.40.0
func (m *QueryHistoricalInfoRequest) Size() (n int)
func (*QueryHistoricalInfoRequest) String ¶ added in v0.40.0
func (m *QueryHistoricalInfoRequest) String() string
func (*QueryHistoricalInfoRequest) Unmarshal ¶ added in v0.40.0
func (m *QueryHistoricalInfoRequest) Unmarshal(dAtA []byte) error
func (*QueryHistoricalInfoRequest) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *QueryHistoricalInfoRequest) XXX_DiscardUnknown()
func (*QueryHistoricalInfoRequest) XXX_Marshal ¶ added in v0.40.0
func (m *QueryHistoricalInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryHistoricalInfoRequest) XXX_Merge ¶ added in v0.40.0
func (m *QueryHistoricalInfoRequest) XXX_Merge(src proto.Message)
func (*QueryHistoricalInfoRequest) XXX_Size ¶ added in v0.40.0
func (m *QueryHistoricalInfoRequest) XXX_Size() int
func (*QueryHistoricalInfoRequest) XXX_Unmarshal ¶ added in v0.40.0
func (m *QueryHistoricalInfoRequest) XXX_Unmarshal(b []byte) error
type QueryHistoricalInfoResponse ¶ added in v0.40.0
type QueryHistoricalInfoResponse struct { // hist defines the historical info at the given height. Hist *HistoricalInfo `protobuf:"bytes,1,opt,name=hist,proto3" json:"hist,omitempty"` }
QueryHistoricalInfoResponse is response type for the Query/HistoricalInfo RPC method.
func (*QueryHistoricalInfoResponse) Descriptor ¶ added in v0.40.0
func (*QueryHistoricalInfoResponse) Descriptor() ([]byte, []int)
func (*QueryHistoricalInfoResponse) GetHist ¶ added in v0.40.0
func (m *QueryHistoricalInfoResponse) GetHist() *HistoricalInfo
func (*QueryHistoricalInfoResponse) Marshal ¶ added in v0.40.0
func (m *QueryHistoricalInfoResponse) Marshal() (dAtA []byte, err error)
func (*QueryHistoricalInfoResponse) MarshalTo ¶ added in v0.40.0
func (m *QueryHistoricalInfoResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryHistoricalInfoResponse) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *QueryHistoricalInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryHistoricalInfoResponse) ProtoMessage ¶ added in v0.40.0
func (*QueryHistoricalInfoResponse) ProtoMessage()
func (*QueryHistoricalInfoResponse) Reset ¶ added in v0.40.0
func (m *QueryHistoricalInfoResponse) Reset()
func (*QueryHistoricalInfoResponse) Size ¶ added in v0.40.0
func (m *QueryHistoricalInfoResponse) Size() (n int)
func (*QueryHistoricalInfoResponse) String ¶ added in v0.40.0
func (m *QueryHistoricalInfoResponse) String() string
func (*QueryHistoricalInfoResponse) Unmarshal ¶ added in v0.40.0
func (m *QueryHistoricalInfoResponse) Unmarshal(dAtA []byte) error
func (*QueryHistoricalInfoResponse) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *QueryHistoricalInfoResponse) XXX_DiscardUnknown()
func (*QueryHistoricalInfoResponse) XXX_Marshal ¶ added in v0.40.0
func (m *QueryHistoricalInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryHistoricalInfoResponse) XXX_Merge ¶ added in v0.40.0
func (m *QueryHistoricalInfoResponse) XXX_Merge(src proto.Message)
func (*QueryHistoricalInfoResponse) XXX_Size ¶ added in v0.40.0
func (m *QueryHistoricalInfoResponse) XXX_Size() int
func (*QueryHistoricalInfoResponse) XXX_Unmarshal ¶ added in v0.40.0
func (m *QueryHistoricalInfoResponse) XXX_Unmarshal(b []byte) error
type QueryLastTokenizeShareRecordIdRequest ¶
type QueryLastTokenizeShareRecordIdRequest struct { }
QueryLastTokenizeShareRecordIdRequest is request type for the Query/QueryLastTokenizeShareRecordId RPC method.
func (*QueryLastTokenizeShareRecordIdRequest) Descriptor ¶
func (*QueryLastTokenizeShareRecordIdRequest) Descriptor() ([]byte, []int)
func (*QueryLastTokenizeShareRecordIdRequest) Marshal ¶
func (m *QueryLastTokenizeShareRecordIdRequest) Marshal() (dAtA []byte, err error)
func (*QueryLastTokenizeShareRecordIdRequest) MarshalTo ¶
func (m *QueryLastTokenizeShareRecordIdRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryLastTokenizeShareRecordIdRequest) MarshalToSizedBuffer ¶
func (m *QueryLastTokenizeShareRecordIdRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryLastTokenizeShareRecordIdRequest) ProtoMessage ¶
func (*QueryLastTokenizeShareRecordIdRequest) ProtoMessage()
func (*QueryLastTokenizeShareRecordIdRequest) Reset ¶
func (m *QueryLastTokenizeShareRecordIdRequest) Reset()
func (*QueryLastTokenizeShareRecordIdRequest) Size ¶
func (m *QueryLastTokenizeShareRecordIdRequest) Size() (n int)
func (*QueryLastTokenizeShareRecordIdRequest) String ¶
func (m *QueryLastTokenizeShareRecordIdRequest) String() string
func (*QueryLastTokenizeShareRecordIdRequest) Unmarshal ¶
func (m *QueryLastTokenizeShareRecordIdRequest) Unmarshal(dAtA []byte) error
func (*QueryLastTokenizeShareRecordIdRequest) XXX_DiscardUnknown ¶
func (m *QueryLastTokenizeShareRecordIdRequest) XXX_DiscardUnknown()
func (*QueryLastTokenizeShareRecordIdRequest) XXX_Marshal ¶
func (m *QueryLastTokenizeShareRecordIdRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryLastTokenizeShareRecordIdRequest) XXX_Merge ¶
func (m *QueryLastTokenizeShareRecordIdRequest) XXX_Merge(src proto.Message)
func (*QueryLastTokenizeShareRecordIdRequest) XXX_Size ¶
func (m *QueryLastTokenizeShareRecordIdRequest) XXX_Size() int
func (*QueryLastTokenizeShareRecordIdRequest) XXX_Unmarshal ¶
func (m *QueryLastTokenizeShareRecordIdRequest) XXX_Unmarshal(b []byte) error
type QueryLastTokenizeShareRecordIdResponse ¶
type QueryLastTokenizeShareRecordIdResponse struct {
}QueryLastTokenizeShareRecordIdResponse is response type for the Query/QueryLastTokenizeShareRecordId RPC method.
func (*QueryLastTokenizeShareRecordIdResponse) Descriptor ¶
func (*QueryLastTokenizeShareRecordIdResponse) Descriptor() ([]byte, []int)
func (*QueryLastTokenizeShareRecordIdResponse) GetId ¶
func (m *QueryLastTokenizeShareRecordIdResponse) GetId() uint64
func (*QueryLastTokenizeShareRecordIdResponse) Marshal ¶
func (m *QueryLastTokenizeShareRecordIdResponse) Marshal() (dAtA []byte, err error)
func (*QueryLastTokenizeShareRecordIdResponse) MarshalTo ¶
func (m *QueryLastTokenizeShareRecordIdResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryLastTokenizeShareRecordIdResponse) MarshalToSizedBuffer ¶
func (m *QueryLastTokenizeShareRecordIdResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryLastTokenizeShareRecordIdResponse) ProtoMessage ¶
func (*QueryLastTokenizeShareRecordIdResponse) ProtoMessage()
func (*QueryLastTokenizeShareRecordIdResponse) Reset ¶
func (m *QueryLastTokenizeShareRecordIdResponse) Reset()
func (*QueryLastTokenizeShareRecordIdResponse) Size ¶
func (m *QueryLastTokenizeShareRecordIdResponse) Size() (n int)
func (*QueryLastTokenizeShareRecordIdResponse) String ¶
func (m *QueryLastTokenizeShareRecordIdResponse) String() string
func (*QueryLastTokenizeShareRecordIdResponse) Unmarshal ¶
func (m *QueryLastTokenizeShareRecordIdResponse) Unmarshal(dAtA []byte) error
func (*QueryLastTokenizeShareRecordIdResponse) XXX_DiscardUnknown ¶
func (m *QueryLastTokenizeShareRecordIdResponse) XXX_DiscardUnknown()
func (*QueryLastTokenizeShareRecordIdResponse) XXX_Marshal ¶
func (m *QueryLastTokenizeShareRecordIdResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryLastTokenizeShareRecordIdResponse) XXX_Merge ¶
func (m *QueryLastTokenizeShareRecordIdResponse) XXX_Merge(src proto.Message)
func (*QueryLastTokenizeShareRecordIdResponse) XXX_Size ¶
func (m *QueryLastTokenizeShareRecordIdResponse) XXX_Size() int
func (*QueryLastTokenizeShareRecordIdResponse) XXX_Unmarshal ¶
func (m *QueryLastTokenizeShareRecordIdResponse) XXX_Unmarshal(b []byte) error
type QueryParamsRequest ¶ added in v0.40.0
type QueryParamsRequest struct { }
QueryParamsRequest is request type for the Query/Params RPC method.
func (*QueryParamsRequest) Descriptor ¶ added in v0.40.0
func (*QueryParamsRequest) Descriptor() ([]byte, []int)
func (*QueryParamsRequest) Marshal ¶ added in v0.40.0
func (m *QueryParamsRequest) Marshal() (dAtA []byte, err error)
func (*QueryParamsRequest) MarshalTo ¶ added in v0.40.0
func (m *QueryParamsRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryParamsRequest) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *QueryParamsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryParamsRequest) ProtoMessage ¶ added in v0.40.0
func (*QueryParamsRequest) ProtoMessage()
func (*QueryParamsRequest) Reset ¶ added in v0.40.0
func (m *QueryParamsRequest) Reset()
func (*QueryParamsRequest) Size ¶ added in v0.40.0
func (m *QueryParamsRequest) Size() (n int)
func (*QueryParamsRequest) String ¶ added in v0.40.0
func (m *QueryParamsRequest) String() string
func (*QueryParamsRequest) Unmarshal ¶ added in v0.40.0
func (m *QueryParamsRequest) Unmarshal(dAtA []byte) error
func (*QueryParamsRequest) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *QueryParamsRequest) XXX_DiscardUnknown()
func (*QueryParamsRequest) XXX_Marshal ¶ added in v0.40.0
func (m *QueryParamsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryParamsRequest) XXX_Merge ¶ added in v0.40.0
func (m *QueryParamsRequest) XXX_Merge(src proto.Message)
func (*QueryParamsRequest) XXX_Size ¶ added in v0.40.0
func (m *QueryParamsRequest) XXX_Size() int
func (*QueryParamsRequest) XXX_Unmarshal ¶ added in v0.40.0
func (m *QueryParamsRequest) XXX_Unmarshal(b []byte) error
type QueryParamsResponse ¶ added in v0.40.0
type QueryParamsResponse struct { // params holds all the parameters of this module. Params Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params"` }
QueryParamsResponse is response type for the Query/Params RPC method.
func (*QueryParamsResponse) Descriptor ¶ added in v0.40.0
func (*QueryParamsResponse) Descriptor() ([]byte, []int)
func (*QueryParamsResponse) GetParams ¶ added in v0.40.0
func (m *QueryParamsResponse) GetParams() Params
func (*QueryParamsResponse) Marshal ¶ added in v0.40.0
func (m *QueryParamsResponse) Marshal() (dAtA []byte, err error)
func (*QueryParamsResponse) MarshalTo ¶ added in v0.40.0
func (m *QueryParamsResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryParamsResponse) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *QueryParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryParamsResponse) ProtoMessage ¶ added in v0.40.0
func (*QueryParamsResponse) ProtoMessage()
func (*QueryParamsResponse) Reset ¶ added in v0.40.0
func (m *QueryParamsResponse) Reset()
func (*QueryParamsResponse) Size ¶ added in v0.40.0
func (m *QueryParamsResponse) Size() (n int)
func (*QueryParamsResponse) String ¶ added in v0.40.0
func (m *QueryParamsResponse) String() string
func (*QueryParamsResponse) Unmarshal ¶ added in v0.40.0
func (m *QueryParamsResponse) Unmarshal(dAtA []byte) error
func (*QueryParamsResponse) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *QueryParamsResponse) XXX_DiscardUnknown()
func (*QueryParamsResponse) XXX_Marshal ¶ added in v0.40.0
func (m *QueryParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryParamsResponse) XXX_Merge ¶ added in v0.40.0
func (m *QueryParamsResponse) XXX_Merge(src proto.Message)
func (*QueryParamsResponse) XXX_Size ¶ added in v0.40.0
func (m *QueryParamsResponse) XXX_Size() int
func (*QueryParamsResponse) XXX_Unmarshal ¶ added in v0.40.0
func (m *QueryParamsResponse) XXX_Unmarshal(b []byte) error
type QueryPoolRequest ¶ added in v0.40.0
type QueryPoolRequest struct { }
QueryPoolRequest is request type for the Query/Pool RPC method.
func (*QueryPoolRequest) Descriptor ¶ added in v0.40.0
func (*QueryPoolRequest) Descriptor() ([]byte, []int)
func (*QueryPoolRequest) Marshal ¶ added in v0.40.0
func (m *QueryPoolRequest) Marshal() (dAtA []byte, err error)
func (*QueryPoolRequest) MarshalTo ¶ added in v0.40.0
func (m *QueryPoolRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryPoolRequest) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *QueryPoolRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryPoolRequest) ProtoMessage ¶ added in v0.40.0
func (*QueryPoolRequest) ProtoMessage()
func (*QueryPoolRequest) Reset ¶ added in v0.40.0
func (m *QueryPoolRequest) Reset()
func (*QueryPoolRequest) Size ¶ added in v0.40.0
func (m *QueryPoolRequest) Size() (n int)
func (*QueryPoolRequest) String ¶ added in v0.40.0
func (m *QueryPoolRequest) String() string
func (*QueryPoolRequest) Unmarshal ¶ added in v0.40.0
func (m *QueryPoolRequest) Unmarshal(dAtA []byte) error
func (*QueryPoolRequest) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *QueryPoolRequest) XXX_DiscardUnknown()
func (*QueryPoolRequest) XXX_Marshal ¶ added in v0.40.0
func (m *QueryPoolRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryPoolRequest) XXX_Merge ¶ added in v0.40.0
func (m *QueryPoolRequest) XXX_Merge(src proto.Message)
func (*QueryPoolRequest) XXX_Size ¶ added in v0.40.0
func (m *QueryPoolRequest) XXX_Size() int
func (*QueryPoolRequest) XXX_Unmarshal ¶ added in v0.40.0
func (m *QueryPoolRequest) XXX_Unmarshal(b []byte) error
type QueryPoolResponse ¶ added in v0.40.0
type QueryPoolResponse struct { // pool defines the pool info. Pool Pool `protobuf:"bytes,1,opt,name=pool,proto3" json:"pool"` }
QueryPoolResponse is response type for the Query/Pool RPC method.
func (*QueryPoolResponse) Descriptor ¶ added in v0.40.0
func (*QueryPoolResponse) Descriptor() ([]byte, []int)
func (*QueryPoolResponse) GetPool ¶ added in v0.40.0
func (m *QueryPoolResponse) GetPool() Pool
func (*QueryPoolResponse) Marshal ¶ added in v0.40.0
func (m *QueryPoolResponse) Marshal() (dAtA []byte, err error)
func (*QueryPoolResponse) MarshalTo ¶ added in v0.40.0
func (m *QueryPoolResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryPoolResponse) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *QueryPoolResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryPoolResponse) ProtoMessage ¶ added in v0.40.0
func (*QueryPoolResponse) ProtoMessage()
func (*QueryPoolResponse) Reset ¶ added in v0.40.0
func (m *QueryPoolResponse) Reset()
func (*QueryPoolResponse) Size ¶ added in v0.40.0
func (m *QueryPoolResponse) Size() (n int)
func (*QueryPoolResponse) String ¶ added in v0.40.0
func (m *QueryPoolResponse) String() string
func (*QueryPoolResponse) Unmarshal ¶ added in v0.40.0
func (m *QueryPoolResponse) Unmarshal(dAtA []byte) error
func (*QueryPoolResponse) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *QueryPoolResponse) XXX_DiscardUnknown()
func (*QueryPoolResponse) XXX_Marshal ¶ added in v0.40.0
func (m *QueryPoolResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryPoolResponse) XXX_Merge ¶ added in v0.40.0
func (m *QueryPoolResponse) XXX_Merge(src proto.Message)
func (*QueryPoolResponse) XXX_Size ¶ added in v0.40.0
func (m *QueryPoolResponse) XXX_Size() int
func (*QueryPoolResponse) XXX_Unmarshal ¶ added in v0.40.0
func (m *QueryPoolResponse) XXX_Unmarshal(b []byte) error
type QueryRedelegationParams ¶
type QueryRedelegationParams struct { DelegatorAddr sdk.AccAddress SrcValidatorAddr sdk.ValAddress DstValidatorAddr sdk.ValAddress }
defines the params for the following queries: - 'custom/staking/redelegation'
func NewQueryRedelegationParams ¶
func NewQueryRedelegationParams(delegatorAddr sdk.AccAddress, srcValidatorAddr, dstValidatorAddr sdk.ValAddress) QueryRedelegationParams
type QueryRedelegationsRequest ¶ added in v0.40.0
type QueryRedelegationsRequest struct { // delegator_addr defines the delegator address to query for. DelegatorAddr string `protobuf:"bytes,1,opt,name=delegator_addr,json=delegatorAddr,proto3" json:"delegator_addr,omitempty"` // src_validator_addr defines the validator address to redelegate from. SrcValidatorAddr string `protobuf:"bytes,2,opt,name=src_validator_addr,json=srcValidatorAddr,proto3" json:"src_validator_addr,omitempty"` // dst_validator_addr defines the validator address to redelegate to. DstValidatorAddr string `protobuf:"bytes,3,opt,name=dst_validator_addr,json=dstValidatorAddr,proto3" json:"dst_validator_addr,omitempty"` // pagination defines an optional pagination for the request. Pagination *query.PageRequest `protobuf:"bytes,4,opt,name=pagination,proto3" json:"pagination,omitempty"` }
QueryRedelegationsRequest is request type for the Query/Redelegations RPC method.
func (*QueryRedelegationsRequest) Descriptor ¶ added in v0.40.0
func (*QueryRedelegationsRequest) Descriptor() ([]byte, []int)
func (*QueryRedelegationsRequest) Marshal ¶ added in v0.40.0
func (m *QueryRedelegationsRequest) Marshal() (dAtA []byte, err error)
func (*QueryRedelegationsRequest) MarshalTo ¶ added in v0.40.0
func (m *QueryRedelegationsRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryRedelegationsRequest) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *QueryRedelegationsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryRedelegationsRequest) ProtoMessage ¶ added in v0.40.0
func (*QueryRedelegationsRequest) ProtoMessage()
func (*QueryRedelegationsRequest) Reset ¶ added in v0.40.0
func (m *QueryRedelegationsRequest) Reset()
func (*QueryRedelegationsRequest) Size ¶ added in v0.40.0
func (m *QueryRedelegationsRequest) Size() (n int)
func (*QueryRedelegationsRequest) String ¶ added in v0.40.0
func (m *QueryRedelegationsRequest) String() string
func (*QueryRedelegationsRequest) Unmarshal ¶ added in v0.40.0
func (m *QueryRedelegationsRequest) Unmarshal(dAtA []byte) error
func (*QueryRedelegationsRequest) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *QueryRedelegationsRequest) XXX_DiscardUnknown()
func (*QueryRedelegationsRequest) XXX_Marshal ¶ added in v0.40.0
func (m *QueryRedelegationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryRedelegationsRequest) XXX_Merge ¶ added in v0.40.0
func (m *QueryRedelegationsRequest) XXX_Merge(src proto.Message)
func (*QueryRedelegationsRequest) XXX_Size ¶ added in v0.40.0
func (m *QueryRedelegationsRequest) XXX_Size() int
func (*QueryRedelegationsRequest) XXX_Unmarshal ¶ added in v0.40.0
func (m *QueryRedelegationsRequest) XXX_Unmarshal(b []byte) error
type QueryRedelegationsResponse ¶ added in v0.40.0
type QueryRedelegationsResponse struct { RedelegationResponses []RedelegationResponse `protobuf:"bytes,1,rep,name=redelegation_responses,json=redelegationResponses,proto3" json:"redelegation_responses"` // pagination defines the pagination in the response. Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
QueryRedelegationsResponse is response type for the Query/Redelegations RPC method.
func (*QueryRedelegationsResponse) Descriptor ¶ added in v0.40.0
func (*QueryRedelegationsResponse) Descriptor() ([]byte, []int)
func (*QueryRedelegationsResponse) GetPagination ¶ added in v0.40.0
func (m *QueryRedelegationsResponse) GetPagination() *query.PageResponse
func (*QueryRedelegationsResponse) GetRedelegationResponses ¶ added in v0.40.0
func (m *QueryRedelegationsResponse) GetRedelegationResponses() []RedelegationResponse
func (*QueryRedelegationsResponse) Marshal ¶ added in v0.40.0
func (m *QueryRedelegationsResponse) Marshal() (dAtA []byte, err error)
func (*QueryRedelegationsResponse) MarshalTo ¶ added in v0.40.0
func (m *QueryRedelegationsResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryRedelegationsResponse) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *QueryRedelegationsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryRedelegationsResponse) ProtoMessage ¶ added in v0.40.0
func (*QueryRedelegationsResponse) ProtoMessage()
func (*QueryRedelegationsResponse) Reset ¶ added in v0.40.0
func (m *QueryRedelegationsResponse) Reset()
func (*QueryRedelegationsResponse) Size ¶ added in v0.40.0
func (m *QueryRedelegationsResponse) Size() (n int)
func (*QueryRedelegationsResponse) String ¶ added in v0.40.0
func (m *QueryRedelegationsResponse) String() string
func (*QueryRedelegationsResponse) Unmarshal ¶ added in v0.40.0
func (m *QueryRedelegationsResponse) Unmarshal(dAtA []byte) error
func (*QueryRedelegationsResponse) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *QueryRedelegationsResponse) XXX_DiscardUnknown()
func (*QueryRedelegationsResponse) XXX_Marshal ¶ added in v0.40.0
func (m *QueryRedelegationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryRedelegationsResponse) XXX_Merge ¶ added in v0.40.0
func (m *QueryRedelegationsResponse) XXX_Merge(src proto.Message)
func (*QueryRedelegationsResponse) XXX_Size ¶ added in v0.40.0
func (m *QueryRedelegationsResponse) XXX_Size() int
func (*QueryRedelegationsResponse) XXX_Unmarshal ¶ added in v0.40.0
func (m *QueryRedelegationsResponse) XXX_Unmarshal(b []byte) error
type QueryServer ¶ added in v0.40.0
type QueryServer interface { // Validators queries all validators that match the given status. // // When called from another module, this query might consume a high amount of // gas if the pagination field is incorrectly set. Validators(context.Context, *QueryValidatorsRequest) (*QueryValidatorsResponse, error) // Validator queries validator info for given validator address. Validator(context.Context, *QueryValidatorRequest) (*QueryValidatorResponse, error) // ValidatorDelegations queries delegate info for given validator. // // When called from another module, this query might consume a high amount of // gas if the pagination field is incorrectly set. ValidatorDelegations(context.Context, *QueryValidatorDelegationsRequest) (*QueryValidatorDelegationsResponse, error) // ValidatorUnbondingDelegations queries unbonding delegations of a validator. // // When called from another module, this query might consume a high amount of // gas if the pagination field is incorrectly set. ValidatorUnbondingDelegations(context.Context, *QueryValidatorUnbondingDelegationsRequest) (*QueryValidatorUnbondingDelegationsResponse, error) // Delegation queries delegate info for given validator delegator pair. Delegation(context.Context, *QueryDelegationRequest) (*QueryDelegationResponse, error) // UnbondingDelegation queries unbonding info for given validator delegator // pair. UnbondingDelegation(context.Context, *QueryUnbondingDelegationRequest) (*QueryUnbondingDelegationResponse, error) // DelegatorDelegations queries all delegations of a given delegator address. // // When called from another module, this query might consume a high amount of // gas if the pagination field is incorrectly set. DelegatorDelegations(context.Context, *QueryDelegatorDelegationsRequest) (*QueryDelegatorDelegationsResponse, error) // DelegatorUnbondingDelegations queries all unbonding delegations of a given // delegator address. // // When called from another module, this query might consume a high amount of // gas if the pagination field is incorrectly set. DelegatorUnbondingDelegations(context.Context, *QueryDelegatorUnbondingDelegationsRequest) (*QueryDelegatorUnbondingDelegationsResponse, error) // Redelegations queries redelegations of given address. // // When called from another module, this query might consume a high amount of // gas if the pagination field is incorrectly set. Redelegations(context.Context, *QueryRedelegationsRequest) (*QueryRedelegationsResponse, error) // DelegatorValidators queries all validators info for given delegator // address. // // When called from another module, this query might consume a high amount of // gas if the pagination field is incorrectly set. DelegatorValidators(context.Context, *QueryDelegatorValidatorsRequest) (*QueryDelegatorValidatorsResponse, error) // DelegatorValidator queries validator info for given delegator validator // pair. DelegatorValidator(context.Context, *QueryDelegatorValidatorRequest) (*QueryDelegatorValidatorResponse, error) TokenizeShareRecordById(context.Context, *QueryTokenizeShareRecordByIdRequest) (*QueryTokenizeShareRecordByIdResponse, error) TokenizeShareRecordByDenom(context.Context, *QueryTokenizeShareRecordByDenomRequest) (*QueryTokenizeShareRecordByDenomResponse, error) TokenizeShareRecordsOwned(context.Context, *QueryTokenizeShareRecordsOwnedRequest) (*QueryTokenizeShareRecordsOwnedResponse, error) AllTokenizeShareRecords(context.Context, *QueryAllTokenizeShareRecordsRequest) (*QueryAllTokenizeShareRecordsResponse, error) LastTokenizeShareRecordId(context.Context, *QueryLastTokenizeShareRecordIdRequest) (*QueryLastTokenizeShareRecordIdResponse, error) TotalTokenizeSharedAssets(context.Context, *QueryTotalTokenizeSharedAssetsRequest) (*QueryTotalTokenizeSharedAssetsResponse, error) // Query for total liquid staked (including tokenized shares or owned by an liquid staking provider) TotalLiquidStaked(context.Context, *QueryTotalLiquidStaked) (*QueryTotalLiquidStakedResponse, error) TokenizeShareLockInfo(context.Context, *QueryTokenizeShareLockInfo) (*QueryTokenizeShareLockInfoResponse, error) // HistoricalInfo queries the historical info for given height. HistoricalInfo(context.Context, *QueryHistoricalInfoRequest) (*QueryHistoricalInfoResponse, error) // Pool queries the pool info. Pool(context.Context, *QueryPoolRequest) (*QueryPoolResponse, error) // Parameters queries the staking parameters. Params(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error) }
QueryServer is the server API for Query service.
type QueryTokenizeShareLockInfo ¶
type QueryTokenizeShareLockInfo struct {
}QueryTokenizeShareLockInfo queries the tokenize share lock information associated with given account
func (*QueryTokenizeShareLockInfo) Descriptor ¶
func (*QueryTokenizeShareLockInfo) Descriptor() ([]byte, []int)
func (*QueryTokenizeShareLockInfo) GetAddress ¶
func (m *QueryTokenizeShareLockInfo) GetAddress() string
func (*QueryTokenizeShareLockInfo) Marshal ¶
func (m *QueryTokenizeShareLockInfo) Marshal() (dAtA []byte, err error)
func (*QueryTokenizeShareLockInfo) MarshalTo ¶
func (m *QueryTokenizeShareLockInfo) MarshalTo(dAtA []byte) (int, error)
func (*QueryTokenizeShareLockInfo) MarshalToSizedBuffer ¶
func (m *QueryTokenizeShareLockInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryTokenizeShareLockInfo) ProtoMessage ¶
func (*QueryTokenizeShareLockInfo) ProtoMessage()
func (*QueryTokenizeShareLockInfo) Reset ¶
func (m *QueryTokenizeShareLockInfo) Reset()
func (*QueryTokenizeShareLockInfo) Size ¶
func (m *QueryTokenizeShareLockInfo) Size() (n int)
func (*QueryTokenizeShareLockInfo) String ¶
func (m *QueryTokenizeShareLockInfo) String() string
func (*QueryTokenizeShareLockInfo) Unmarshal ¶
func (m *QueryTokenizeShareLockInfo) Unmarshal(dAtA []byte) error
func (*QueryTokenizeShareLockInfo) XXX_DiscardUnknown ¶
func (m *QueryTokenizeShareLockInfo) XXX_DiscardUnknown()
func (*QueryTokenizeShareLockInfo) XXX_Marshal ¶
func (m *QueryTokenizeShareLockInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryTokenizeShareLockInfo) XXX_Merge ¶
func (m *QueryTokenizeShareLockInfo) XXX_Merge(src proto.Message)
func (*QueryTokenizeShareLockInfo) XXX_Size ¶
func (m *QueryTokenizeShareLockInfo) XXX_Size() int
func (*QueryTokenizeShareLockInfo) XXX_Unmarshal ¶
func (m *QueryTokenizeShareLockInfo) XXX_Unmarshal(b []byte) error
type QueryTokenizeShareLockInfoResponse ¶
type QueryTokenizeShareLockInfoResponse struct {}
QueryTokenizeShareLockInfoResponse is the response from the QueryTokenizeShareLockInfo query
func (*QueryTokenizeShareLockInfoResponse) Descriptor ¶
func (*QueryTokenizeShareLockInfoResponse) Descriptor() ([]byte, []int)
func (*QueryTokenizeShareLockInfoResponse) GetExpirationTime ¶
func (m *QueryTokenizeShareLockInfoResponse) GetExpirationTime() string
func (*QueryTokenizeShareLockInfoResponse) GetStatus ¶
func (m *QueryTokenizeShareLockInfoResponse) GetStatus() string
func (*QueryTokenizeShareLockInfoResponse) Marshal ¶
func (m *QueryTokenizeShareLockInfoResponse) Marshal() (dAtA []byte, err error)
func (*QueryTokenizeShareLockInfoResponse) MarshalTo ¶
func (m *QueryTokenizeShareLockInfoResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryTokenizeShareLockInfoResponse) MarshalToSizedBuffer ¶
func (m *QueryTokenizeShareLockInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryTokenizeShareLockInfoResponse) ProtoMessage ¶
func (*QueryTokenizeShareLockInfoResponse) ProtoMessage()
func (*QueryTokenizeShareLockInfoResponse) Reset ¶
func (m *QueryTokenizeShareLockInfoResponse) Reset()
func (*QueryTokenizeShareLockInfoResponse) Size ¶
func (m *QueryTokenizeShareLockInfoResponse) Size() (n int)
func (*QueryTokenizeShareLockInfoResponse) String ¶
func (m *QueryTokenizeShareLockInfoResponse) String() string
func (*QueryTokenizeShareLockInfoResponse) Unmarshal ¶
func (m *QueryTokenizeShareLockInfoResponse) Unmarshal(dAtA []byte) error
func (*QueryTokenizeShareLockInfoResponse) XXX_DiscardUnknown ¶
func (m *QueryTokenizeShareLockInfoResponse) XXX_DiscardUnknown()
func (*QueryTokenizeShareLockInfoResponse) XXX_Marshal ¶
func (m *QueryTokenizeShareLockInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryTokenizeShareLockInfoResponse) XXX_Merge ¶
func (m *QueryTokenizeShareLockInfoResponse) XXX_Merge(src proto.Message)
func (*QueryTokenizeShareLockInfoResponse) XXX_Size ¶
func (m *QueryTokenizeShareLockInfoResponse) XXX_Size() int
func (*QueryTokenizeShareLockInfoResponse) XXX_Unmarshal ¶
func (m *QueryTokenizeShareLockInfoResponse) XXX_Unmarshal(b []byte) error
type QueryTokenizeShareRecordByDenomRequest ¶
type QueryTokenizeShareRecordByDenomRequest struct {
}QueryTokenizeShareRecordByDenomRequest is request type for the Query/QueryTokenizeShareRecordByDenom RPC method.
func (*QueryTokenizeShareRecordByDenomRequest) Descriptor ¶
func (*QueryTokenizeShareRecordByDenomRequest) Descriptor() ([]byte, []int)
func (*QueryTokenizeShareRecordByDenomRequest) GetDenom ¶
func (m *QueryTokenizeShareRecordByDenomRequest) GetDenom() string
func (*QueryTokenizeShareRecordByDenomRequest) Marshal ¶
func (m *QueryTokenizeShareRecordByDenomRequest) Marshal() (dAtA []byte, err error)
func (*QueryTokenizeShareRecordByDenomRequest) MarshalTo ¶
func (m *QueryTokenizeShareRecordByDenomRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryTokenizeShareRecordByDenomRequest) MarshalToSizedBuffer ¶
func (m *QueryTokenizeShareRecordByDenomRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryTokenizeShareRecordByDenomRequest) ProtoMessage ¶
func (*QueryTokenizeShareRecordByDenomRequest) ProtoMessage()
func (*QueryTokenizeShareRecordByDenomRequest) Reset ¶
func (m *QueryTokenizeShareRecordByDenomRequest) Reset()
func (*QueryTokenizeShareRecordByDenomRequest) Size ¶
func (m *QueryTokenizeShareRecordByDenomRequest) Size() (n int)
func (*QueryTokenizeShareRecordByDenomRequest) String ¶
func (m *QueryTokenizeShareRecordByDenomRequest) String() string
func (*QueryTokenizeShareRecordByDenomRequest) Unmarshal ¶
func (m *QueryTokenizeShareRecordByDenomRequest) Unmarshal(dAtA []byte) error
func (*QueryTokenizeShareRecordByDenomRequest) XXX_DiscardUnknown ¶
func (m *QueryTokenizeShareRecordByDenomRequest) XXX_DiscardUnknown()
func (*QueryTokenizeShareRecordByDenomRequest) XXX_Marshal ¶
func (m *QueryTokenizeShareRecordByDenomRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryTokenizeShareRecordByDenomRequest) XXX_Merge ¶
func (m *QueryTokenizeShareRecordByDenomRequest) XXX_Merge(src proto.Message)
func (*QueryTokenizeShareRecordByDenomRequest) XXX_Size ¶
func (m *QueryTokenizeShareRecordByDenomRequest) XXX_Size() int
func (*QueryTokenizeShareRecordByDenomRequest) XXX_Unmarshal ¶
func (m *QueryTokenizeShareRecordByDenomRequest) XXX_Unmarshal(b []byte) error
type QueryTokenizeShareRecordByDenomResponse ¶
type QueryTokenizeShareRecordByDenomResponse struct {
}QueryTokenizeShareRecordByDenomResponse is response type for the Query/QueryTokenizeShareRecordByDenom RPC method.
func (*QueryTokenizeShareRecordByDenomResponse) Descriptor ¶
func (*QueryTokenizeShareRecordByDenomResponse) Descriptor() ([]byte, []int)
func (*QueryTokenizeShareRecordByDenomResponse) GetRecord ¶
func (m *QueryTokenizeShareRecordByDenomResponse) GetRecord() TokenizeShareRecord
func (*QueryTokenizeShareRecordByDenomResponse) Marshal ¶
func (m *QueryTokenizeShareRecordByDenomResponse) Marshal() (dAtA []byte, err error)
func (*QueryTokenizeShareRecordByDenomResponse) MarshalTo ¶
func (m *QueryTokenizeShareRecordByDenomResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryTokenizeShareRecordByDenomResponse) MarshalToSizedBuffer ¶
func (m *QueryTokenizeShareRecordByDenomResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryTokenizeShareRecordByDenomResponse) ProtoMessage ¶
func (*QueryTokenizeShareRecordByDenomResponse) ProtoMessage()
func (*QueryTokenizeShareRecordByDenomResponse) Reset ¶
func (m *QueryTokenizeShareRecordByDenomResponse) Reset()
func (*QueryTokenizeShareRecordByDenomResponse) Size ¶
func (m *QueryTokenizeShareRecordByDenomResponse) Size() (n int)
func (*QueryTokenizeShareRecordByDenomResponse) String ¶
func (m *QueryTokenizeShareRecordByDenomResponse) String() string
func (*QueryTokenizeShareRecordByDenomResponse) Unmarshal ¶
func (m *QueryTokenizeShareRecordByDenomResponse) Unmarshal(dAtA []byte) error
func (*QueryTokenizeShareRecordByDenomResponse) XXX_DiscardUnknown ¶
func (m *QueryTokenizeShareRecordByDenomResponse) XXX_DiscardUnknown()
func (*QueryTokenizeShareRecordByDenomResponse) XXX_Marshal ¶
func (m *QueryTokenizeShareRecordByDenomResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryTokenizeShareRecordByDenomResponse) XXX_Merge ¶
func (m *QueryTokenizeShareRecordByDenomResponse) XXX_Merge(src proto.Message)
func (*QueryTokenizeShareRecordByDenomResponse) XXX_Size ¶
func (m *QueryTokenizeShareRecordByDenomResponse) XXX_Size() int
func (*QueryTokenizeShareRecordByDenomResponse) XXX_Unmarshal ¶
func (m *QueryTokenizeShareRecordByDenomResponse) XXX_Unmarshal(b []byte) error
type QueryTokenizeShareRecordByIdRequest ¶
type QueryTokenizeShareRecordByIdRequest struct {
}QueryTokenizeShareRecordByIdRequest is request type for the Query/QueryTokenizeShareRecordById RPC method.
func (*QueryTokenizeShareRecordByIdRequest) Descriptor ¶
func (*QueryTokenizeShareRecordByIdRequest) Descriptor() ([]byte, []int)
func (*QueryTokenizeShareRecordByIdRequest) GetId ¶
func (m *QueryTokenizeShareRecordByIdRequest) GetId() uint64
func (*QueryTokenizeShareRecordByIdRequest) Marshal ¶
func (m *QueryTokenizeShareRecordByIdRequest) Marshal() (dAtA []byte, err error)
func (*QueryTokenizeShareRecordByIdRequest) MarshalTo ¶
func (m *QueryTokenizeShareRecordByIdRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryTokenizeShareRecordByIdRequest) MarshalToSizedBuffer ¶
func (m *QueryTokenizeShareRecordByIdRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryTokenizeShareRecordByIdRequest) ProtoMessage ¶
func (*QueryTokenizeShareRecordByIdRequest) ProtoMessage()
func (*QueryTokenizeShareRecordByIdRequest) Reset ¶
func (m *QueryTokenizeShareRecordByIdRequest) Reset()
func (*QueryTokenizeShareRecordByIdRequest) Size ¶
func (m *QueryTokenizeShareRecordByIdRequest) Size() (n int)
func (*QueryTokenizeShareRecordByIdRequest) String ¶
func (m *QueryTokenizeShareRecordByIdRequest) String() string
func (*QueryTokenizeShareRecordByIdRequest) Unmarshal ¶
func (m *QueryTokenizeShareRecordByIdRequest) Unmarshal(dAtA []byte) error
func (*QueryTokenizeShareRecordByIdRequest) XXX_DiscardUnknown ¶
func (m *QueryTokenizeShareRecordByIdRequest) XXX_DiscardUnknown()
func (*QueryTokenizeShareRecordByIdRequest) XXX_Marshal ¶
func (m *QueryTokenizeShareRecordByIdRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryTokenizeShareRecordByIdRequest) XXX_Merge ¶
func (m *QueryTokenizeShareRecordByIdRequest) XXX_Merge(src proto.Message)
func (*QueryTokenizeShareRecordByIdRequest) XXX_Size ¶
func (m *QueryTokenizeShareRecordByIdRequest) XXX_Size() int
func (*QueryTokenizeShareRecordByIdRequest) XXX_Unmarshal ¶
func (m *QueryTokenizeShareRecordByIdRequest) XXX_Unmarshal(b []byte) error
type QueryTokenizeShareRecordByIdResponse ¶
type QueryTokenizeShareRecordByIdResponse struct {
}QueryTokenizeShareRecordByIdRequest is response type for the Query/QueryTokenizeShareRecordById RPC method.
func (*QueryTokenizeShareRecordByIdResponse) Descriptor ¶
func (*QueryTokenizeShareRecordByIdResponse) Descriptor() ([]byte, []int)
func (*QueryTokenizeShareRecordByIdResponse) GetRecord ¶
func (m *QueryTokenizeShareRecordByIdResponse) GetRecord() TokenizeShareRecord
func (*QueryTokenizeShareRecordByIdResponse) Marshal ¶
func (m *QueryTokenizeShareRecordByIdResponse) Marshal() (dAtA []byte, err error)
func (*QueryTokenizeShareRecordByIdResponse) MarshalTo ¶
func (m *QueryTokenizeShareRecordByIdResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryTokenizeShareRecordByIdResponse) MarshalToSizedBuffer ¶
func (m *QueryTokenizeShareRecordByIdResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryTokenizeShareRecordByIdResponse) ProtoMessage ¶
func (*QueryTokenizeShareRecordByIdResponse) ProtoMessage()
func (*QueryTokenizeShareRecordByIdResponse) Reset ¶
func (m *QueryTokenizeShareRecordByIdResponse) Reset()
func (*QueryTokenizeShareRecordByIdResponse) Size ¶
func (m *QueryTokenizeShareRecordByIdResponse) Size() (n int)
func (*QueryTokenizeShareRecordByIdResponse) String ¶
func (m *QueryTokenizeShareRecordByIdResponse) String() string
func (*QueryTokenizeShareRecordByIdResponse) Unmarshal ¶
func (m *QueryTokenizeShareRecordByIdResponse) Unmarshal(dAtA []byte) error
func (*QueryTokenizeShareRecordByIdResponse) XXX_DiscardUnknown ¶
func (m *QueryTokenizeShareRecordByIdResponse) XXX_DiscardUnknown()
func (*QueryTokenizeShareRecordByIdResponse) XXX_Marshal ¶
func (m *QueryTokenizeShareRecordByIdResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryTokenizeShareRecordByIdResponse) XXX_Merge ¶
func (m *QueryTokenizeShareRecordByIdResponse) XXX_Merge(src proto.Message)
func (*QueryTokenizeShareRecordByIdResponse) XXX_Size ¶
func (m *QueryTokenizeShareRecordByIdResponse) XXX_Size() int
func (*QueryTokenizeShareRecordByIdResponse) XXX_Unmarshal ¶
func (m *QueryTokenizeShareRecordByIdResponse) XXX_Unmarshal(b []byte) error
type QueryTokenizeShareRecordsOwnedRequest ¶
type QueryTokenizeShareRecordsOwnedRequest struct {
}QueryTokenizeShareRecordsOwnedRequest is request type for the Query/QueryTokenizeShareRecordsOwned RPC method.
func (*QueryTokenizeShareRecordsOwnedRequest) Descriptor ¶
func (*QueryTokenizeShareRecordsOwnedRequest) Descriptor() ([]byte, []int)
func (*QueryTokenizeShareRecordsOwnedRequest) GetOwner ¶
func (m *QueryTokenizeShareRecordsOwnedRequest) GetOwner() string
func (*QueryTokenizeShareRecordsOwnedRequest) Marshal ¶
func (m *QueryTokenizeShareRecordsOwnedRequest) Marshal() (dAtA []byte, err error)
func (*QueryTokenizeShareRecordsOwnedRequest) MarshalTo ¶
func (m *QueryTokenizeShareRecordsOwnedRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryTokenizeShareRecordsOwnedRequest) MarshalToSizedBuffer ¶
func (m *QueryTokenizeShareRecordsOwnedRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryTokenizeShareRecordsOwnedRequest) ProtoMessage ¶
func (*QueryTokenizeShareRecordsOwnedRequest) ProtoMessage()
func (*QueryTokenizeShareRecordsOwnedRequest) Reset ¶
func (m *QueryTokenizeShareRecordsOwnedRequest) Reset()
func (*QueryTokenizeShareRecordsOwnedRequest) Size ¶
func (m *QueryTokenizeShareRecordsOwnedRequest) Size() (n int)
func (*QueryTokenizeShareRecordsOwnedRequest) String ¶
func (m *QueryTokenizeShareRecordsOwnedRequest) String() string
func (*QueryTokenizeShareRecordsOwnedRequest) Unmarshal ¶
func (m *QueryTokenizeShareRecordsOwnedRequest) Unmarshal(dAtA []byte) error
func (*QueryTokenizeShareRecordsOwnedRequest) XXX_DiscardUnknown ¶
func (m *QueryTokenizeShareRecordsOwnedRequest) XXX_DiscardUnknown()
func (*QueryTokenizeShareRecordsOwnedRequest) XXX_Marshal ¶
func (m *QueryTokenizeShareRecordsOwnedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryTokenizeShareRecordsOwnedRequest) XXX_Merge ¶
func (m *QueryTokenizeShareRecordsOwnedRequest) XXX_Merge(src proto.Message)
func (*QueryTokenizeShareRecordsOwnedRequest) XXX_Size ¶
func (m *QueryTokenizeShareRecordsOwnedRequest) XXX_Size() int
func (*QueryTokenizeShareRecordsOwnedRequest) XXX_Unmarshal ¶
func (m *QueryTokenizeShareRecordsOwnedRequest) XXX_Unmarshal(b []byte) error
type QueryTokenizeShareRecordsOwnedResponse ¶
type QueryTokenizeShareRecordsOwnedResponse struct {
}QueryTokenizeShareRecordsOwnedResponse is response type for the Query/QueryTokenizeShareRecordsOwned RPC method.
func (*QueryTokenizeShareRecordsOwnedResponse) Descriptor ¶
func (*QueryTokenizeShareRecordsOwnedResponse) Descriptor() ([]byte, []int)
func (*QueryTokenizeShareRecordsOwnedResponse) GetRecords ¶
func (m *QueryTokenizeShareRecordsOwnedResponse) GetRecords() []TokenizeShareRecord
func (*QueryTokenizeShareRecordsOwnedResponse) Marshal ¶
func (m *QueryTokenizeShareRecordsOwnedResponse) Marshal() (dAtA []byte, err error)
func (*QueryTokenizeShareRecordsOwnedResponse) MarshalTo ¶
func (m *QueryTokenizeShareRecordsOwnedResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryTokenizeShareRecordsOwnedResponse) MarshalToSizedBuffer ¶
func (m *QueryTokenizeShareRecordsOwnedResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryTokenizeShareRecordsOwnedResponse) ProtoMessage ¶
func (*QueryTokenizeShareRecordsOwnedResponse) ProtoMessage()
func (*QueryTokenizeShareRecordsOwnedResponse) Reset ¶
func (m *QueryTokenizeShareRecordsOwnedResponse) Reset()
func (*QueryTokenizeShareRecordsOwnedResponse) Size ¶
func (m *QueryTokenizeShareRecordsOwnedResponse) Size() (n int)
func (*QueryTokenizeShareRecordsOwnedResponse) String ¶
func (m *QueryTokenizeShareRecordsOwnedResponse) String() string
func (*QueryTokenizeShareRecordsOwnedResponse) Unmarshal ¶
func (m *QueryTokenizeShareRecordsOwnedResponse) Unmarshal(dAtA []byte) error
func (*QueryTokenizeShareRecordsOwnedResponse) XXX_DiscardUnknown ¶
func (m *QueryTokenizeShareRecordsOwnedResponse) XXX_DiscardUnknown()
func (*QueryTokenizeShareRecordsOwnedResponse) XXX_Marshal ¶
func (m *QueryTokenizeShareRecordsOwnedResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryTokenizeShareRecordsOwnedResponse) XXX_Merge ¶
func (m *QueryTokenizeShareRecordsOwnedResponse) XXX_Merge(src proto.Message)
func (*QueryTokenizeShareRecordsOwnedResponse) XXX_Size ¶
func (m *QueryTokenizeShareRecordsOwnedResponse) XXX_Size() int
func (*QueryTokenizeShareRecordsOwnedResponse) XXX_Unmarshal ¶
func (m *QueryTokenizeShareRecordsOwnedResponse) XXX_Unmarshal(b []byte) error
type QueryTotalLiquidStaked ¶
type QueryTotalLiquidStaked struct { }
QueryTotalLiquidStakedRequest is request type for the Query/QueryQueryTotalLiquidStaked RPC method.
func (*QueryTotalLiquidStaked) Descriptor ¶
func (*QueryTotalLiquidStaked) Descriptor() ([]byte, []int)
func (*QueryTotalLiquidStaked) Marshal ¶
func (m *QueryTotalLiquidStaked) Marshal() (dAtA []byte, err error)
func (*QueryTotalLiquidStaked) MarshalTo ¶
func (m *QueryTotalLiquidStaked) MarshalTo(dAtA []byte) (int, error)
func (*QueryTotalLiquidStaked) MarshalToSizedBuffer ¶
func (m *QueryTotalLiquidStaked) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryTotalLiquidStaked) ProtoMessage ¶
func (*QueryTotalLiquidStaked) ProtoMessage()
func (*QueryTotalLiquidStaked) Reset ¶
func (m *QueryTotalLiquidStaked) Reset()
func (*QueryTotalLiquidStaked) Size ¶
func (m *QueryTotalLiquidStaked) Size() (n int)
func (*QueryTotalLiquidStaked) String ¶
func (m *QueryTotalLiquidStaked) String() string
func (*QueryTotalLiquidStaked) Unmarshal ¶
func (m *QueryTotalLiquidStaked) Unmarshal(dAtA []byte) error
func (*QueryTotalLiquidStaked) XXX_DiscardUnknown ¶
func (m *QueryTotalLiquidStaked) XXX_DiscardUnknown()
func (*QueryTotalLiquidStaked) XXX_Marshal ¶
func (m *QueryTotalLiquidStaked) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryTotalLiquidStaked) XXX_Merge ¶
func (m *QueryTotalLiquidStaked) XXX_Merge(src proto.Message)
func (*QueryTotalLiquidStaked) XXX_Size ¶
func (m *QueryTotalLiquidStaked) XXX_Size() int
func (*QueryTotalLiquidStaked) XXX_Unmarshal ¶
func (m *QueryTotalLiquidStaked) XXX_Unmarshal(b []byte) error
type QueryTotalLiquidStakedResponse ¶
type QueryTotalLiquidStakedResponse struct {
Tokens string `protobuf:"bytes,1,opt,name=tokens,proto3" json:"tokens,omitempty"`
}
QueryTotalLiquidStakedResponse is response type for the Query/QueryQueryTotalLiquidStaked RPC method.
func (*QueryTotalLiquidStakedResponse) Descriptor ¶
func (*QueryTotalLiquidStakedResponse) Descriptor() ([]byte, []int)
func (*QueryTotalLiquidStakedResponse) GetTokens ¶
func (m *QueryTotalLiquidStakedResponse) GetTokens() string
func (*QueryTotalLiquidStakedResponse) Marshal ¶
func (m *QueryTotalLiquidStakedResponse) Marshal() (dAtA []byte, err error)
func (*QueryTotalLiquidStakedResponse) MarshalTo ¶
func (m *QueryTotalLiquidStakedResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryTotalLiquidStakedResponse) MarshalToSizedBuffer ¶
func (m *QueryTotalLiquidStakedResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryTotalLiquidStakedResponse) ProtoMessage ¶
func (*QueryTotalLiquidStakedResponse) ProtoMessage()
func (*QueryTotalLiquidStakedResponse) Reset ¶
func (m *QueryTotalLiquidStakedResponse) Reset()
func (*QueryTotalLiquidStakedResponse) Size ¶
func (m *QueryTotalLiquidStakedResponse) Size() (n int)
func (*QueryTotalLiquidStakedResponse) String ¶
func (m *QueryTotalLiquidStakedResponse) String() string
func (*QueryTotalLiquidStakedResponse) Unmarshal ¶
func (m *QueryTotalLiquidStakedResponse) Unmarshal(dAtA []byte) error
func (*QueryTotalLiquidStakedResponse) XXX_DiscardUnknown ¶
func (m *QueryTotalLiquidStakedResponse) XXX_DiscardUnknown()
func (*QueryTotalLiquidStakedResponse) XXX_Marshal ¶
func (m *QueryTotalLiquidStakedResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryTotalLiquidStakedResponse) XXX_Merge ¶
func (m *QueryTotalLiquidStakedResponse) XXX_Merge(src proto.Message)
func (*QueryTotalLiquidStakedResponse) XXX_Size ¶
func (m *QueryTotalLiquidStakedResponse) XXX_Size() int
func (*QueryTotalLiquidStakedResponse) XXX_Unmarshal ¶
func (m *QueryTotalLiquidStakedResponse) XXX_Unmarshal(b []byte) error
type QueryTotalTokenizeSharedAssetsRequest ¶
type QueryTotalTokenizeSharedAssetsRequest struct { }
QueryTotalTokenizeSharedAssetsRequest is request type for the Query/QueryTotalTokenizeSharedAssets RPC method.
func (*QueryTotalTokenizeSharedAssetsRequest) Descriptor ¶
func (*QueryTotalTokenizeSharedAssetsRequest) Descriptor() ([]byte, []int)
func (*QueryTotalTokenizeSharedAssetsRequest) Marshal ¶
func (m *QueryTotalTokenizeSharedAssetsRequest) Marshal() (dAtA []byte, err error)
func (*QueryTotalTokenizeSharedAssetsRequest) MarshalTo ¶
func (m *QueryTotalTokenizeSharedAssetsRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryTotalTokenizeSharedAssetsRequest) MarshalToSizedBuffer ¶
func (m *QueryTotalTokenizeSharedAssetsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryTotalTokenizeSharedAssetsRequest) ProtoMessage ¶
func (*QueryTotalTokenizeSharedAssetsRequest) ProtoMessage()
func (*QueryTotalTokenizeSharedAssetsRequest) Reset ¶
func (m *QueryTotalTokenizeSharedAssetsRequest) Reset()
func (*QueryTotalTokenizeSharedAssetsRequest) Size ¶
func (m *QueryTotalTokenizeSharedAssetsRequest) Size() (n int)
func (*QueryTotalTokenizeSharedAssetsRequest) String ¶
func (m *QueryTotalTokenizeSharedAssetsRequest) String() string
func (*QueryTotalTokenizeSharedAssetsRequest) Unmarshal ¶
func (m *QueryTotalTokenizeSharedAssetsRequest) Unmarshal(dAtA []byte) error
func (*QueryTotalTokenizeSharedAssetsRequest) XXX_DiscardUnknown ¶
func (m *QueryTotalTokenizeSharedAssetsRequest) XXX_DiscardUnknown()
func (*QueryTotalTokenizeSharedAssetsRequest) XXX_Marshal ¶
func (m *QueryTotalTokenizeSharedAssetsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryTotalTokenizeSharedAssetsRequest) XXX_Merge ¶
func (m *QueryTotalTokenizeSharedAssetsRequest) XXX_Merge(src proto.Message)
func (*QueryTotalTokenizeSharedAssetsRequest) XXX_Size ¶
func (m *QueryTotalTokenizeSharedAssetsRequest) XXX_Size() int
func (*QueryTotalTokenizeSharedAssetsRequest) XXX_Unmarshal ¶
func (m *QueryTotalTokenizeSharedAssetsRequest) XXX_Unmarshal(b []byte) error
type QueryTotalTokenizeSharedAssetsResponse ¶
type QueryTotalTokenizeSharedAssetsResponse struct {
}QueryTotalTokenizeSharedAssetsResponse is response type for the Query/QueryTotalTokenizeSharedAssets RPC method.
func (*QueryTotalTokenizeSharedAssetsResponse) Descriptor ¶
func (*QueryTotalTokenizeSharedAssetsResponse) Descriptor() ([]byte, []int)
func (*QueryTotalTokenizeSharedAssetsResponse) GetValue ¶
func (m *QueryTotalTokenizeSharedAssetsResponse) GetValue() types.Coin
func (*QueryTotalTokenizeSharedAssetsResponse) Marshal ¶
func (m *QueryTotalTokenizeSharedAssetsResponse) Marshal() (dAtA []byte, err error)
func (*QueryTotalTokenizeSharedAssetsResponse) MarshalTo ¶
func (m *QueryTotalTokenizeSharedAssetsResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryTotalTokenizeSharedAssetsResponse) MarshalToSizedBuffer ¶
func (m *QueryTotalTokenizeSharedAssetsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryTotalTokenizeSharedAssetsResponse) ProtoMessage ¶
func (*QueryTotalTokenizeSharedAssetsResponse) ProtoMessage()
func (*QueryTotalTokenizeSharedAssetsResponse) Reset ¶
func (m *QueryTotalTokenizeSharedAssetsResponse) Reset()
func (*QueryTotalTokenizeSharedAssetsResponse) Size ¶
func (m *QueryTotalTokenizeSharedAssetsResponse) Size() (n int)
func (*QueryTotalTokenizeSharedAssetsResponse) String ¶
func (m *QueryTotalTokenizeSharedAssetsResponse) String() string
func (*QueryTotalTokenizeSharedAssetsResponse) Unmarshal ¶
func (m *QueryTotalTokenizeSharedAssetsResponse) Unmarshal(dAtA []byte) error
func (*QueryTotalTokenizeSharedAssetsResponse) XXX_DiscardUnknown ¶
func (m *QueryTotalTokenizeSharedAssetsResponse) XXX_DiscardUnknown()
func (*QueryTotalTokenizeSharedAssetsResponse) XXX_Marshal ¶
func (m *QueryTotalTokenizeSharedAssetsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryTotalTokenizeSharedAssetsResponse) XXX_Merge ¶
func (m *QueryTotalTokenizeSharedAssetsResponse) XXX_Merge(src proto.Message)
func (*QueryTotalTokenizeSharedAssetsResponse) XXX_Size ¶
func (m *QueryTotalTokenizeSharedAssetsResponse) XXX_Size() int
func (*QueryTotalTokenizeSharedAssetsResponse) XXX_Unmarshal ¶
func (m *QueryTotalTokenizeSharedAssetsResponse) XXX_Unmarshal(b []byte) error
type QueryUnbondingDelegationRequest ¶ added in v0.40.0
type QueryUnbondingDelegationRequest struct { // delegator_addr defines the delegator address to query for. DelegatorAddr string `protobuf:"bytes,1,opt,name=delegator_addr,json=delegatorAddr,proto3" json:"delegator_addr,omitempty"` // validator_addr defines the validator address to query for. ValidatorAddr string `protobuf:"bytes,2,opt,name=validator_addr,json=validatorAddr,proto3" json:"validator_addr,omitempty"` }
QueryUnbondingDelegationRequest is request type for the Query/UnbondingDelegation RPC method.
func (*QueryUnbondingDelegationRequest) Descriptor ¶ added in v0.40.0
func (*QueryUnbondingDelegationRequest) Descriptor() ([]byte, []int)
func (*QueryUnbondingDelegationRequest) Marshal ¶ added in v0.40.0
func (m *QueryUnbondingDelegationRequest) Marshal() (dAtA []byte, err error)
func (*QueryUnbondingDelegationRequest) MarshalTo ¶ added in v0.40.0
func (m *QueryUnbondingDelegationRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryUnbondingDelegationRequest) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *QueryUnbondingDelegationRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryUnbondingDelegationRequest) ProtoMessage ¶ added in v0.40.0
func (*QueryUnbondingDelegationRequest) ProtoMessage()
func (*QueryUnbondingDelegationRequest) Reset ¶ added in v0.40.0
func (m *QueryUnbondingDelegationRequest) Reset()
func (*QueryUnbondingDelegationRequest) Size ¶ added in v0.40.0
func (m *QueryUnbondingDelegationRequest) Size() (n int)
func (*QueryUnbondingDelegationRequest) String ¶ added in v0.40.0
func (m *QueryUnbondingDelegationRequest) String() string
func (*QueryUnbondingDelegationRequest) Unmarshal ¶ added in v0.40.0
func (m *QueryUnbondingDelegationRequest) Unmarshal(dAtA []byte) error
func (*QueryUnbondingDelegationRequest) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *QueryUnbondingDelegationRequest) XXX_DiscardUnknown()
func (*QueryUnbondingDelegationRequest) XXX_Marshal ¶ added in v0.40.0
func (m *QueryUnbondingDelegationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryUnbondingDelegationRequest) XXX_Merge ¶ added in v0.40.0
func (m *QueryUnbondingDelegationRequest) XXX_Merge(src proto.Message)
func (*QueryUnbondingDelegationRequest) XXX_Size ¶ added in v0.40.0
func (m *QueryUnbondingDelegationRequest) XXX_Size() int
func (*QueryUnbondingDelegationRequest) XXX_Unmarshal ¶ added in v0.40.0
func (m *QueryUnbondingDelegationRequest) XXX_Unmarshal(b []byte) error
type QueryUnbondingDelegationResponse ¶ added in v0.40.0
type QueryUnbondingDelegationResponse struct { // unbond defines the unbonding information of a delegation. Unbond UnbondingDelegation `protobuf:"bytes,1,opt,name=unbond,proto3" json:"unbond"` }
QueryDelegationResponse is response type for the Query/UnbondingDelegation RPC method.
func (*QueryUnbondingDelegationResponse) Descriptor ¶ added in v0.40.0
func (*QueryUnbondingDelegationResponse) Descriptor() ([]byte, []int)
func (*QueryUnbondingDelegationResponse) GetUnbond ¶ added in v0.40.0
func (m *QueryUnbondingDelegationResponse) GetUnbond() UnbondingDelegation
func (*QueryUnbondingDelegationResponse) Marshal ¶ added in v0.40.0
func (m *QueryUnbondingDelegationResponse) Marshal() (dAtA []byte, err error)
func (*QueryUnbondingDelegationResponse) MarshalTo ¶ added in v0.40.0
func (m *QueryUnbondingDelegationResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryUnbondingDelegationResponse) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *QueryUnbondingDelegationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryUnbondingDelegationResponse) ProtoMessage ¶ added in v0.40.0
func (*QueryUnbondingDelegationResponse) ProtoMessage()
func (*QueryUnbondingDelegationResponse) Reset ¶ added in v0.40.0
func (m *QueryUnbondingDelegationResponse) Reset()
func (*QueryUnbondingDelegationResponse) Size ¶ added in v0.40.0
func (m *QueryUnbondingDelegationResponse) Size() (n int)
func (*QueryUnbondingDelegationResponse) String ¶ added in v0.40.0
func (m *QueryUnbondingDelegationResponse) String() string
func (*QueryUnbondingDelegationResponse) Unmarshal ¶ added in v0.40.0
func (m *QueryUnbondingDelegationResponse) Unmarshal(dAtA []byte) error
func (*QueryUnbondingDelegationResponse) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *QueryUnbondingDelegationResponse) XXX_DiscardUnknown()
func (*QueryUnbondingDelegationResponse) XXX_Marshal ¶ added in v0.40.0
func (m *QueryUnbondingDelegationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryUnbondingDelegationResponse) XXX_Merge ¶ added in v0.40.0
func (m *QueryUnbondingDelegationResponse) XXX_Merge(src proto.Message)
func (*QueryUnbondingDelegationResponse) XXX_Size ¶ added in v0.40.0
func (m *QueryUnbondingDelegationResponse) XXX_Size() int
func (*QueryUnbondingDelegationResponse) XXX_Unmarshal ¶ added in v0.40.0
func (m *QueryUnbondingDelegationResponse) XXX_Unmarshal(b []byte) error
type QueryValidatorDelegationsRequest ¶ added in v0.40.0
type QueryValidatorDelegationsRequest struct { // validator_addr defines the validator address to query for. ValidatorAddr string `protobuf:"bytes,1,opt,name=validator_addr,json=validatorAddr,proto3" json:"validator_addr,omitempty"` // pagination defines an optional pagination for the request. Pagination *query.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
QueryValidatorDelegationsRequest is request type for the Query/ValidatorDelegations RPC method
func (*QueryValidatorDelegationsRequest) Descriptor ¶ added in v0.40.0
func (*QueryValidatorDelegationsRequest) Descriptor() ([]byte, []int)
func (*QueryValidatorDelegationsRequest) GetPagination ¶ added in v0.40.0
func (m *QueryValidatorDelegationsRequest) GetPagination() *query.PageRequest
func (*QueryValidatorDelegationsRequest) GetValidatorAddr ¶ added in v0.40.0
func (m *QueryValidatorDelegationsRequest) GetValidatorAddr() string
func (*QueryValidatorDelegationsRequest) Marshal ¶ added in v0.40.0
func (m *QueryValidatorDelegationsRequest) Marshal() (dAtA []byte, err error)
func (*QueryValidatorDelegationsRequest) MarshalTo ¶ added in v0.40.0
func (m *QueryValidatorDelegationsRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryValidatorDelegationsRequest) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *QueryValidatorDelegationsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryValidatorDelegationsRequest) ProtoMessage ¶ added in v0.40.0
func (*QueryValidatorDelegationsRequest) ProtoMessage()
func (*QueryValidatorDelegationsRequest) Reset ¶ added in v0.40.0
func (m *QueryValidatorDelegationsRequest) Reset()
func (*QueryValidatorDelegationsRequest) Size ¶ added in v0.40.0
func (m *QueryValidatorDelegationsRequest) Size() (n int)
func (*QueryValidatorDelegationsRequest) String ¶ added in v0.40.0
func (m *QueryValidatorDelegationsRequest) String() string
func (*QueryValidatorDelegationsRequest) Unmarshal ¶ added in v0.40.0
func (m *QueryValidatorDelegationsRequest) Unmarshal(dAtA []byte) error
func (*QueryValidatorDelegationsRequest) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *QueryValidatorDelegationsRequest) XXX_DiscardUnknown()
func (*QueryValidatorDelegationsRequest) XXX_Marshal ¶ added in v0.40.0
func (m *QueryValidatorDelegationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryValidatorDelegationsRequest) XXX_Merge ¶ added in v0.40.0
func (m *QueryValidatorDelegationsRequest) XXX_Merge(src proto.Message)
func (*QueryValidatorDelegationsRequest) XXX_Size ¶ added in v0.40.0
func (m *QueryValidatorDelegationsRequest) XXX_Size() int
func (*QueryValidatorDelegationsRequest) XXX_Unmarshal ¶ added in v0.40.0
func (m *QueryValidatorDelegationsRequest) XXX_Unmarshal(b []byte) error
type QueryValidatorDelegationsResponse ¶ added in v0.40.0
type QueryValidatorDelegationsResponse struct { DelegationResponses DelegationResponses `` /* 141-byte string literal not displayed */ // pagination defines the pagination in the response. Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
QueryValidatorDelegationsResponse is response type for the Query/ValidatorDelegations RPC method
func (*QueryValidatorDelegationsResponse) Descriptor ¶ added in v0.40.0
func (*QueryValidatorDelegationsResponse) Descriptor() ([]byte, []int)
func (*QueryValidatorDelegationsResponse) GetDelegationResponses ¶ added in v0.40.0
func (m *QueryValidatorDelegationsResponse) GetDelegationResponses() DelegationResponses
func (*QueryValidatorDelegationsResponse) GetPagination ¶ added in v0.40.0
func (m *QueryValidatorDelegationsResponse) GetPagination() *query.PageResponse
func (*QueryValidatorDelegationsResponse) Marshal ¶ added in v0.40.0
func (m *QueryValidatorDelegationsResponse) Marshal() (dAtA []byte, err error)
func (*QueryValidatorDelegationsResponse) MarshalTo ¶ added in v0.40.0
func (m *QueryValidatorDelegationsResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryValidatorDelegationsResponse) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *QueryValidatorDelegationsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryValidatorDelegationsResponse) ProtoMessage ¶ added in v0.40.0
func (*QueryValidatorDelegationsResponse) ProtoMessage()
func (*QueryValidatorDelegationsResponse) Reset ¶ added in v0.40.0
func (m *QueryValidatorDelegationsResponse) Reset()
func (*QueryValidatorDelegationsResponse) Size ¶ added in v0.40.0
func (m *QueryValidatorDelegationsResponse) Size() (n int)
func (*QueryValidatorDelegationsResponse) String ¶ added in v0.40.0
func (m *QueryValidatorDelegationsResponse) String() string
func (*QueryValidatorDelegationsResponse) Unmarshal ¶ added in v0.40.0
func (m *QueryValidatorDelegationsResponse) Unmarshal(dAtA []byte) error
func (*QueryValidatorDelegationsResponse) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *QueryValidatorDelegationsResponse) XXX_DiscardUnknown()
func (*QueryValidatorDelegationsResponse) XXX_Marshal ¶ added in v0.40.0
func (m *QueryValidatorDelegationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryValidatorDelegationsResponse) XXX_Merge ¶ added in v0.40.0
func (m *QueryValidatorDelegationsResponse) XXX_Merge(src proto.Message)
func (*QueryValidatorDelegationsResponse) XXX_Size ¶ added in v0.40.0
func (m *QueryValidatorDelegationsResponse) XXX_Size() int
func (*QueryValidatorDelegationsResponse) XXX_Unmarshal ¶ added in v0.40.0
func (m *QueryValidatorDelegationsResponse) XXX_Unmarshal(b []byte) error
type QueryValidatorParams ¶
type QueryValidatorParams struct { ValidatorAddr sdk.ValAddress Page, Limit int }
defines the params for the following queries: - 'custom/staking/validator' - 'custom/staking/validatorDelegations' - 'custom/staking/validatorUnbondingDelegations'
func NewQueryValidatorParams ¶
func NewQueryValidatorParams(validatorAddr sdk.ValAddress, page, limit int) QueryValidatorParams
type QueryValidatorRequest ¶ added in v0.40.0
type QueryValidatorRequest struct { // validator_addr defines the validator address to query for. ValidatorAddr string `protobuf:"bytes,1,opt,name=validator_addr,json=validatorAddr,proto3" json:"validator_addr,omitempty"` }
QueryValidatorRequest is response type for the Query/Validator RPC method
func (*QueryValidatorRequest) Descriptor ¶ added in v0.40.0
func (*QueryValidatorRequest) Descriptor() ([]byte, []int)
func (*QueryValidatorRequest) GetValidatorAddr ¶ added in v0.40.0
func (m *QueryValidatorRequest) GetValidatorAddr() string
func (*QueryValidatorRequest) Marshal ¶ added in v0.40.0
func (m *QueryValidatorRequest) Marshal() (dAtA []byte, err error)
func (*QueryValidatorRequest) MarshalTo ¶ added in v0.40.0
func (m *QueryValidatorRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryValidatorRequest) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *QueryValidatorRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryValidatorRequest) ProtoMessage ¶ added in v0.40.0
func (*QueryValidatorRequest) ProtoMessage()
func (*QueryValidatorRequest) Reset ¶ added in v0.40.0
func (m *QueryValidatorRequest) Reset()
func (*QueryValidatorRequest) Size ¶ added in v0.40.0
func (m *QueryValidatorRequest) Size() (n int)
func (*QueryValidatorRequest) String ¶ added in v0.40.0
func (m *QueryValidatorRequest) String() string
func (*QueryValidatorRequest) Unmarshal ¶ added in v0.40.0
func (m *QueryValidatorRequest) Unmarshal(dAtA []byte) error
func (*QueryValidatorRequest) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *QueryValidatorRequest) XXX_DiscardUnknown()
func (*QueryValidatorRequest) XXX_Marshal ¶ added in v0.40.0
func (m *QueryValidatorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryValidatorRequest) XXX_Merge ¶ added in v0.40.0
func (m *QueryValidatorRequest) XXX_Merge(src proto.Message)
func (*QueryValidatorRequest) XXX_Size ¶ added in v0.40.0
func (m *QueryValidatorRequest) XXX_Size() int
func (*QueryValidatorRequest) XXX_Unmarshal ¶ added in v0.40.0
func (m *QueryValidatorRequest) XXX_Unmarshal(b []byte) error
type QueryValidatorResponse ¶ added in v0.40.0
type QueryValidatorResponse struct { // validator defines the validator info. Validator Validator `protobuf:"bytes,1,opt,name=validator,proto3" json:"validator"` }
QueryValidatorResponse is response type for the Query/Validator RPC method
func (*QueryValidatorResponse) Descriptor ¶ added in v0.40.0
func (*QueryValidatorResponse) Descriptor() ([]byte, []int)
func (*QueryValidatorResponse) GetValidator ¶ added in v0.40.0
func (m *QueryValidatorResponse) GetValidator() Validator
func (*QueryValidatorResponse) Marshal ¶ added in v0.40.0
func (m *QueryValidatorResponse) Marshal() (dAtA []byte, err error)
func (*QueryValidatorResponse) MarshalTo ¶ added in v0.40.0
func (m *QueryValidatorResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryValidatorResponse) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *QueryValidatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryValidatorResponse) ProtoMessage ¶ added in v0.40.0
func (*QueryValidatorResponse) ProtoMessage()
func (*QueryValidatorResponse) Reset ¶ added in v0.40.0
func (m *QueryValidatorResponse) Reset()
func (*QueryValidatorResponse) Size ¶ added in v0.40.0
func (m *QueryValidatorResponse) Size() (n int)
func (*QueryValidatorResponse) String ¶ added in v0.40.0
func (m *QueryValidatorResponse) String() string
func (*QueryValidatorResponse) Unmarshal ¶ added in v0.40.0
func (m *QueryValidatorResponse) Unmarshal(dAtA []byte) error
func (*QueryValidatorResponse) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *QueryValidatorResponse) XXX_DiscardUnknown()
func (*QueryValidatorResponse) XXX_Marshal ¶ added in v0.40.0
func (m *QueryValidatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryValidatorResponse) XXX_Merge ¶ added in v0.40.0
func (m *QueryValidatorResponse) XXX_Merge(src proto.Message)
func (*QueryValidatorResponse) XXX_Size ¶ added in v0.40.0
func (m *QueryValidatorResponse) XXX_Size() int
func (*QueryValidatorResponse) XXX_Unmarshal ¶ added in v0.40.0
func (m *QueryValidatorResponse) XXX_Unmarshal(b []byte) error
type QueryValidatorUnbondingDelegationsRequest ¶ added in v0.40.0
type QueryValidatorUnbondingDelegationsRequest struct { // validator_addr defines the validator address to query for. ValidatorAddr string `protobuf:"bytes,1,opt,name=validator_addr,json=validatorAddr,proto3" json:"validator_addr,omitempty"` // pagination defines an optional pagination for the request. Pagination *query.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
QueryValidatorUnbondingDelegationsRequest is required type for the Query/ValidatorUnbondingDelegations RPC method
func (*QueryValidatorUnbondingDelegationsRequest) Descriptor ¶ added in v0.40.0
func (*QueryValidatorUnbondingDelegationsRequest) Descriptor() ([]byte, []int)
func (*QueryValidatorUnbondingDelegationsRequest) GetPagination ¶ added in v0.40.0
func (m *QueryValidatorUnbondingDelegationsRequest) GetPagination() *query.PageRequest
func (*QueryValidatorUnbondingDelegationsRequest) GetValidatorAddr ¶ added in v0.40.0
func (m *QueryValidatorUnbondingDelegationsRequest) GetValidatorAddr() string
func (*QueryValidatorUnbondingDelegationsRequest) Marshal ¶ added in v0.40.0
func (m *QueryValidatorUnbondingDelegationsRequest) Marshal() (dAtA []byte, err error)
func (*QueryValidatorUnbondingDelegationsRequest) MarshalTo ¶ added in v0.40.0
func (m *QueryValidatorUnbondingDelegationsRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryValidatorUnbondingDelegationsRequest) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *QueryValidatorUnbondingDelegationsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryValidatorUnbondingDelegationsRequest) ProtoMessage ¶ added in v0.40.0
func (*QueryValidatorUnbondingDelegationsRequest) ProtoMessage()
func (*QueryValidatorUnbondingDelegationsRequest) Reset ¶ added in v0.40.0
func (m *QueryValidatorUnbondingDelegationsRequest) Reset()
func (*QueryValidatorUnbondingDelegationsRequest) Size ¶ added in v0.40.0
func (m *QueryValidatorUnbondingDelegationsRequest) Size() (n int)
func (*QueryValidatorUnbondingDelegationsRequest) String ¶ added in v0.40.0
func (m *QueryValidatorUnbondingDelegationsRequest) String() string
func (*QueryValidatorUnbondingDelegationsRequest) Unmarshal ¶ added in v0.40.0
func (m *QueryValidatorUnbondingDelegationsRequest) Unmarshal(dAtA []byte) error
func (*QueryValidatorUnbondingDelegationsRequest) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *QueryValidatorUnbondingDelegationsRequest) XXX_DiscardUnknown()
func (*QueryValidatorUnbondingDelegationsRequest) XXX_Marshal ¶ added in v0.40.0
func (m *QueryValidatorUnbondingDelegationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryValidatorUnbondingDelegationsRequest) XXX_Merge ¶ added in v0.40.0
func (m *QueryValidatorUnbondingDelegationsRequest) XXX_Merge(src proto.Message)
func (*QueryValidatorUnbondingDelegationsRequest) XXX_Size ¶ added in v0.40.0
func (m *QueryValidatorUnbondingDelegationsRequest) XXX_Size() int
func (*QueryValidatorUnbondingDelegationsRequest) XXX_Unmarshal ¶ added in v0.40.0
func (m *QueryValidatorUnbondingDelegationsRequest) XXX_Unmarshal(b []byte) error
type QueryValidatorUnbondingDelegationsResponse ¶ added in v0.40.0
type QueryValidatorUnbondingDelegationsResponse struct { UnbondingResponses []UnbondingDelegation `protobuf:"bytes,1,rep,name=unbonding_responses,json=unbondingResponses,proto3" json:"unbonding_responses"` // pagination defines the pagination in the response. Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
QueryValidatorUnbondingDelegationsResponse is response type for the Query/ValidatorUnbondingDelegations RPC method.
func (*QueryValidatorUnbondingDelegationsResponse) Descriptor ¶ added in v0.40.0
func (*QueryValidatorUnbondingDelegationsResponse) Descriptor() ([]byte, []int)
func (*QueryValidatorUnbondingDelegationsResponse) GetPagination ¶ added in v0.40.0
func (m *QueryValidatorUnbondingDelegationsResponse) GetPagination() *query.PageResponse
func (*QueryValidatorUnbondingDelegationsResponse) GetUnbondingResponses ¶ added in v0.40.0
func (m *QueryValidatorUnbondingDelegationsResponse) GetUnbondingResponses() []UnbondingDelegation
func (*QueryValidatorUnbondingDelegationsResponse) Marshal ¶ added in v0.40.0
func (m *QueryValidatorUnbondingDelegationsResponse) Marshal() (dAtA []byte, err error)
func (*QueryValidatorUnbondingDelegationsResponse) MarshalTo ¶ added in v0.40.0
func (m *QueryValidatorUnbondingDelegationsResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryValidatorUnbondingDelegationsResponse) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *QueryValidatorUnbondingDelegationsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryValidatorUnbondingDelegationsResponse) ProtoMessage ¶ added in v0.40.0
func (*QueryValidatorUnbondingDelegationsResponse) ProtoMessage()
func (*QueryValidatorUnbondingDelegationsResponse) Reset ¶ added in v0.40.0
func (m *QueryValidatorUnbondingDelegationsResponse) Reset()
func (*QueryValidatorUnbondingDelegationsResponse) Size ¶ added in v0.40.0
func (m *QueryValidatorUnbondingDelegationsResponse) Size() (n int)
func (*QueryValidatorUnbondingDelegationsResponse) String ¶ added in v0.40.0
func (m *QueryValidatorUnbondingDelegationsResponse) String() string
func (*QueryValidatorUnbondingDelegationsResponse) Unmarshal ¶ added in v0.40.0
func (m *QueryValidatorUnbondingDelegationsResponse) Unmarshal(dAtA []byte) error
func (*QueryValidatorUnbondingDelegationsResponse) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *QueryValidatorUnbondingDelegationsResponse) XXX_DiscardUnknown()
func (*QueryValidatorUnbondingDelegationsResponse) XXX_Marshal ¶ added in v0.40.0
func (m *QueryValidatorUnbondingDelegationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryValidatorUnbondingDelegationsResponse) XXX_Merge ¶ added in v0.40.0
func (m *QueryValidatorUnbondingDelegationsResponse) XXX_Merge(src proto.Message)
func (*QueryValidatorUnbondingDelegationsResponse) XXX_Size ¶ added in v0.40.0
func (m *QueryValidatorUnbondingDelegationsResponse) XXX_Size() int
func (*QueryValidatorUnbondingDelegationsResponse) XXX_Unmarshal ¶ added in v0.40.0
func (m *QueryValidatorUnbondingDelegationsResponse) XXX_Unmarshal(b []byte) error
type QueryValidatorsParams ¶
QueryValidatorsParams defines the params for the following queries: - 'custom/staking/validators'
func NewQueryValidatorsParams ¶
func NewQueryValidatorsParams(page, limit int, status string) QueryValidatorsParams
type QueryValidatorsRequest ¶ added in v0.40.0
type QueryValidatorsRequest struct { // status enables to query for validators matching a given status. Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` // pagination defines an optional pagination for the request. Pagination *query.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
QueryValidatorsRequest is request type for Query/Validators RPC method.
func (*QueryValidatorsRequest) Descriptor ¶ added in v0.40.0
func (*QueryValidatorsRequest) Descriptor() ([]byte, []int)
func (*QueryValidatorsRequest) GetPagination ¶ added in v0.40.0
func (m *QueryValidatorsRequest) GetPagination() *query.PageRequest
func (*QueryValidatorsRequest) GetStatus ¶ added in v0.40.0
func (m *QueryValidatorsRequest) GetStatus() string
func (*QueryValidatorsRequest) Marshal ¶ added in v0.40.0
func (m *QueryValidatorsRequest) Marshal() (dAtA []byte, err error)
func (*QueryValidatorsRequest) MarshalTo ¶ added in v0.40.0
func (m *QueryValidatorsRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryValidatorsRequest) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *QueryValidatorsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryValidatorsRequest) ProtoMessage ¶ added in v0.40.0
func (*QueryValidatorsRequest) ProtoMessage()
func (*QueryValidatorsRequest) Reset ¶ added in v0.40.0
func (m *QueryValidatorsRequest) Reset()
func (*QueryValidatorsRequest) Size ¶ added in v0.40.0
func (m *QueryValidatorsRequest) Size() (n int)
func (*QueryValidatorsRequest) String ¶ added in v0.40.0
func (m *QueryValidatorsRequest) String() string
func (*QueryValidatorsRequest) Unmarshal ¶ added in v0.40.0
func (m *QueryValidatorsRequest) Unmarshal(dAtA []byte) error
func (*QueryValidatorsRequest) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *QueryValidatorsRequest) XXX_DiscardUnknown()
func (*QueryValidatorsRequest) XXX_Marshal ¶ added in v0.40.0
func (m *QueryValidatorsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryValidatorsRequest) XXX_Merge ¶ added in v0.40.0
func (m *QueryValidatorsRequest) XXX_Merge(src proto.Message)
func (*QueryValidatorsRequest) XXX_Size ¶ added in v0.40.0
func (m *QueryValidatorsRequest) XXX_Size() int
func (*QueryValidatorsRequest) XXX_Unmarshal ¶ added in v0.40.0
func (m *QueryValidatorsRequest) XXX_Unmarshal(b []byte) error
type QueryValidatorsResponse ¶ added in v0.40.0
type QueryValidatorsResponse struct { // validators contains all the queried validators. Validators []Validator `protobuf:"bytes,1,rep,name=validators,proto3" json:"validators"` // pagination defines the pagination in the response. Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
QueryValidatorsResponse is response type for the Query/Validators RPC method
func (*QueryValidatorsResponse) Descriptor ¶ added in v0.40.0
func (*QueryValidatorsResponse) Descriptor() ([]byte, []int)
func (*QueryValidatorsResponse) GetPagination ¶ added in v0.40.0
func (m *QueryValidatorsResponse) GetPagination() *query.PageResponse
func (*QueryValidatorsResponse) GetValidators ¶ added in v0.40.0
func (m *QueryValidatorsResponse) GetValidators() []Validator
func (*QueryValidatorsResponse) Marshal ¶ added in v0.40.0
func (m *QueryValidatorsResponse) Marshal() (dAtA []byte, err error)
func (*QueryValidatorsResponse) MarshalTo ¶ added in v0.40.0
func (m *QueryValidatorsResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryValidatorsResponse) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *QueryValidatorsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryValidatorsResponse) ProtoMessage ¶ added in v0.40.0
func (*QueryValidatorsResponse) ProtoMessage()
func (*QueryValidatorsResponse) Reset ¶ added in v0.40.0
func (m *QueryValidatorsResponse) Reset()
func (*QueryValidatorsResponse) Size ¶ added in v0.40.0
func (m *QueryValidatorsResponse) Size() (n int)
func (*QueryValidatorsResponse) String ¶ added in v0.40.0
func (m *QueryValidatorsResponse) String() string
func (*QueryValidatorsResponse) Unmarshal ¶ added in v0.40.0
func (m *QueryValidatorsResponse) Unmarshal(dAtA []byte) error
func (*QueryValidatorsResponse) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *QueryValidatorsResponse) XXX_DiscardUnknown()
func (*QueryValidatorsResponse) XXX_Marshal ¶ added in v0.40.0
func (m *QueryValidatorsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryValidatorsResponse) XXX_Merge ¶ added in v0.40.0
func (m *QueryValidatorsResponse) XXX_Merge(src proto.Message)
func (*QueryValidatorsResponse) XXX_Size ¶ added in v0.40.0
func (m *QueryValidatorsResponse) XXX_Size() int
func (*QueryValidatorsResponse) XXX_Unmarshal ¶ added in v0.40.0
func (m *QueryValidatorsResponse) XXX_Unmarshal(b []byte) error
type Redelegation ¶
type Redelegation struct { // delegator_address is the bech32-encoded address of the delegator. DelegatorAddress string `protobuf:"bytes,1,opt,name=delegator_address,json=delegatorAddress,proto3" json:"delegator_address,omitempty"` // validator_src_address is the validator redelegation source operator address. ValidatorSrcAddress string `protobuf:"bytes,2,opt,name=validator_src_address,json=validatorSrcAddress,proto3" json:"validator_src_address,omitempty"` // validator_dst_address is the validator redelegation destination operator address. ValidatorDstAddress string `protobuf:"bytes,3,opt,name=validator_dst_address,json=validatorDstAddress,proto3" json:"validator_dst_address,omitempty"` // entries are the redelegation entries. Entries []RedelegationEntry `protobuf:"bytes,4,rep,name=entries,proto3" json:"entries"` }
Redelegation contains the list of a particular delegator's redelegating bonds from a particular source validator to a particular destination validator.
func MustUnmarshalRED ¶
func MustUnmarshalRED(cdc codec.BinaryCodec, value []byte) Redelegation
MustUnmarshalRED unmarshals a redelegation from a store value. Panics if fails.
func NewRedelegation ¶
func NewRedelegation( delegatorAddr sdk.AccAddress, validatorSrcAddr, validatorDstAddr sdk.ValAddress, creationHeight int64, minTime time.Time, balance math.Int, sharesDst math.LegacyDec, id uint64, valAc, delAc address.Codec, ) Redelegation
func UnmarshalRED ¶
func UnmarshalRED(cdc codec.BinaryCodec, value []byte) (red Redelegation, err error)
UnmarshalRED unmarshals a redelegation from a store value
func (*Redelegation) AddEntry ¶
func (red *Redelegation) AddEntry(creationHeight int64, minTime time.Time, balance math.Int, sharesDst math.LegacyDec, id uint64)
AddEntry - append entry to the unbonding delegation
func (*Redelegation) Descriptor ¶
func (*Redelegation) Descriptor() ([]byte, []int)
func (*Redelegation) Marshal ¶
func (m *Redelegation) Marshal() (dAtA []byte, err error)
func (*Redelegation) MarshalToSizedBuffer ¶
func (m *Redelegation) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Redelegation) ProtoMessage ¶
func (*Redelegation) ProtoMessage()
func (*Redelegation) RemoveEntry ¶
func (red *Redelegation) RemoveEntry(i int64)
RemoveEntry - remove entry at index i to the unbonding delegation
func (*Redelegation) Reset ¶
func (m *Redelegation) Reset()
func (*Redelegation) Size ¶
func (m *Redelegation) Size() (n int)
func (*Redelegation) String ¶
func (m *Redelegation) String() string
func (*Redelegation) Unmarshal ¶
func (m *Redelegation) Unmarshal(dAtA []byte) error
func (*Redelegation) XXX_DiscardUnknown ¶
func (m *Redelegation) XXX_DiscardUnknown()
func (*Redelegation) XXX_Marshal ¶
func (m *Redelegation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Redelegation) XXX_Merge ¶
func (m *Redelegation) XXX_Merge(src proto.Message)
func (*Redelegation) XXX_Size ¶
func (m *Redelegation) XXX_Size() int
func (*Redelegation) XXX_Unmarshal ¶
func (m *Redelegation) XXX_Unmarshal(b []byte) error
type RedelegationEntry ¶
type RedelegationEntry struct { // creation_height defines the height which the redelegation took place. CreationHeight int64 `protobuf:"varint,1,opt,name=creation_height,json=creationHeight,proto3" json:"creation_height,omitempty"` // completion_time defines the unix time for redelegation completion. CompletionTime time.Time `protobuf:"bytes,2,opt,name=completion_time,json=completionTime,proto3,stdtime" json:"completion_time"` // initial_balance defines the initial balance when redelegation started. InitialBalance cosmossdk_io_math.Int `` /* 126-byte string literal not displayed */ SharesDst cosmossdk_io_math.LegacyDec `protobuf:"bytes,4,opt,name=shares_dst,json=sharesDst,proto3,customtype=cosmossdk.io/math.LegacyDec" json:"shares_dst"` // Incrementing id that uniquely identifies this entry UnbondingId uint64 `protobuf:"varint,5,opt,name=unbonding_id,json=unbondingId,proto3" json:"unbonding_id,omitempty"` // Strictly positive if this entry's unbonding has been stopped by external modules UnbondingOnHoldRefCount int64 `` /* 137-byte string literal not displayed */ }
RedelegationEntry defines a redelegation object with relevant metadata.
func NewRedelegationEntry ¶
func (*RedelegationEntry) Descriptor ¶
func (*RedelegationEntry) Descriptor() ([]byte, []int)
func (*RedelegationEntry) Equal ¶
func (this *RedelegationEntry) Equal(that interface{}) bool
func (*RedelegationEntry) GetCompletionTime ¶
func (m *RedelegationEntry) GetCompletionTime() time.Time
func (*RedelegationEntry) GetCreationHeight ¶
func (m *RedelegationEntry) GetCreationHeight() int64
func (*RedelegationEntry) GetUnbondingId ¶ added in v0.47.0
func (m *RedelegationEntry) GetUnbondingId() uint64
func (*RedelegationEntry) GetUnbondingOnHoldRefCount ¶ added in v0.47.0
func (m *RedelegationEntry) GetUnbondingOnHoldRefCount() int64
func (RedelegationEntry) IsMature ¶
func (e RedelegationEntry) IsMature(currentTime time.Time) bool
IsMature - is the current entry mature
func (*RedelegationEntry) Marshal ¶
func (m *RedelegationEntry) Marshal() (dAtA []byte, err error)
func (*RedelegationEntry) MarshalTo ¶
func (m *RedelegationEntry) MarshalTo(dAtA []byte) (int, error)
func (*RedelegationEntry) MarshalToSizedBuffer ¶
func (m *RedelegationEntry) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (RedelegationEntry) OnHold ¶ added in v0.47.0
func (e RedelegationEntry) OnHold() bool
OnHold - is the current entry on hold due to external modules
func (*RedelegationEntry) ProtoMessage ¶
func (*RedelegationEntry) ProtoMessage()
func (*RedelegationEntry) Reset ¶
func (m *RedelegationEntry) Reset()
func (*RedelegationEntry) Size ¶
func (m *RedelegationEntry) Size() (n int)
func (*RedelegationEntry) String ¶
func (m *RedelegationEntry) String() string
func (*RedelegationEntry) Unmarshal ¶
func (m *RedelegationEntry) Unmarshal(dAtA []byte) error
func (*RedelegationEntry) XXX_DiscardUnknown ¶
func (m *RedelegationEntry) XXX_DiscardUnknown()
func (*RedelegationEntry) XXX_Marshal ¶
func (m *RedelegationEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RedelegationEntry) XXX_Merge ¶
func (m *RedelegationEntry) XXX_Merge(src proto.Message)
func (*RedelegationEntry) XXX_Size ¶
func (m *RedelegationEntry) XXX_Size() int
func (*RedelegationEntry) XXX_Unmarshal ¶
func (m *RedelegationEntry) XXX_Unmarshal(b []byte) error
type RedelegationEntryResponse ¶
type RedelegationEntryResponse struct { RedelegationEntry RedelegationEntry `protobuf:"bytes,1,opt,name=redelegation_entry,json=redelegationEntry,proto3" json:"redelegation_entry"` Balance cosmossdk_io_math.Int `protobuf:"bytes,4,opt,name=balance,proto3,customtype=cosmossdk.io/math.Int" json:"balance"` }
RedelegationEntryResponse is equivalent to a RedelegationEntry except that it contains a balance in addition to shares which is more suitable for client responses.
func NewRedelegationEntryResponse ¶
func NewRedelegationEntryResponse( creationHeight int64, completionTime time.Time, sharesDst math.LegacyDec, initialBalance, balance math.Int, unbondingID uint64, ) RedelegationEntryResponse
NewRedelegationEntryResponse creates a new RedelegationEntryResponse instance.
func (*RedelegationEntryResponse) Descriptor ¶ added in v0.40.0
func (*RedelegationEntryResponse) Descriptor() ([]byte, []int)
func (*RedelegationEntryResponse) Equal ¶ added in v0.40.0
func (this *RedelegationEntryResponse) Equal(that interface{}) bool
func (*RedelegationEntryResponse) GetRedelegationEntry ¶ added in v0.40.0
func (m *RedelegationEntryResponse) GetRedelegationEntry() RedelegationEntry
func (*RedelegationEntryResponse) Marshal ¶ added in v0.40.0
func (m *RedelegationEntryResponse) Marshal() (dAtA []byte, err error)
func (*RedelegationEntryResponse) MarshalTo ¶ added in v0.40.0
func (m *RedelegationEntryResponse) MarshalTo(dAtA []byte) (int, error)
func (*RedelegationEntryResponse) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *RedelegationEntryResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RedelegationEntryResponse) ProtoMessage ¶ added in v0.40.0
func (*RedelegationEntryResponse) ProtoMessage()
func (*RedelegationEntryResponse) Reset ¶ added in v0.40.0
func (m *RedelegationEntryResponse) Reset()
func (*RedelegationEntryResponse) Size ¶ added in v0.40.0
func (m *RedelegationEntryResponse) Size() (n int)
func (*RedelegationEntryResponse) String ¶ added in v0.40.0
func (m *RedelegationEntryResponse) String() string
func (*RedelegationEntryResponse) Unmarshal ¶ added in v0.40.0
func (m *RedelegationEntryResponse) Unmarshal(dAtA []byte) error
func (*RedelegationEntryResponse) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *RedelegationEntryResponse) XXX_DiscardUnknown()
func (*RedelegationEntryResponse) XXX_Marshal ¶ added in v0.40.0
func (m *RedelegationEntryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RedelegationEntryResponse) XXX_Merge ¶ added in v0.40.0
func (m *RedelegationEntryResponse) XXX_Merge(src proto.Message)
func (*RedelegationEntryResponse) XXX_Size ¶ added in v0.40.0
func (m *RedelegationEntryResponse) XXX_Size() int
func (*RedelegationEntryResponse) XXX_Unmarshal ¶ added in v0.40.0
func (m *RedelegationEntryResponse) XXX_Unmarshal(b []byte) error
type RedelegationResponse ¶
type RedelegationResponse struct { Redelegation Redelegation `protobuf:"bytes,1,opt,name=redelegation,proto3" json:"redelegation"` Entries []RedelegationEntryResponse `protobuf:"bytes,2,rep,name=entries,proto3" json:"entries"` }
RedelegationResponse is equivalent to a Redelegation except that its entries contain a balance in addition to shares which is more suitable for client responses.
func NewRedelegationResponse ¶
func NewRedelegationResponse( delegatorAddr, validatorSrc, validatorDst string, entries []RedelegationEntryResponse, ) RedelegationResponse
NewRedelegationResponse crates a new RedelegationEntryResponse instance.
func (*RedelegationResponse) Descriptor ¶ added in v0.40.0
func (*RedelegationResponse) Descriptor() ([]byte, []int)
func (*RedelegationResponse) GetEntries ¶ added in v0.40.0
func (m *RedelegationResponse) GetEntries() []RedelegationEntryResponse
func (*RedelegationResponse) GetRedelegation ¶ added in v0.40.0
func (m *RedelegationResponse) GetRedelegation() Redelegation
func (*RedelegationResponse) Marshal ¶ added in v0.40.0
func (m *RedelegationResponse) Marshal() (dAtA []byte, err error)
func (RedelegationResponse) MarshalJSON ¶
func (r RedelegationResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface. This is so we can achieve a flattened structure while embedding other types.
func (*RedelegationResponse) MarshalTo ¶ added in v0.40.0
func (m *RedelegationResponse) MarshalTo(dAtA []byte) (int, error)
func (*RedelegationResponse) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *RedelegationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RedelegationResponse) ProtoMessage ¶ added in v0.40.0
func (*RedelegationResponse) ProtoMessage()
func (*RedelegationResponse) Reset ¶ added in v0.40.0
func (m *RedelegationResponse) Reset()
func (*RedelegationResponse) Size ¶ added in v0.40.0
func (m *RedelegationResponse) Size() (n int)
func (*RedelegationResponse) String ¶
func (m *RedelegationResponse) String() string
func (*RedelegationResponse) Unmarshal ¶ added in v0.40.0
func (m *RedelegationResponse) Unmarshal(dAtA []byte) error
func (*RedelegationResponse) UnmarshalJSON ¶
func (r *RedelegationResponse) UnmarshalJSON(bz []byte) error
UnmarshalJSON implements the json.Unmarshaler interface. This is so we can achieve a flattened structure while embedding other types.
func (*RedelegationResponse) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *RedelegationResponse) XXX_DiscardUnknown()
func (*RedelegationResponse) XXX_Marshal ¶ added in v0.40.0
func (m *RedelegationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RedelegationResponse) XXX_Merge ¶ added in v0.40.0
func (m *RedelegationResponse) XXX_Merge(src proto.Message)
func (*RedelegationResponse) XXX_Size ¶ added in v0.40.0
func (m *RedelegationResponse) XXX_Size() int
func (*RedelegationResponse) XXX_Unmarshal ¶ added in v0.40.0
func (m *RedelegationResponse) XXX_Unmarshal(b []byte) error
type RedelegationResponses ¶
type RedelegationResponses []RedelegationResponse
RedelegationResponses are a collection of RedelegationResp
func (RedelegationResponses) String ¶
func (r RedelegationResponses) String() (out string)
type Redelegations ¶
type Redelegations []Redelegation
Redelegations are a collection of Redelegation
func (Redelegations) String ¶
func (d Redelegations) String() (out string)
type StakeAuthorization ¶ added in v0.43.0
type StakeAuthorization struct { // max_tokens specifies the maximum amount of tokens can be delegate to a validator. If it is // empty, there is no spend limit and any amount of coins can be delegated. MaxTokens *types.Coin `` /* 141-byte string literal not displayed */ // validators is the oneof that represents either allow_list or deny_list // // Types that are valid to be assigned to Validators: // *StakeAuthorization_AllowList // *StakeAuthorization_DenyList Validators isStakeAuthorization_Validators `protobuf_oneof:"validators"` // authorization_type defines one of AuthorizationType. AuthorizationType AuthorizationType `` /* 159-byte string literal not displayed */ }
StakeAuthorization defines authorization for delegate/undelegate/redelegate.
Since: cosmos-sdk 0.43
func NewStakeAuthorization ¶ added in v0.43.0
func NewStakeAuthorization(allowed, denied []sdk.ValAddress, authzType AuthorizationType, amount *sdk.Coin) (*StakeAuthorization, error)
NewStakeAuthorization creates a new StakeAuthorization object.
func (StakeAuthorization) Accept ¶ added in v0.43.0
func (a StakeAuthorization) Accept(ctx context.Context, msg sdk.Msg) (authz.AcceptResponse, error)
Accept implements Authorization.Accept. It checks, that the validator is not in the denied list, and, should the allowed list not be empty, if the validator is in the allowed list. If these conditions are met, the authorization amount is validated and if successful, the corresponding AcceptResponse is returned.
func (*StakeAuthorization) Descriptor ¶ added in v0.43.0
func (*StakeAuthorization) Descriptor() ([]byte, []int)
func (*StakeAuthorization) GetAllowList ¶ added in v0.43.0
func (m *StakeAuthorization) GetAllowList() *StakeAuthorization_Validators
func (*StakeAuthorization) GetAuthorizationType ¶ added in v0.43.0
func (m *StakeAuthorization) GetAuthorizationType() AuthorizationType
func (*StakeAuthorization) GetDenyList ¶ added in v0.43.0
func (m *StakeAuthorization) GetDenyList() *StakeAuthorization_Validators
func (*StakeAuthorization) GetMaxTokens ¶ added in v0.43.0
func (m *StakeAuthorization) GetMaxTokens() *types.Coin
func (*StakeAuthorization) GetValidators ¶ added in v0.43.0
func (m *StakeAuthorization) GetValidators() isStakeAuthorization_Validators
func (*StakeAuthorization) Marshal ¶ added in v0.43.0
func (m *StakeAuthorization) Marshal() (dAtA []byte, err error)
func (*StakeAuthorization) MarshalTo ¶ added in v0.43.0
func (m *StakeAuthorization) MarshalTo(dAtA []byte) (int, error)
func (*StakeAuthorization) MarshalToSizedBuffer ¶ added in v0.43.0
func (m *StakeAuthorization) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (StakeAuthorization) MsgTypeURL ¶ added in v0.43.0
func (a StakeAuthorization) MsgTypeURL() string
MsgTypeURL implements Authorization.MsgTypeURL.
func (*StakeAuthorization) ProtoMessage ¶ added in v0.43.0
func (*StakeAuthorization) ProtoMessage()
func (*StakeAuthorization) Reset ¶ added in v0.43.0
func (m *StakeAuthorization) Reset()
func (*StakeAuthorization) Size ¶ added in v0.43.0
func (m *StakeAuthorization) Size() (n int)
func (*StakeAuthorization) String ¶ added in v0.43.0
func (m *StakeAuthorization) String() string
func (*StakeAuthorization) Unmarshal ¶ added in v0.43.0
func (m *StakeAuthorization) Unmarshal(dAtA []byte) error
func (StakeAuthorization) ValidateBasic ¶ added in v0.43.0
func (a StakeAuthorization) ValidateBasic() error
ValidateBasic performs a stateless validation of the fields. It fails if MaxTokens is either undefined or negative or if the authorization is unspecified.
func (*StakeAuthorization) XXX_DiscardUnknown ¶ added in v0.43.0
func (m *StakeAuthorization) XXX_DiscardUnknown()
func (*StakeAuthorization) XXX_Marshal ¶ added in v0.43.0
func (m *StakeAuthorization) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StakeAuthorization) XXX_Merge ¶ added in v0.43.0
func (m *StakeAuthorization) XXX_Merge(src proto.Message)
func (*StakeAuthorization) XXX_OneofWrappers ¶ added in v0.43.0
func (*StakeAuthorization) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*StakeAuthorization) XXX_Size ¶ added in v0.43.0
func (m *StakeAuthorization) XXX_Size() int
func (*StakeAuthorization) XXX_Unmarshal ¶ added in v0.43.0
func (m *StakeAuthorization) XXX_Unmarshal(b []byte) error
type StakeAuthorization_AllowList ¶ added in v0.43.0
type StakeAuthorization_AllowList struct {
AllowList *StakeAuthorization_Validators `protobuf:"bytes,2,opt,name=allow_list,json=allowList,proto3,oneof" json:"allow_list,omitempty"`
}
func (*StakeAuthorization_AllowList) MarshalTo ¶ added in v0.43.0
func (m *StakeAuthorization_AllowList) MarshalTo(dAtA []byte) (int, error)
func (*StakeAuthorization_AllowList) MarshalToSizedBuffer ¶ added in v0.43.0
func (m *StakeAuthorization_AllowList) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*StakeAuthorization_AllowList) Size ¶ added in v0.43.0
func (m *StakeAuthorization_AllowList) Size() (n int)
type StakeAuthorization_DenyList ¶ added in v0.43.0
type StakeAuthorization_DenyList struct {
DenyList *StakeAuthorization_Validators `protobuf:"bytes,3,opt,name=deny_list,json=denyList,proto3,oneof" json:"deny_list,omitempty"`
}
func (*StakeAuthorization_DenyList) MarshalTo ¶ added in v0.43.0
func (m *StakeAuthorization_DenyList) MarshalTo(dAtA []byte) (int, error)
func (*StakeAuthorization_DenyList) MarshalToSizedBuffer ¶ added in v0.43.0
func (m *StakeAuthorization_DenyList) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*StakeAuthorization_DenyList) Size ¶ added in v0.43.0
func (m *StakeAuthorization_DenyList) Size() (n int)
type StakeAuthorization_Validators ¶ added in v0.43.0
type StakeAuthorization_Validators struct {
Address []string `protobuf:"bytes,1,rep,name=address,proto3" json:"address,omitempty"`
}
Validators defines list of validator addresses.
func (*StakeAuthorization_Validators) Descriptor ¶ added in v0.43.0
func (*StakeAuthorization_Validators) Descriptor() ([]byte, []int)
func (*StakeAuthorization_Validators) GetAddress ¶ added in v0.43.0
func (m *StakeAuthorization_Validators) GetAddress() []string
func (*StakeAuthorization_Validators) Marshal ¶ added in v0.43.0
func (m *StakeAuthorization_Validators) Marshal() (dAtA []byte, err error)
func (*StakeAuthorization_Validators) MarshalTo ¶ added in v0.43.0
func (m *StakeAuthorization_Validators) MarshalTo(dAtA []byte) (int, error)
func (*StakeAuthorization_Validators) MarshalToSizedBuffer ¶ added in v0.43.0
func (m *StakeAuthorization_Validators) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*StakeAuthorization_Validators) ProtoMessage ¶ added in v0.43.0
func (*StakeAuthorization_Validators) ProtoMessage()
func (*StakeAuthorization_Validators) Reset ¶ added in v0.43.0
func (m *StakeAuthorization_Validators) Reset()
func (*StakeAuthorization_Validators) Size ¶ added in v0.43.0
func (m *StakeAuthorization_Validators) Size() (n int)
func (*StakeAuthorization_Validators) String ¶ added in v0.43.0
func (m *StakeAuthorization_Validators) String() string
func (*StakeAuthorization_Validators) Unmarshal ¶ added in v0.43.0
func (m *StakeAuthorization_Validators) Unmarshal(dAtA []byte) error
func (*StakeAuthorization_Validators) XXX_DiscardUnknown ¶ added in v0.43.0
func (m *StakeAuthorization_Validators) XXX_DiscardUnknown()
func (*StakeAuthorization_Validators) XXX_Marshal ¶ added in v0.43.0
func (m *StakeAuthorization_Validators) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StakeAuthorization_Validators) XXX_Merge ¶ added in v0.43.0
func (m *StakeAuthorization_Validators) XXX_Merge(src proto.Message)
func (*StakeAuthorization_Validators) XXX_Size ¶ added in v0.43.0
func (m *StakeAuthorization_Validators) XXX_Size() int
func (*StakeAuthorization_Validators) XXX_Unmarshal ¶ added in v0.43.0
func (m *StakeAuthorization_Validators) XXX_Unmarshal(b []byte) error
type StakingHooks ¶
type StakingHooks interface { AfterValidatorCreated(ctx context.Context, valAddr sdk.ValAddress) error // Must be called when a validator is created BeforeValidatorModified(ctx context.Context, valAddr sdk.ValAddress) error // Must be called when a validator's state changes AfterValidatorRemoved(ctx context.Context, consAddr sdk.ConsAddress, valAddr sdk.ValAddress) error // Must be called when a validator is deleted AfterValidatorBonded(ctx context.Context, consAddr sdk.ConsAddress, valAddr sdk.ValAddress) error // Must be called when a validator is bonded AfterValidatorBeginUnbonding(ctx context.Context, consAddr sdk.ConsAddress, valAddr sdk.ValAddress) error // Must be called when a validator begins unbonding BeforeDelegationCreated(ctx context.Context, delAddr sdk.AccAddress, valAddr sdk.ValAddress) error // Must be called when a delegation is created BeforeDelegationRemoved(ctx context.Context, delAddr sdk.AccAddress, valAddr sdk.ValAddress) error // Must be called when a delegation is removed AfterDelegationModified(ctx context.Context, delAddr sdk.AccAddress, valAddr sdk.ValAddress) error BeforeValidatorSlashed(ctx context.Context, valAddr sdk.ValAddress, fraction math.LegacyDec) error AfterUnbondingInitiated(ctx context.Context, id uint64) error }
StakingHooks event hooks for staking validator object (noalias)
type StakingHooksWrapper ¶ added in v0.47.0
type StakingHooksWrapper struct{ StakingHooks }
StakingHooksWrapper is a wrapper for modules to inject StakingHooks using depinject.
func (StakingHooksWrapper) IsOnePerModuleType ¶ added in v0.47.0
func (StakingHooksWrapper) IsOnePerModuleType()
IsOnePerModuleType implements the depinject.OnePerModuleType interface.
type TokenizeShareLock ¶
type TokenizeShareLock struct { string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` Status string `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` CompletionTime time.Time `protobuf:"bytes,3,opt,name=completion_time,json=completionTime,proto3,stdtime" json:"completion_time" yaml:"completion_time"` }Address
TokenizeSharesLock required for specifying account locks at genesis
func (*TokenizeShareLock) Descriptor ¶
func (*TokenizeShareLock) Descriptor() ([]byte, []int)
func (*TokenizeShareLock) GetAddress ¶
func (m *TokenizeShareLock) GetAddress() string
func (*TokenizeShareLock) GetCompletionTime ¶
func (m *TokenizeShareLock) GetCompletionTime() time.Time
func (*TokenizeShareLock) GetStatus ¶
func (m *TokenizeShareLock) GetStatus() string
func (*TokenizeShareLock) Marshal ¶
func (m *TokenizeShareLock) Marshal() (dAtA []byte, err error)
func (*TokenizeShareLock) MarshalTo ¶
func (m *TokenizeShareLock) MarshalTo(dAtA []byte) (int, error)
func (*TokenizeShareLock) MarshalToSizedBuffer ¶
func (m *TokenizeShareLock) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*TokenizeShareLock) ProtoMessage ¶
func (*TokenizeShareLock) ProtoMessage()
func (*TokenizeShareLock) Reset ¶
func (m *TokenizeShareLock) Reset()
func (*TokenizeShareLock) Size ¶
func (m *TokenizeShareLock) Size() (n int)
func (*TokenizeShareLock) String ¶
func (m *TokenizeShareLock) String() string
func (*TokenizeShareLock) Unmarshal ¶
func (m *TokenizeShareLock) Unmarshal(dAtA []byte) error
func (*TokenizeShareLock) XXX_DiscardUnknown ¶
func (m *TokenizeShareLock) XXX_DiscardUnknown()
func (*TokenizeShareLock) XXX_Marshal ¶
func (m *TokenizeShareLock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TokenizeShareLock) XXX_Merge ¶
func (m *TokenizeShareLock) XXX_Merge(src proto.Message)
func (*TokenizeShareLock) XXX_Size ¶
func (m *TokenizeShareLock) XXX_Size() int
func (*TokenizeShareLock) XXX_Unmarshal ¶
func (m *TokenizeShareLock) XXX_Unmarshal(b []byte) error
type TokenizeShareLockStatus ¶
type TokenizeShareLockStatus int32
TokenizeShareLockStatus indicates whether the address is able to tokenize shares
const ( // UNSPECIFIED defines an empty tokenize share lock status TOKENIZE_SHARE_LOCK_STATUS_UNSPECIFIED TokenizeShareLockStatus = 0 // LOCKED indicates the account is locked and cannot tokenize shares TOKENIZE_SHARE_LOCK_STATUS_LOCKED TokenizeShareLockStatus = 1 // UNLOCKED indicates the account is unlocked and can tokenize shares TOKENIZE_SHARE_LOCK_STATUS_UNLOCKED TokenizeShareLockStatus = 2 // LOCK_EXPIRING indicates the account is unable to tokenize shares, but // will be able to tokenize shortly (after 1 unbonding period) TOKENIZE_SHARE_LOCK_STATUS_LOCK_EXPIRING TokenizeShareLockStatus = 3 )
func (TokenizeShareLockStatus) EnumDescriptor ¶
func (TokenizeShareLockStatus) EnumDescriptor() ([]byte, []int)
func (TokenizeShareLockStatus) String ¶
func (x TokenizeShareLockStatus) String() string
type TokenizeShareRecord ¶
type TokenizeShareRecord struct {}
TokenizeShareRecord represents a tokenized delegation
func (*TokenizeShareRecord) Descriptor ¶
func (*TokenizeShareRecord) Descriptor() ([]byte, []int)
func (*TokenizeShareRecord) Equal ¶
func (this *TokenizeShareRecord) Equal(that interface{}) bool
func (*TokenizeShareRecord) GetId ¶
func (m *TokenizeShareRecord) GetId() uint64
func (*TokenizeShareRecord) GetModuleAccount ¶
func (m *TokenizeShareRecord) GetModuleAccount() string
func (TokenizeShareRecord) GetModuleAddress ¶
func (r TokenizeShareRecord) GetModuleAddress() sdk.AccAddress
func (*TokenizeShareRecord) GetOwner ¶
func (m *TokenizeShareRecord) GetOwner() string
func (TokenizeShareRecord) GetShareTokenDenom ¶
func (r TokenizeShareRecord) GetShareTokenDenom() string
func (*TokenizeShareRecord) GetValidator ¶
func (m *TokenizeShareRecord) GetValidator() string
func (*TokenizeShareRecord) Marshal ¶
func (m *TokenizeShareRecord) Marshal() (dAtA []byte, err error)
func (*TokenizeShareRecord) MarshalTo ¶
func (m *TokenizeShareRecord) MarshalTo(dAtA []byte) (int, error)
func (*TokenizeShareRecord) MarshalToSizedBuffer ¶
func (m *TokenizeShareRecord) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*TokenizeShareRecord) ProtoMessage ¶
func (*TokenizeShareRecord) ProtoMessage()
func (*TokenizeShareRecord) Reset ¶
func (m *TokenizeShareRecord) Reset()
func (*TokenizeShareRecord) Size ¶
func (m *TokenizeShareRecord) Size() (n int)
func (*TokenizeShareRecord) String ¶
func (m *TokenizeShareRecord) String() string
func (*TokenizeShareRecord) Unmarshal ¶
func (m *TokenizeShareRecord) Unmarshal(dAtA []byte) error
func (*TokenizeShareRecord) XXX_DiscardUnknown ¶
func (m *TokenizeShareRecord) XXX_DiscardUnknown()
func (*TokenizeShareRecord) XXX_Marshal ¶
func (m *TokenizeShareRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TokenizeShareRecord) XXX_Merge ¶
func (m *TokenizeShareRecord) XXX_Merge(src proto.Message)
func (*TokenizeShareRecord) XXX_Size ¶
func (m *TokenizeShareRecord) XXX_Size() int
func (*TokenizeShareRecord) XXX_Unmarshal ¶
func (m *TokenizeShareRecord) XXX_Unmarshal(b []byte) error
type UnbondingDelegation ¶
type UnbondingDelegation struct { // delegator_address is the encoded address of the delegator. DelegatorAddress string `protobuf:"bytes,1,opt,name=delegator_address,json=delegatorAddress,proto3" json:"delegator_address,omitempty"` // validator_address is the encoded address of the validator. ValidatorAddress string `protobuf:"bytes,2,opt,name=validator_address,json=validatorAddress,proto3" json:"validator_address,omitempty"` // entries are the unbonding delegation entries. Entries []UnbondingDelegationEntry `protobuf:"bytes,3,rep,name=entries,proto3" json:"entries"` }
UnbondingDelegation stores all of a single delegator's unbonding bonds for a single validator in an time-ordered list.
func MustUnmarshalUBD ¶
func MustUnmarshalUBD(cdc codec.BinaryCodec, value []byte) UnbondingDelegation
unmarshal a unbonding delegation from a store value
func NewUnbondingDelegation ¶
func NewUnbondingDelegation( delegatorAddr sdk.AccAddress, validatorAddr sdk.ValAddress, creationHeight int64, minTime time.Time, balance math.Int, id uint64, valAc, delAc address.Codec, ) UnbondingDelegation
NewUnbondingDelegation - create a new unbonding delegation object
func UnmarshalUBD ¶
func UnmarshalUBD(cdc codec.BinaryCodec, value []byte) (ubd UnbondingDelegation, err error)
unmarshal a unbonding delegation from a store value
func (*UnbondingDelegation) AddEntry ¶
func (ubd *UnbondingDelegation) AddEntry(creationHeight int64, minTime time.Time, balance math.Int, unbondingID uint64) bool
AddEntry - append entry to the unbonding delegation
func (*UnbondingDelegation) Descriptor ¶
func (*UnbondingDelegation) Descriptor() ([]byte, []int)
func (*UnbondingDelegation) Marshal ¶
func (m *UnbondingDelegation) Marshal() (dAtA []byte, err error)
func (*UnbondingDelegation) MarshalTo ¶
func (m *UnbondingDelegation) MarshalTo(dAtA []byte) (int, error)
func (*UnbondingDelegation) MarshalToSizedBuffer ¶
func (m *UnbondingDelegation) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*UnbondingDelegation) ProtoMessage ¶
func (*UnbondingDelegation) ProtoMessage()
func (*UnbondingDelegation) RemoveEntry ¶
func (ubd *UnbondingDelegation) RemoveEntry(i int64)
RemoveEntry - remove entry at index i to the unbonding delegation
func (*UnbondingDelegation) Reset ¶
func (m *UnbondingDelegation) Reset()
func (*UnbondingDelegation) Size ¶
func (m *UnbondingDelegation) Size() (n int)
func (*UnbondingDelegation) String ¶
func (m *UnbondingDelegation) String() string
func (*UnbondingDelegation) Unmarshal ¶
func (m *UnbondingDelegation) Unmarshal(dAtA []byte) error
func (*UnbondingDelegation) XXX_DiscardUnknown ¶
func (m *UnbondingDelegation) XXX_DiscardUnknown()
func (*UnbondingDelegation) XXX_Marshal ¶
func (m *UnbondingDelegation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UnbondingDelegation) XXX_Merge ¶
func (m *UnbondingDelegation) XXX_Merge(src proto.Message)
func (*UnbondingDelegation) XXX_Size ¶
func (m *UnbondingDelegation) XXX_Size() int
func (*UnbondingDelegation) XXX_Unmarshal ¶
func (m *UnbondingDelegation) XXX_Unmarshal(b []byte) error
type UnbondingDelegationEntry ¶
type UnbondingDelegationEntry struct { // creation_height is the height which the unbonding took place. CreationHeight int64 `protobuf:"varint,1,opt,name=creation_height,json=creationHeight,proto3" json:"creation_height,omitempty"` // completion_time is the unix time for unbonding completion. CompletionTime time.Time `protobuf:"bytes,2,opt,name=completion_time,json=completionTime,proto3,stdtime" json:"completion_time"` // initial_balance defines the tokens initially scheduled to receive at completion. InitialBalance cosmossdk_io_math.Int `` /* 126-byte string literal not displayed */ // balance defines the tokens to receive at completion. Balance cosmossdk_io_math.Int `protobuf:"bytes,4,opt,name=balance,proto3,customtype=cosmossdk.io/math.Int" json:"balance"` // Incrementing id that uniquely identifies this entry UnbondingId uint64 `protobuf:"varint,5,opt,name=unbonding_id,json=unbondingId,proto3" json:"unbonding_id,omitempty"` // Strictly positive if this entry's unbonding has been stopped by external modules UnbondingOnHoldRefCount int64 `` /* 137-byte string literal not displayed */ }
UnbondingDelegationEntry defines an unbonding object with relevant metadata.
func MustUnmarshalUBDE ¶ added in v0.47.0
func MustUnmarshalUBDE(cdc codec.BinaryCodec, value []byte) UnbondingDelegationEntry
unmarshal a unbonding delegation entry from a store value
func UnmarshalUBDE ¶ added in v0.47.0
func UnmarshalUBDE(cdc codec.BinaryCodec, value []byte) (ubd UnbondingDelegationEntry, err error)
unmarshal a unbonding delegation entry from a store value
func (*UnbondingDelegationEntry) Descriptor ¶
func (*UnbondingDelegationEntry) Descriptor() ([]byte, []int)
func (*UnbondingDelegationEntry) Equal ¶
func (this *UnbondingDelegationEntry) Equal(that interface{}) bool
func (*UnbondingDelegationEntry) GetCompletionTime ¶
func (m *UnbondingDelegationEntry) GetCompletionTime() time.Time
func (*UnbondingDelegationEntry) GetCreationHeight ¶
func (m *UnbondingDelegationEntry) GetCreationHeight() int64
func (*UnbondingDelegationEntry) GetUnbondingId ¶ added in v0.47.0
func (m *UnbondingDelegationEntry) GetUnbondingId() uint64
func (*UnbondingDelegationEntry) GetUnbondingOnHoldRefCount ¶ added in v0.47.0
func (m *UnbondingDelegationEntry) GetUnbondingOnHoldRefCount() int64
func (UnbondingDelegationEntry) IsMature ¶
func (e UnbondingDelegationEntry) IsMature(currentTime time.Time) bool
IsMature - is the current entry mature
func (*UnbondingDelegationEntry) Marshal ¶
func (m *UnbondingDelegationEntry) Marshal() (dAtA []byte, err error)
func (*UnbondingDelegationEntry) MarshalTo ¶
func (m *UnbondingDelegationEntry) MarshalTo(dAtA []byte) (int, error)
func (*UnbondingDelegationEntry) MarshalToSizedBuffer ¶
func (m *UnbondingDelegationEntry) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (UnbondingDelegationEntry) OnHold ¶ added in v0.47.0
func (e UnbondingDelegationEntry) OnHold() bool
OnHold - is the current entry on hold due to external modules
func (*UnbondingDelegationEntry) ProtoMessage ¶
func (*UnbondingDelegationEntry) ProtoMessage()
func (*UnbondingDelegationEntry) Reset ¶
func (m *UnbondingDelegationEntry) Reset()
func (*UnbondingDelegationEntry) Size ¶
func (m *UnbondingDelegationEntry) Size() (n int)
func (*UnbondingDelegationEntry) String ¶
func (m *UnbondingDelegationEntry) String() string
func (*UnbondingDelegationEntry) Unmarshal ¶
func (m *UnbondingDelegationEntry) Unmarshal(dAtA []byte) error
func (*UnbondingDelegationEntry) XXX_DiscardUnknown ¶
func (m *UnbondingDelegationEntry) XXX_DiscardUnknown()
func (*UnbondingDelegationEntry) XXX_Marshal ¶
func (m *UnbondingDelegationEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UnbondingDelegationEntry) XXX_Merge ¶
func (m *UnbondingDelegationEntry) XXX_Merge(src proto.Message)
func (*UnbondingDelegationEntry) XXX_Size ¶
func (m *UnbondingDelegationEntry) XXX_Size() int
func (*UnbondingDelegationEntry) XXX_Unmarshal ¶
func (m *UnbondingDelegationEntry) XXX_Unmarshal(b []byte) error
type UnbondingDelegations ¶
type UnbondingDelegations []UnbondingDelegation
UnbondingDelegations is a collection of UnbondingDelegation
func (UnbondingDelegations) String ¶
func (ubds UnbondingDelegations) String() (out string)
type UnbondingType ¶ added in v0.47.0
type UnbondingType int
UnbondingType defines the type of unbonding operation
const ( UnbondingType_Undefined UnbondingType = iota UnbondingType_UnbondingDelegation UnbondingType_Redelegation UnbondingType_ValidatorUnbonding )
type UnimplementedMsgServer ¶ added in v0.40.0
type UnimplementedMsgServer struct { }
UnimplementedMsgServer can be embedded to have forward compatible implementations.
func (*UnimplementedMsgServer) BeginRedelegate ¶ added in v0.40.0
func (*UnimplementedMsgServer) BeginRedelegate(ctx context.Context, req *MsgBeginRedelegate) (*MsgBeginRedelegateResponse, error)
func (*UnimplementedMsgServer) CancelUnbondingDelegation ¶ added in v0.46.0
func (*UnimplementedMsgServer) CancelUnbondingDelegation(ctx context.Context, req *MsgCancelUnbondingDelegation) (*MsgCancelUnbondingDelegationResponse, error)
func (*UnimplementedMsgServer) CreateValidator ¶ added in v0.40.0
func (*UnimplementedMsgServer) CreateValidator(ctx context.Context, req *MsgCreateValidator) (*MsgCreateValidatorResponse, error)
func (*UnimplementedMsgServer) Delegate ¶ added in v0.40.0
func (*UnimplementedMsgServer) Delegate(ctx context.Context, req *MsgDelegate) (*MsgDelegateResponse, error)
func (*UnimplementedMsgServer) DisableTokenizeShares ¶
func (*UnimplementedMsgServer) DisableTokenizeShares(ctx context.Context, req *MsgDisableTokenizeShares) (*MsgDisableTokenizeSharesResponse, error)
func (*UnimplementedMsgServer) EditValidator ¶ added in v0.40.0
func (*UnimplementedMsgServer) EditValidator(ctx context.Context, req *MsgEditValidator) (*MsgEditValidatorResponse, error)
func (*UnimplementedMsgServer) EnableTokenizeShares ¶
func (*UnimplementedMsgServer) EnableTokenizeShares(ctx context.Context, req *MsgEnableTokenizeShares) (*MsgEnableTokenizeSharesResponse, error)
func (*UnimplementedMsgServer) RedeemTokensForShares ¶
func (*UnimplementedMsgServer) RedeemTokensForShares(ctx context.Context, req *MsgRedeemTokensForShares) (*MsgRedeemTokensForSharesResponse, error)
func (*UnimplementedMsgServer) TokenizeShares ¶
func (*UnimplementedMsgServer) TokenizeShares(ctx context.Context, req *MsgTokenizeShares) (*MsgTokenizeSharesResponse, error)
func (*UnimplementedMsgServer) TransferTokenizeShareRecord ¶
func (*UnimplementedMsgServer) TransferTokenizeShareRecord(ctx context.Context, req *MsgTransferTokenizeShareRecord) (*MsgTransferTokenizeShareRecordResponse, error)
func (*UnimplementedMsgServer) UnbondValidator ¶
func (*UnimplementedMsgServer) UnbondValidator(ctx context.Context, req *MsgUnbondValidator) (*MsgUnbondValidatorResponse, error)
func (*UnimplementedMsgServer) Undelegate ¶ added in v0.40.0
func (*UnimplementedMsgServer) Undelegate(ctx context.Context, req *MsgUndelegate) (*MsgUndelegateResponse, error)
func (*UnimplementedMsgServer) UpdateParams ¶ added in v0.47.0
func (*UnimplementedMsgServer) UpdateParams(ctx context.Context, req *MsgUpdateParams) (*MsgUpdateParamsResponse, error)
func (*UnimplementedMsgServer) ValidatorBond ¶
func (*UnimplementedMsgServer) ValidatorBond(ctx context.Context, req *MsgValidatorBond) (*MsgValidatorBondResponse, error)
type UnimplementedQueryServer ¶ added in v0.40.0
type UnimplementedQueryServer struct { }
UnimplementedQueryServer can be embedded to have forward compatible implementations.
func (*UnimplementedQueryServer) AllTokenizeShareRecords ¶
func (*UnimplementedQueryServer) AllTokenizeShareRecords(ctx context.Context, req *QueryAllTokenizeShareRecordsRequest) (*QueryAllTokenizeShareRecordsResponse, error)
func (*UnimplementedQueryServer) Delegation ¶ added in v0.40.0
func (*UnimplementedQueryServer) Delegation(ctx context.Context, req *QueryDelegationRequest) (*QueryDelegationResponse, error)
func (*UnimplementedQueryServer) DelegatorDelegations ¶ added in v0.40.0
func (*UnimplementedQueryServer) DelegatorDelegations(ctx context.Context, req *QueryDelegatorDelegationsRequest) (*QueryDelegatorDelegationsResponse, error)
func (*UnimplementedQueryServer) DelegatorUnbondingDelegations ¶ added in v0.40.0
func (*UnimplementedQueryServer) DelegatorUnbondingDelegations(ctx context.Context, req *QueryDelegatorUnbondingDelegationsRequest) (*QueryDelegatorUnbondingDelegationsResponse, error)
func (*UnimplementedQueryServer) DelegatorValidator ¶ added in v0.40.0
func (*UnimplementedQueryServer) DelegatorValidator(ctx context.Context, req *QueryDelegatorValidatorRequest) (*QueryDelegatorValidatorResponse, error)
func (*UnimplementedQueryServer) DelegatorValidators ¶ added in v0.40.0
func (*UnimplementedQueryServer) DelegatorValidators(ctx context.Context, req *QueryDelegatorValidatorsRequest) (*QueryDelegatorValidatorsResponse, error)
func (*UnimplementedQueryServer) HistoricalInfo ¶ added in v0.40.0
func (*UnimplementedQueryServer) HistoricalInfo(ctx context.Context, req *QueryHistoricalInfoRequest) (*QueryHistoricalInfoResponse, error)
func (*UnimplementedQueryServer) LastTokenizeShareRecordId ¶
func (*UnimplementedQueryServer) LastTokenizeShareRecordId(ctx context.Context, req *QueryLastTokenizeShareRecordIdRequest) (*QueryLastTokenizeShareRecordIdResponse, error)
func (*UnimplementedQueryServer) Params ¶ added in v0.40.0
func (*UnimplementedQueryServer) Params(ctx context.Context, req *QueryParamsRequest) (*QueryParamsResponse, error)
func (*UnimplementedQueryServer) Pool ¶ added in v0.40.0
func (*UnimplementedQueryServer) Pool(ctx context.Context, req *QueryPoolRequest) (*QueryPoolResponse, error)
func (*UnimplementedQueryServer) Redelegations ¶ added in v0.40.0
func (*UnimplementedQueryServer) Redelegations(ctx context.Context, req *QueryRedelegationsRequest) (*QueryRedelegationsResponse, error)
func (*UnimplementedQueryServer) TokenizeShareLockInfo ¶
func (*UnimplementedQueryServer) TokenizeShareLockInfo(ctx context.Context, req *QueryTokenizeShareLockInfo) (*QueryTokenizeShareLockInfoResponse, error)
func (*UnimplementedQueryServer) TokenizeShareRecordByDenom ¶
func (*UnimplementedQueryServer) TokenizeShareRecordByDenom(ctx context.Context, req *QueryTokenizeShareRecordByDenomRequest) (*QueryTokenizeShareRecordByDenomResponse, error)
func (*UnimplementedQueryServer) TokenizeShareRecordById ¶
func (*UnimplementedQueryServer) TokenizeShareRecordById(ctx context.Context, req *QueryTokenizeShareRecordByIdRequest) (*QueryTokenizeShareRecordByIdResponse, error)
func (*UnimplementedQueryServer) TokenizeShareRecordsOwned ¶
func (*UnimplementedQueryServer) TokenizeShareRecordsOwned(ctx context.Context, req *QueryTokenizeShareRecordsOwnedRequest) (*QueryTokenizeShareRecordsOwnedResponse, error)
func (*UnimplementedQueryServer) TotalLiquidStaked ¶
func (*UnimplementedQueryServer) TotalLiquidStaked(ctx context.Context, req *QueryTotalLiquidStaked) (*QueryTotalLiquidStakedResponse, error)
func (*UnimplementedQueryServer) TotalTokenizeSharedAssets ¶
func (*UnimplementedQueryServer) TotalTokenizeSharedAssets(ctx context.Context, req *QueryTotalTokenizeSharedAssetsRequest) (*QueryTotalTokenizeSharedAssetsResponse, error)
func (*UnimplementedQueryServer) UnbondingDelegation ¶ added in v0.40.0
func (*UnimplementedQueryServer) UnbondingDelegation(ctx context.Context, req *QueryUnbondingDelegationRequest) (*QueryUnbondingDelegationResponse, error)
func (*UnimplementedQueryServer) Validator ¶ added in v0.40.0
func (*UnimplementedQueryServer) Validator(ctx context.Context, req *QueryValidatorRequest) (*QueryValidatorResponse, error)
func (*UnimplementedQueryServer) ValidatorDelegations ¶ added in v0.40.0
func (*UnimplementedQueryServer) ValidatorDelegations(ctx context.Context, req *QueryValidatorDelegationsRequest) (*QueryValidatorDelegationsResponse, error)
func (*UnimplementedQueryServer) ValidatorUnbondingDelegations ¶ added in v0.40.0
func (*UnimplementedQueryServer) ValidatorUnbondingDelegations(ctx context.Context, req *QueryValidatorUnbondingDelegationsRequest) (*QueryValidatorUnbondingDelegationsResponse, error)
func (*UnimplementedQueryServer) Validators ¶ added in v0.40.0
func (*UnimplementedQueryServer) Validators(ctx context.Context, req *QueryValidatorsRequest) (*QueryValidatorsResponse, error)
type ValAddresses ¶ added in v0.40.0
type ValAddresses struct {
Addresses []string `protobuf:"bytes,1,rep,name=addresses,proto3" json:"addresses,omitempty"`
}
ValAddresses defines a repeated set of validator addresses.
func (*ValAddresses) Descriptor ¶ added in v0.40.0
func (*ValAddresses) Descriptor() ([]byte, []int)
func (*ValAddresses) GetAddresses ¶ added in v0.40.0
func (m *ValAddresses) GetAddresses() []string
func (*ValAddresses) Marshal ¶ added in v0.40.0
func (m *ValAddresses) Marshal() (dAtA []byte, err error)
func (*ValAddresses) MarshalTo ¶ added in v0.40.0
func (m *ValAddresses) MarshalTo(dAtA []byte) (int, error)
func (*ValAddresses) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *ValAddresses) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ValAddresses) ProtoMessage ¶ added in v0.40.0
func (*ValAddresses) ProtoMessage()
func (*ValAddresses) Reset ¶ added in v0.40.0
func (m *ValAddresses) Reset()
func (*ValAddresses) Size ¶ added in v0.40.0
func (m *ValAddresses) Size() (n int)
func (*ValAddresses) String ¶ added in v0.40.0
func (m *ValAddresses) String() string
func (*ValAddresses) Unmarshal ¶ added in v0.40.0
func (m *ValAddresses) Unmarshal(dAtA []byte) error
func (*ValAddresses) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *ValAddresses) XXX_DiscardUnknown()
func (*ValAddresses) XXX_Marshal ¶ added in v0.40.0
func (m *ValAddresses) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ValAddresses) XXX_Merge ¶ added in v0.40.0
func (m *ValAddresses) XXX_Merge(src proto.Message)
func (*ValAddresses) XXX_Size ¶ added in v0.40.0
func (m *ValAddresses) XXX_Size() int
func (*ValAddresses) XXX_Unmarshal ¶ added in v0.40.0
func (m *ValAddresses) XXX_Unmarshal(b []byte) error
type Validator ¶
type Validator struct { // operator_address defines the address of the validator's operator; bech encoded in JSON. OperatorAddress string `protobuf:"bytes,1,opt,name=operator_address,json=operatorAddress,proto3" json:"operator_address,omitempty"` // consensus_pubkey is the consensus public key of the validator, as a Protobuf Any. ConsensusPubkey *types1.Any `protobuf:"bytes,2,opt,name=consensus_pubkey,json=consensusPubkey,proto3" json:"consensus_pubkey,omitempty"` // jailed defined whether the validator has been jailed from bonded status or not. Jailed bool `protobuf:"varint,3,opt,name=jailed,proto3" json:"jailed,omitempty"` // status is the validator status (bonded/unbonding/unbonded). Status BondStatus `protobuf:"varint,4,opt,name=status,proto3,enum=cosmos.staking.v1beta1.BondStatus" json:"status,omitempty"` // tokens define the delegated tokens (incl. self-delegation). Tokens cosmossdk_io_math.Int `protobuf:"bytes,5,opt,name=tokens,proto3,customtype=cosmossdk.io/math.Int" json:"tokens"` DelegatorShares cosmossdk_io_math.LegacyDec `` /* 135-byte string literal not displayed */ // description defines the description terms for the validator. Description Description `protobuf:"bytes,7,opt,name=description,proto3" json:"description"` // unbonding_height defines, if unbonding, the height at which this validator has begun unbonding. UnbondingHeight int64 `protobuf:"varint,8,opt,name=unbonding_height,json=unbondingHeight,proto3" json:"unbonding_height,omitempty"` // unbonding_time defines, if unbonding, the min time for the validator to complete unbonding. UnbondingTime time.Time `protobuf:"bytes,9,opt,name=unbonding_time,json=unbondingTime,proto3,stdtime" json:"unbonding_time"` // commission defines the commission parameters. Commission Commission `protobuf:"bytes,10,opt,name=commission,proto3" json:"commission"` // Deprecated: This field has been deprecated with LSM in favor of the validator bond MinSelfDelegation cosmossdk_io_math.Int `` // Deprecated: Do not use. /* 138-byte string literal not displayed */ // strictly positive if this validator's unbonding has been stopped by external modules UnbondingOnHoldRefCount int64 `` /* 138-byte string literal not displayed */ // list of unbonding ids, each uniquely identifing an unbonding of this validator UnbondingIds []uint64 `protobuf:"varint,13,rep,packed,name=unbonding_ids,json=unbondingIds,proto3" json:"unbonding_ids,omitempty"` ValidatorBondShares cosmossdk_io_math.LegacyDec `` /* 179-byte string literal not displayed */ LiquidShares cosmossdk_io_math.LegacyDec `` /* 148-byte string literal not displayed */ }
Validator defines a validator, together with the total amount of the Validator's bond shares and their exchange rate to coins. Slashing results in a decrease in the exchange rate, allowing correct calculation of future undelegations without iterating over delegators. When coins are delegated to this validator, the validator is credited with a delegation whose number of bond shares is based on the amount of coins delegated divided by the current exchange rate. Voting power can be calculated as total bonded shares multiplied by exchange rate.
func MustUnmarshalValidator ¶
func MustUnmarshalValidator(cdc codec.BinaryCodec, value []byte) Validator
unmarshal a redelegation from a store value
func NewValidator ¶
func NewValidator(operator string, pubKey cryptotypes.PubKey, description Description) (Validator, error)
NewValidator constructs a new Validator
func UnmarshalValidator ¶
func UnmarshalValidator(cdc codec.BinaryCodec, value []byte) (v Validator, err error)
unmarshal a redelegation from a store value
func (Validator) ABCIValidatorUpdate ¶
func (v Validator) ABCIValidatorUpdate(r math.Int) abci.ValidatorUpdate
ABCIValidatorUpdate returns an abci.ValidatorUpdate from a staking validator type with the full validator power
func (Validator) ABCIValidatorUpdateZero ¶
func (v Validator) ABCIValidatorUpdateZero() abci.ValidatorUpdate
ABCIValidatorUpdateZero returns an abci.ValidatorUpdate from a staking validator type with zero power used for validator updates.
func (Validator) AddTokensFromDel ¶
AddTokensFromDel adds tokens to a validator
func (Validator) BondedTokens ¶
get the bonded tokens which the validator holds
func (Validator) CmtConsPublicKey ¶ added in v0.50.1
func (v Validator) CmtConsPublicKey() (cmtprotocrypto.PublicKey, error)
CmtConsPublicKey casts Validator.ConsensusPubkey to cmtprotocrypto.PubKey.
func (Validator) ConsPubKey ¶ added in v0.30.0
func (v Validator) ConsPubKey() (cryptotypes.PubKey, error)
ConsPubKey returns the validator PubKey as a cryptotypes.PubKey.
func (Validator) ConsensusPower ¶
ConsensusPower gets the consensus-engine power. Aa reduction of 10^6 from validator tokens is applied
func (*Validator) Descriptor ¶
func (Validator) GetBondedTokens ¶
func (Validator) GetCommission ¶
func (Validator) GetConsAddr ¶
GetConsAddr extracts Consensus key address
func (Validator) GetDelegatorShares ¶
func (Validator) GetLiquidShares ¶
func (Validator) GetMinSelfDelegation ¶
func (Validator) GetMoniker ¶
func (Validator) GetOperator ¶
func (Validator) GetStatus ¶
func (v Validator) GetStatus() BondStatus
func (Validator) InvalidExRate ¶
In some situations, the exchange rate becomes invalid, e.g. if Validator loses all tokens due to slashing. In this case, make all future delegations invalid.
func (Validator) IsUnbonded ¶
IsUnbonded checks if the validator status equals Unbonded
func (Validator) IsUnbonding ¶
IsUnbonding checks if the validator status equals Unbonding
func (*Validator) MarshalToSizedBuffer ¶
func (*Validator) MinEqual ¶
MinEqual defines a more minimum set of equality conditions when comparing two validators.
func (Validator) PotentialConsensusPower ¶
PotentialConsensusPower returns the potential consensus-engine power.
func (*Validator) ProtoMessage ¶
func (*Validator) ProtoMessage()
func (Validator) RemoveDelShares ¶
RemoveDelShares removes delegator shares from a validator. NOTE: because token fractions are left in the valiadator,
the exchange rate of future shares of this validator can increase.
func (Validator) RemoveTokens ¶
RemoveTokens removes tokens from a validator
func (Validator) SetInitialCommission ¶
func (v Validator) SetInitialCommission(commission Commission) (Validator, error)
SetInitialCommission attempts to set a validator's initial commission. An error is returned if the commission is invalid.
func (Validator) SharesFromTokens ¶
SharesFromTokens returns the shares of a delegation given a bond amount. It returns an error if the validator has no tokens.
func (Validator) SharesFromTokensTruncated ¶
SharesFromTokensTruncated returns the truncated shares of a delegation given a bond amount. It returns an error if the validator has no tokens.
func (Validator) TmConsPublicKey
deprecated
added in
v0.40.0
func (v Validator) TmConsPublicKey() (cmtprotocrypto.PublicKey, error)
Deprecated: use CmtConsPublicKey instead
func (Validator) TokensFromShares ¶
calculate the token worth of provided shares
func (Validator) TokensFromSharesRoundUp ¶
TokensFromSharesRoundUp returns the token worth of provided shares, rounded up.
func (Validator) TokensFromSharesTruncated ¶
calculate the token worth of provided shares, truncated
func (Validator) UnpackInterfaces ¶ added in v0.40.0
func (v Validator) UnpackInterfaces(unpacker codectypes.AnyUnpacker) error
UnpackInterfaces implements UnpackInterfacesMessage.UnpackInterfaces
func (Validator) UpdateStatus ¶
func (v Validator) UpdateStatus(newStatus BondStatus) Validator
UpdateStatus updates the location of the shares within a validator to reflect the new status
func (*Validator) XXX_DiscardUnknown ¶
func (m *Validator) XXX_DiscardUnknown()
func (*Validator) XXX_Marshal ¶
func (*Validator) XXX_Unmarshal ¶
type ValidatorI ¶ added in v0.40.0
type ValidatorI interface { IsJailed() bool // whether the validator is jailed GetMoniker() string // moniker of the validator GetStatus() BondStatus // status of the validator IsBonded() bool // check if has a bonded status IsUnbonded() bool // check if has status unbonded IsUnbonding() bool // check if has status unbonding GetOperator() string // operator address to receive/return validators coins ConsPubKey() (cryptotypes.PubKey, error) // validation consensus pubkey (cryptotypes.PubKey) TmConsPublicKey() (cmtprotocrypto.PublicKey, error) // validation consensus pubkey (CometBFT) GetConsAddr() ([]byte, error) // validation consensus address GetTokens() math.Int // validation tokens GetBondedTokens() math.Int // validator bonded tokens GetConsensusPower(math.Int) int64 // validation power in CometBFT GetCommission() math.LegacyDec // validator commission rate GetMinSelfDelegation() math.Int // validator minimum self delegation }
ValidatorI expected validator functions
type ValidatorSet ¶
type ValidatorSet interface { // iterate through validators by operator address, execute func for each validator IterateValidators(context.Context, func(index int64, validator ValidatorI) (stop bool)) error // iterate through bonded validators by operator address, execute func for each validator IterateBondedValidatorsByPower(context.Context, func(index int64, validator ValidatorI) (stop bool)) error // iterate through the consensus validator set of the last block by operator address, execute func for each validator IterateLastValidators(context.Context, func(index int64, validator ValidatorI) (stop bool)) error Validator(context.Context, sdk.ValAddress) (ValidatorI, error) // get a particular validator by operator address ValidatorByConsAddr(context.Context, sdk.ConsAddress) (ValidatorI, error) // get a particular validator by consensus address TotalBondedTokens(context.Context) (math.Int, error) // total bonded tokens within the validator set StakingTokenSupply(context.Context) (math.Int, error) // total staking token supply // slash the validator and delegators of the validator, specifying offense height, offense power, and slash fraction Slash(context.Context, sdk.ConsAddress, int64, int64, math.LegacyDec) (math.Int, error) SlashWithInfractionReason(context.Context, sdk.ConsAddress, int64, int64, math.LegacyDec, Infraction) (math.Int, error) Jail(context.Context, sdk.ConsAddress) error // jail a validator Unjail(context.Context, sdk.ConsAddress) error // unjail a validator // Delegation allows for getting a particular delegation for a given validator // and delegator outside the scope of the staking module. Delegation(context.Context, sdk.AccAddress, sdk.ValAddress) (DelegationI, error) // MaxValidators returns the maximum amount of bonded validators MaxValidators(context.Context) (uint32, error) // GetPubKeyByConsAddr returns the consensus public key for a validator. Used in vote // extension validation. GetPubKeyByConsAddr(context.Context, sdk.ConsAddress) (cmtprotocrypto.PublicKey, error) }
ValidatorSet expected properties for the set of all validators (noalias)
type ValidatorUpdates ¶ added in v0.47.0
type ValidatorUpdates struct {
Updates []types3.ValidatorUpdate `protobuf:"bytes,1,rep,name=updates,proto3" json:"updates"`
}
ValidatorUpdates defines an array of abci.ValidatorUpdate objects. TODO: explore moving this to proto/cosmos/base to separate modules from tendermint dependence
func (*ValidatorUpdates) Descriptor ¶ added in v0.47.0
func (*ValidatorUpdates) Descriptor() ([]byte, []int)
func (*ValidatorUpdates) GetUpdates ¶ added in v0.47.0
func (m *ValidatorUpdates) GetUpdates() []types3.ValidatorUpdate
func (*ValidatorUpdates) Marshal ¶ added in v0.47.0
func (m *ValidatorUpdates) Marshal() (dAtA []byte, err error)
func (*ValidatorUpdates) MarshalTo ¶ added in v0.47.0
func (m *ValidatorUpdates) MarshalTo(dAtA []byte) (int, error)
func (*ValidatorUpdates) MarshalToSizedBuffer ¶ added in v0.47.0
func (m *ValidatorUpdates) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ValidatorUpdates) ProtoMessage ¶ added in v0.47.0
func (*ValidatorUpdates) ProtoMessage()
func (*ValidatorUpdates) Reset ¶ added in v0.47.0
func (m *ValidatorUpdates) Reset()
func (*ValidatorUpdates) Size ¶ added in v0.47.0
func (m *ValidatorUpdates) Size() (n int)
func (*ValidatorUpdates) String ¶ added in v0.47.0
func (m *ValidatorUpdates) String() string
func (*ValidatorUpdates) Unmarshal ¶ added in v0.47.0
func (m *ValidatorUpdates) Unmarshal(dAtA []byte) error
func (*ValidatorUpdates) XXX_DiscardUnknown ¶ added in v0.47.0
func (m *ValidatorUpdates) XXX_DiscardUnknown()
func (*ValidatorUpdates) XXX_Marshal ¶ added in v0.47.0
func (m *ValidatorUpdates) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ValidatorUpdates) XXX_Merge ¶ added in v0.47.0
func (m *ValidatorUpdates) XXX_Merge(src proto.Message)
func (*ValidatorUpdates) XXX_Size ¶ added in v0.47.0
func (m *ValidatorUpdates) XXX_Size() int
func (*ValidatorUpdates) XXX_Unmarshal ¶ added in v0.47.0
func (m *ValidatorUpdates) XXX_Unmarshal(b []byte) error
type Validators ¶
Validators is a collection of Validator
func (Validators) Sort ¶
func (v Validators) Sort()
Sort Validators sorts validator array in ascending operator address order
func (Validators) String ¶
func (v Validators) String() (out string)
func (Validators) ToSDKValidators ¶
func (v Validators) ToSDKValidators() (validators []ValidatorI)
ToSDKValidators - convenience function convert []Validator to []sdk.ValidatorI
func (Validators) UnpackInterfaces ¶ added in v0.40.0
func (v Validators) UnpackInterfaces(c codectypes.AnyUnpacker) error
UnpackInterfaces implements UnpackInterfacesMessage.UnpackInterfaces
type ValidatorsByVotingPower ¶ added in v0.40.0
type ValidatorsByVotingPower []Validator
ValidatorsByVotingPower implements sort.Interface for []Validator based on the VotingPower and Address fields. The validators are sorted first by their voting power (descending). Secondary index - Address (ascending). Copied from tendermint/types/validator_set.go
func (ValidatorsByVotingPower) Len ¶ added in v0.40.0
func (valz ValidatorsByVotingPower) Len() int
func (ValidatorsByVotingPower) Less ¶ added in v0.40.0
func (valz ValidatorsByVotingPower) Less(i, j int, r math.Int) bool
func (ValidatorsByVotingPower) Swap ¶ added in v0.40.0
func (valz ValidatorsByVotingPower) Swap(i, j int)
Source Files ¶
- authz.go
- authz.pb.go
- codec.go
- commission.go
- delegation.go
- errors.go
- events.go
- expected_keepers.go
- exported.go
- genesis.go
- genesis.pb.go
- historical_info.go
- hooks.go
- keys.go
- msg.go
- params.go
- params_legacy.go
- pool.go
- querier.go
- query.pb.go
- query.pb.gw.go
- staking.pb.go
- tokenize_share_record.go
- tx.pb.go
- validator.go