Documentation ¶
Overview ¶
Package types is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Constants
- Variables
- func BondPipelineStoreKey(denom, pool string) []byte
- func BondRecordStoreKey(denom, txHash string) []byte
- func GetOwners(denom string, index uint32) (string, string)
- func IcaPoolDelegationAddrIndexStoreKey(delegationAddr string) []byte
- func IcaPoolDetailStoreKey(denom string, index uint32) []byte
- func InterchainTxPropIdKey(proposalId string) []byte
- func InterchainTxPropSeqIndexStoreKey(ctrlPortId, ctrlChannelId string, sequence uint64) []byte
- func KeyPrefix(p string) []byte
- func PackTxMsgAny(msgs []sdk.Msg) ([]*codectypes.Any, error)
- func PoolDetailStoreKey(denom, pool string) []byte
- func PoolUnbondStoreKey(denom string, pool string, era, seq uint32) []byte
- func RegisterCodec(cdc *codec.LegacyAmino)
- func RegisterInterfaces(registry cdctypes.InterfaceRegistry)
- 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 RelayFeeReceiverStorekey(denom string) []byte
- func SdkNewInt() sdk.Int
- func StakingRewardCommissionStoreKey(denom string) []byte
- func UnbondCommissionStoreKey(denom string) []byte
- func UnbondSwitchStoreKey(denom string) []byte
- type ActiveReportProposal
- func (*ActiveReportProposal) Descriptor() ([]byte, []int)
- func (m *ActiveReportProposal) GetDenom() string
- func (m *ActiveReportProposal) GetPropId() string
- func (m *ActiveReportProposal) GetProposer() string
- func (m *ActiveReportProposal) GetShotId() string
- func (p *ActiveReportProposal) InFavour() bool
- func (m *ActiveReportProposal) Marshal() (dAtA []byte, err error)
- func (m *ActiveReportProposal) MarshalTo(dAtA []byte) (int, error)
- func (m *ActiveReportProposal) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (p *ActiveReportProposal) ProposalRoute() string
- func (p *ActiveReportProposal) ProposalType() string
- func (*ActiveReportProposal) ProtoMessage()
- func (m *ActiveReportProposal) Reset()
- func (m *ActiveReportProposal) Size() (n int)
- func (m *ActiveReportProposal) String() string
- func (m *ActiveReportProposal) Unmarshal(dAtA []byte) error
- func (p *ActiveReportProposal) ValidateBasic() error
- func (m *ActiveReportProposal) XXX_DiscardUnknown()
- func (m *ActiveReportProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ActiveReportProposal) XXX_Merge(src proto.Message)
- func (m *ActiveReportProposal) XXX_Size() int
- func (m *ActiveReportProposal) XXX_Unmarshal(b []byte) error
- type BankKeeper
- type BondAction
- type BondPipeline
- func (*BondPipeline) Descriptor() ([]byte, []int)
- func (m *BondPipeline) GetChunk() LinkChunk
- func (m *BondPipeline) GetDenom() string
- func (m *BondPipeline) GetPool() string
- func (m *BondPipeline) Marshal() (dAtA []byte, err error)
- func (m *BondPipeline) MarshalTo(dAtA []byte) (int, error)
- func (m *BondPipeline) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BondPipeline) ProtoMessage()
- func (m *BondPipeline) Reset()
- func (m *BondPipeline) Size() (n int)
- func (m *BondPipeline) String() string
- func (m *BondPipeline) Unmarshal(dAtA []byte) error
- func (m *BondPipeline) XXX_DiscardUnknown()
- func (m *BondPipeline) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BondPipeline) XXX_Merge(src proto.Message)
- func (m *BondPipeline) XXX_Size() int
- func (m *BondPipeline) XXX_Unmarshal(b []byte) error
- type BondRecord
- func (*BondRecord) Descriptor() ([]byte, []int)
- func (m *BondRecord) GetBonder() string
- func (m *BondRecord) GetDenom() string
- func (m *BondRecord) GetPool() string
- func (m *BondRecord) GetState() LiquidityBondState
- func (m *BondRecord) GetTxhash() string
- func (m *BondRecord) Marshal() (dAtA []byte, err error)
- func (m *BondRecord) MarshalTo(dAtA []byte) (int, error)
- func (m *BondRecord) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BondRecord) ProtoMessage()
- func (m *BondRecord) Reset()
- func (m *BondRecord) Size() (n int)
- func (m *BondRecord) String() string
- func (m *BondRecord) Unmarshal(dAtA []byte) error
- func (m *BondRecord) XXX_DiscardUnknown()
- func (m *BondRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BondRecord) XXX_Merge(src proto.Message)
- func (m *BondRecord) XXX_Size() int
- func (m *BondRecord) XXX_Unmarshal(b []byte) error
- type BondReportProposal
- func (*BondReportProposal) Descriptor() ([]byte, []int)
- func (m *BondReportProposal) GetAction() BondAction
- func (m *BondReportProposal) GetDenom() string
- func (m *BondReportProposal) GetPropId() string
- func (m *BondReportProposal) GetProposer() string
- func (m *BondReportProposal) GetShotId() string
- func (p *BondReportProposal) InFavour() bool
- func (m *BondReportProposal) Marshal() (dAtA []byte, err error)
- func (m *BondReportProposal) MarshalTo(dAtA []byte) (int, error)
- func (m *BondReportProposal) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (p *BondReportProposal) ProposalRoute() string
- func (p *BondReportProposal) ProposalType() string
- func (*BondReportProposal) ProtoMessage()
- func (m *BondReportProposal) Reset()
- func (m *BondReportProposal) Size() (n int)
- func (m *BondReportProposal) String() string
- func (m *BondReportProposal) Unmarshal(dAtA []byte) error
- func (p *BondReportProposal) ValidateBasic() error
- func (m *BondReportProposal) XXX_DiscardUnknown()
- func (m *BondReportProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BondReportProposal) XXX_Merge(src proto.Message)
- func (m *BondReportProposal) XXX_Size() int
- func (m *BondReportProposal) XXX_Unmarshal(b []byte) error
- type BondSnapshot
- func (bss BondSnapshot) Continuable() bool
- func (*BondSnapshot) Descriptor() ([]byte, []int)
- func (m *BondSnapshot) GetBondState() PoolBondState
- func (m *BondSnapshot) GetChunk() LinkChunk
- func (m *BondSnapshot) GetDenom() string
- func (m *BondSnapshot) GetEra() uint32
- func (m *BondSnapshot) GetPool() string
- func (m *BondSnapshot) Marshal() (dAtA []byte, err error)
- func (m *BondSnapshot) MarshalTo(dAtA []byte) (int, error)
- func (m *BondSnapshot) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BondSnapshot) ProtoMessage()
- func (m *BondSnapshot) Reset()
- func (m *BondSnapshot) Size() (n int)
- func (m *BondSnapshot) String() string
- func (m *BondSnapshot) Unmarshal(dAtA []byte) error
- func (bss *BondSnapshot) UpdateState(state PoolBondState)
- func (m *BondSnapshot) XXX_DiscardUnknown()
- func (m *BondSnapshot) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BondSnapshot) XXX_Merge(src proto.Message)
- func (m *BondSnapshot) XXX_Size() int
- func (m *BondSnapshot) XXX_Unmarshal(b []byte) error
- type ChainEra
- func (*ChainEra) Descriptor() ([]byte, []int)
- func (m *ChainEra) GetDenom() string
- func (m *ChainEra) GetEra() uint32
- func (m *ChainEra) Marshal() (dAtA []byte, err error)
- func (m *ChainEra) MarshalTo(dAtA []byte) (int, error)
- func (m *ChainEra) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ChainEra) ProtoMessage()
- func (m *ChainEra) Reset()
- func (m *ChainEra) Size() (n int)
- func (m *ChainEra) String() string
- func (m *ChainEra) Unmarshal(dAtA []byte) error
- func (m *ChainEra) XXX_DiscardUnknown()
- func (m *ChainEra) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ChainEra) XXX_Merge(src proto.Message)
- func (m *ChainEra) XXX_Size() int
- func (m *ChainEra) XXX_Unmarshal(b []byte) error
- type EraExchangeRate
- func (*EraExchangeRate) Descriptor() ([]byte, []int)
- func (m *EraExchangeRate) GetDenom() string
- func (m *EraExchangeRate) GetEra() uint32
- func (m *EraExchangeRate) Marshal() (dAtA []byte, err error)
- func (m *EraExchangeRate) MarshalTo(dAtA []byte) (int, error)
- func (m *EraExchangeRate) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EraExchangeRate) ProtoMessage()
- func (m *EraExchangeRate) Reset()
- func (m *EraExchangeRate) Size() (n int)
- func (m *EraExchangeRate) String() string
- func (m *EraExchangeRate) Unmarshal(dAtA []byte) error
- func (m *EraExchangeRate) XXX_DiscardUnknown()
- func (m *EraExchangeRate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EraExchangeRate) XXX_Merge(src proto.Message)
- func (m *EraExchangeRate) XXX_Size() int
- func (m *EraExchangeRate) XXX_Unmarshal(b []byte) error
- type EraSnapshot
- func (*EraSnapshot) Descriptor() ([]byte, []int)
- func (m *EraSnapshot) GetDenom() string
- func (m *EraSnapshot) GetShotIds() []string
- func (m *EraSnapshot) Marshal() (dAtA []byte, err error)
- func (m *EraSnapshot) MarshalTo(dAtA []byte) (int, error)
- func (m *EraSnapshot) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EraSnapshot) ProtoMessage()
- func (m *EraSnapshot) Reset()
- func (m *EraSnapshot) Size() (n int)
- func (m *EraSnapshot) String() string
- func (m *EraSnapshot) Unmarshal(dAtA []byte) error
- func (m *EraSnapshot) XXX_DiscardUnknown()
- func (m *EraSnapshot) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EraSnapshot) XXX_Merge(src proto.Message)
- func (m *EraSnapshot) XXX_Size() int
- func (m *EraSnapshot) XXX_Unmarshal(b []byte) error
- type EraUnbondLimit
- func (*EraUnbondLimit) Descriptor() ([]byte, []int)
- func (m *EraUnbondLimit) GetDenom() string
- func (m *EraUnbondLimit) GetLimit() uint32
- func (m *EraUnbondLimit) Marshal() (dAtA []byte, err error)
- func (m *EraUnbondLimit) MarshalTo(dAtA []byte) (int, error)
- func (m *EraUnbondLimit) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EraUnbondLimit) ProtoMessage()
- func (m *EraUnbondLimit) Reset()
- func (m *EraUnbondLimit) Size() (n int)
- func (m *EraUnbondLimit) String() string
- func (m *EraUnbondLimit) Unmarshal(dAtA []byte) error
- func (m *EraUnbondLimit) XXX_DiscardUnknown()
- func (m *EraUnbondLimit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EraUnbondLimit) XXX_Merge(src proto.Message)
- func (m *EraUnbondLimit) XXX_Size() int
- func (m *EraUnbondLimit) XXX_Unmarshal(b []byte) error
- type ExchangeRate
- func (*ExchangeRate) Descriptor() ([]byte, []int)
- func (m *ExchangeRate) GetDenom() string
- func (m *ExchangeRate) Marshal() (dAtA []byte, err error)
- func (m *ExchangeRate) MarshalTo(dAtA []byte) (int, error)
- func (m *ExchangeRate) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ExchangeRate) ProtoMessage()
- func (m *ExchangeRate) Reset()
- func (m *ExchangeRate) Size() (n int)
- func (m *ExchangeRate) String() string
- func (m *ExchangeRate) Unmarshal(dAtA []byte) error
- func (m *ExchangeRate) XXX_DiscardUnknown()
- func (m *ExchangeRate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ExchangeRate) XXX_Merge(src proto.Message)
- func (m *ExchangeRate) XXX_Size() int
- func (m *ExchangeRate) XXX_Unmarshal(b []byte) error
- type ExecuteBondProposal
- func (*ExecuteBondProposal) Descriptor() ([]byte, []int)
- func (m *ExecuteBondProposal) GetBonder() string
- func (m *ExecuteBondProposal) GetDenom() string
- func (m *ExecuteBondProposal) GetPool() string
- func (m *ExecuteBondProposal) GetPropId() string
- func (m *ExecuteBondProposal) GetProposer() string
- func (m *ExecuteBondProposal) GetState() LiquidityBondState
- func (m *ExecuteBondProposal) GetTxhash() string
- func (m *ExecuteBondProposal) Marshal() (dAtA []byte, err error)
- func (m *ExecuteBondProposal) MarshalTo(dAtA []byte) (int, error)
- func (m *ExecuteBondProposal) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (p *ExecuteBondProposal) ProposalRoute() string
- func (p *ExecuteBondProposal) ProposalType() string
- func (*ExecuteBondProposal) ProtoMessage()
- func (m *ExecuteBondProposal) Reset()
- func (m *ExecuteBondProposal) Size() (n int)
- func (m *ExecuteBondProposal) String() string
- func (m *ExecuteBondProposal) Unmarshal(dAtA []byte) error
- func (p *ExecuteBondProposal) ValidateBasic() error
- func (m *ExecuteBondProposal) XXX_DiscardUnknown()
- func (m *ExecuteBondProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ExecuteBondProposal) XXX_Merge(src proto.Message)
- func (m *ExecuteBondProposal) XXX_Size() int
- func (m *ExecuteBondProposal) XXX_Unmarshal(b []byte) error
- type GenesisEraSnapshot
- func (*GenesisEraSnapshot) Descriptor() ([]byte, []int)
- func (m *GenesisEraSnapshot) GetDenom() string
- func (m *GenesisEraSnapshot) GetEra() uint32
- func (m *GenesisEraSnapshot) GetShotIds() []string
- func (m *GenesisEraSnapshot) Marshal() (dAtA []byte, err error)
- func (m *GenesisEraSnapshot) MarshalTo(dAtA []byte) (int, error)
- func (m *GenesisEraSnapshot) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GenesisEraSnapshot) ProtoMessage()
- func (m *GenesisEraSnapshot) Reset()
- func (m *GenesisEraSnapshot) Size() (n int)
- func (m *GenesisEraSnapshot) String() string
- func (m *GenesisEraSnapshot) Unmarshal(dAtA []byte) error
- func (m *GenesisEraSnapshot) XXX_DiscardUnknown()
- func (m *GenesisEraSnapshot) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GenesisEraSnapshot) XXX_Merge(src proto.Message)
- func (m *GenesisEraSnapshot) XXX_Size() int
- func (m *GenesisEraSnapshot) XXX_Unmarshal(b []byte) error
- type GenesisInterchainTxProposalInfo
- func (*GenesisInterchainTxProposalInfo) Descriptor() ([]byte, []int)
- func (m *GenesisInterchainTxProposalInfo) GetCtrlChannelId() string
- func (m *GenesisInterchainTxProposalInfo) GetCtrlPortId() string
- func (m *GenesisInterchainTxProposalInfo) GetProposalId() string
- func (m *GenesisInterchainTxProposalInfo) GetSequence() uint64
- func (m *GenesisInterchainTxProposalInfo) GetStatus() InterchainTxStatus
- func (m *GenesisInterchainTxProposalInfo) Marshal() (dAtA []byte, err error)
- func (m *GenesisInterchainTxProposalInfo) MarshalTo(dAtA []byte) (int, error)
- func (m *GenesisInterchainTxProposalInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GenesisInterchainTxProposalInfo) ProtoMessage()
- func (m *GenesisInterchainTxProposalInfo) Reset()
- func (m *GenesisInterchainTxProposalInfo) Size() (n int)
- func (m *GenesisInterchainTxProposalInfo) String() string
- func (m *GenesisInterchainTxProposalInfo) Unmarshal(dAtA []byte) error
- func (m *GenesisInterchainTxProposalInfo) XXX_DiscardUnknown()
- func (m *GenesisInterchainTxProposalInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GenesisInterchainTxProposalInfo) XXX_Merge(src proto.Message)
- func (m *GenesisInterchainTxProposalInfo) XXX_Size() int
- func (m *GenesisInterchainTxProposalInfo) XXX_Unmarshal(b []byte) error
- type GenesisPoolUnbonding
- func (*GenesisPoolUnbonding) Descriptor() ([]byte, []int)
- func (m *GenesisPoolUnbonding) GetDenom() string
- func (m *GenesisPoolUnbonding) GetEra() uint32
- func (m *GenesisPoolUnbonding) GetPool() string
- func (m *GenesisPoolUnbonding) GetSequence() uint32
- func (m *GenesisPoolUnbonding) GetUnbonding() *Unbonding
- func (m *GenesisPoolUnbonding) Marshal() (dAtA []byte, err error)
- func (m *GenesisPoolUnbonding) MarshalTo(dAtA []byte) (int, error)
- func (m *GenesisPoolUnbonding) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GenesisPoolUnbonding) ProtoMessage()
- func (m *GenesisPoolUnbonding) Reset()
- func (m *GenesisPoolUnbonding) Size() (n int)
- func (m *GenesisPoolUnbonding) String() string
- func (m *GenesisPoolUnbonding) Unmarshal(dAtA []byte) error
- func (m *GenesisPoolUnbonding) XXX_DiscardUnknown()
- func (m *GenesisPoolUnbonding) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GenesisPoolUnbonding) XXX_Merge(src proto.Message)
- func (m *GenesisPoolUnbonding) XXX_Size() int
- func (m *GenesisPoolUnbonding) XXX_Unmarshal(b []byte) error
- type GenesisSnapshot
- func (*GenesisSnapshot) Descriptor() ([]byte, []int)
- func (m *GenesisSnapshot) GetShotId() string
- func (m *GenesisSnapshot) GetSnapshot() *BondSnapshot
- func (m *GenesisSnapshot) Marshal() (dAtA []byte, err error)
- func (m *GenesisSnapshot) MarshalTo(dAtA []byte) (int, error)
- func (m *GenesisSnapshot) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GenesisSnapshot) ProtoMessage()
- func (m *GenesisSnapshot) Reset()
- func (m *GenesisSnapshot) Size() (n int)
- func (m *GenesisSnapshot) String() string
- func (m *GenesisSnapshot) Unmarshal(dAtA []byte) error
- func (m *GenesisSnapshot) XXX_DiscardUnknown()
- func (m *GenesisSnapshot) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GenesisSnapshot) XXX_Merge(src proto.Message)
- func (m *GenesisSnapshot) XXX_Size() int
- func (m *GenesisSnapshot) XXX_Unmarshal(b []byte) error
- type GenesisState
- func (*GenesisState) Descriptor() ([]byte, []int)
- func (m *GenesisState) GetBondPipelineList() []*BondPipeline
- func (m *GenesisState) GetBondRecordList() []*BondRecord
- func (m *GenesisState) GetBondedPoolList() []*Pool
- func (m *GenesisState) GetChainEraList() []*ChainEra
- func (m *GenesisState) GetCurrentEraSnapshotList() []*EraSnapshot
- func (m *GenesisState) GetEraExchangeRateList() []*EraExchangeRate
- func (m *GenesisState) GetEraSnapshotList() []*GenesisEraSnapshot
- func (m *GenesisState) GetEraUnbondLimitList() []*EraUnbondLimit
- func (m *GenesisState) GetExchangeRateList() []ExchangeRate
- func (m *GenesisState) GetIcaPoolDetailList() []*IcaPoolDetail
- func (m *GenesisState) GetInterchainTxProposalInfoList() []*GenesisInterchainTxProposalInfo
- func (m *GenesisState) GetMigrateIsSealed() bool
- func (m *GenesisState) GetPoolDetailList() []*PoolDetail
- func (m *GenesisState) GetPoolUnbondingList() []*GenesisPoolUnbonding
- func (m *GenesisState) GetProtocolFeeReceiver() string
- func (m *GenesisState) GetRelayFeeReceiverList() []*RelayFeeReceiver
- func (m *GenesisState) GetRparamsList() []*RParams
- func (m *GenesisState) GetSignatureList() []*Signature
- func (m *GenesisState) GetSnapshotList() []*GenesisSnapshot
- func (m *GenesisState) GetStakingRewardCommissionList() []*StakingRewardCommission
- func (m *GenesisState) GetTotalExpectedActiveList() []*TotalExpectedActive
- func (m *GenesisState) GetTotalExpectedFeeList() []*TotalExpectedFee
- func (m *GenesisState) GetTotalProtocolFeeList() []*TotalProtocolFee
- func (m *GenesisState) GetUnbondCommissionList() []*UnbondCommission
- func (m *GenesisState) GetUnbondRelayFeeList() []*UnbondRelayFee
- func (m *GenesisState) GetUnbondSwitchList() []*UnbondSwitch
- 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 (gs GenesisState) Validate() 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 IcaAccount
- func (*IcaAccount) Descriptor() ([]byte, []int)
- func (m *IcaAccount) GetAddress() string
- func (m *IcaAccount) GetCtrlChannelId() string
- func (m *IcaAccount) GetCtrlConnectionId() string
- func (m *IcaAccount) GetCtrlPortId() string
- func (m *IcaAccount) GetHostChannelId() string
- func (m *IcaAccount) GetHostConnectionId() string
- func (m *IcaAccount) GetHostPortId() string
- func (m *IcaAccount) GetOwner() string
- func (m *IcaAccount) Marshal() (dAtA []byte, err error)
- func (m *IcaAccount) MarshalTo(dAtA []byte) (int, error)
- func (m *IcaAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*IcaAccount) ProtoMessage()
- func (m *IcaAccount) Reset()
- func (m *IcaAccount) Size() (n int)
- func (m *IcaAccount) String() string
- func (m *IcaAccount) Unmarshal(dAtA []byte) error
- func (m *IcaAccount) XXX_DiscardUnknown()
- func (m *IcaAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IcaAccount) XXX_Merge(src proto.Message)
- func (m *IcaAccount) XXX_Size() int
- func (m *IcaAccount) XXX_Unmarshal(b []byte) error
- type IcaPoolDetail
- func (*IcaPoolDetail) Descriptor() ([]byte, []int)
- func (m *IcaPoolDetail) GetDelegationAccount() *IcaAccount
- func (m *IcaPoolDetail) GetDenom() string
- func (m *IcaPoolDetail) GetIndex() uint32
- func (m *IcaPoolDetail) GetStatus() IcaPoolStatus
- func (m *IcaPoolDetail) GetWithdrawalAccount() *IcaAccount
- func (m *IcaPoolDetail) Marshal() (dAtA []byte, err error)
- func (m *IcaPoolDetail) MarshalTo(dAtA []byte) (int, error)
- func (m *IcaPoolDetail) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*IcaPoolDetail) ProtoMessage()
- func (m *IcaPoolDetail) Reset()
- func (m *IcaPoolDetail) Size() (n int)
- func (m *IcaPoolDetail) String() string
- func (m *IcaPoolDetail) Unmarshal(dAtA []byte) error
- func (m *IcaPoolDetail) XXX_DiscardUnknown()
- func (m *IcaPoolDetail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IcaPoolDetail) XXX_Merge(src proto.Message)
- func (m *IcaPoolDetail) XXX_Size() int
- func (m *IcaPoolDetail) XXX_Unmarshal(b []byte) error
- type IcaPoolStatus
- type InterchainTxProposal
- func (*InterchainTxProposal) Descriptor() ([]byte, []int)
- func (m *InterchainTxProposal) GetDenom() string
- func (m *InterchainTxProposal) GetEra() uint32
- func (m *InterchainTxProposal) GetFactor() uint32
- func (m *InterchainTxProposal) GetMsgs() []*types.Any
- func (m *InterchainTxProposal) GetPoolAddress() string
- func (m *InterchainTxProposal) GetPropId() string
- func (m *InterchainTxProposal) GetProposer() string
- func (msg *InterchainTxProposal) GetTxMsg(c codec.BinaryCodec) ([]sdk.Msg, error)
- func (m *InterchainTxProposal) GetTxType() OriginalTxType
- func (m *InterchainTxProposal) Marshal() (dAtA []byte, err error)
- func (m *InterchainTxProposal) MarshalTo(dAtA []byte) (int, error)
- func (m *InterchainTxProposal) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (p *InterchainTxProposal) ProposalRoute() string
- func (p *InterchainTxProposal) ProposalType() string
- func (*InterchainTxProposal) ProtoMessage()
- func (m *InterchainTxProposal) Reset()
- func (m *InterchainTxProposal) Size() (n int)
- func (m *InterchainTxProposal) String() string
- func (m *InterchainTxProposal) Unmarshal(dAtA []byte) error
- func (p *InterchainTxProposal) ValidateBasic() error
- func (m *InterchainTxProposal) XXX_DiscardUnknown()
- func (m *InterchainTxProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InterchainTxProposal) XXX_Merge(src proto.Message)
- func (m *InterchainTxProposal) XXX_Size() int
- func (m *InterchainTxProposal) XXX_Unmarshal(b []byte) error
- type InterchainTxStatus
- type LinkChunk
- func (*LinkChunk) Descriptor() ([]byte, []int)
- func (m *LinkChunk) Marshal() (dAtA []byte, err error)
- func (m *LinkChunk) MarshalTo(dAtA []byte) (int, error)
- func (m *LinkChunk) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LinkChunk) ProtoMessage()
- func (m *LinkChunk) Reset()
- func (m *LinkChunk) Size() (n int)
- func (m *LinkChunk) String() string
- func (m *LinkChunk) Unmarshal(dAtA []byte) error
- func (m *LinkChunk) XXX_DiscardUnknown()
- func (m *LinkChunk) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LinkChunk) XXX_Merge(src proto.Message)
- func (m *LinkChunk) XXX_Size() int
- func (m *LinkChunk) XXX_Unmarshal(b []byte) error
- type LiquidityBondState
- type MintRewardKeeper
- type MsgClearCurrentEraSnapShots
- func (*MsgClearCurrentEraSnapShots) Descriptor() ([]byte, []int)
- func (m *MsgClearCurrentEraSnapShots) GetCreator() string
- func (m *MsgClearCurrentEraSnapShots) GetDenom() string
- func (msg *MsgClearCurrentEraSnapShots) GetSignBytes() []byte
- func (msg *MsgClearCurrentEraSnapShots) GetSigners() []sdk.AccAddress
- func (m *MsgClearCurrentEraSnapShots) Marshal() (dAtA []byte, err error)
- func (m *MsgClearCurrentEraSnapShots) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgClearCurrentEraSnapShots) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgClearCurrentEraSnapShots) ProtoMessage()
- func (m *MsgClearCurrentEraSnapShots) Reset()
- func (msg *MsgClearCurrentEraSnapShots) Route() string
- func (m *MsgClearCurrentEraSnapShots) Size() (n int)
- func (m *MsgClearCurrentEraSnapShots) String() string
- func (msg *MsgClearCurrentEraSnapShots) Type() string
- func (m *MsgClearCurrentEraSnapShots) Unmarshal(dAtA []byte) error
- func (msg *MsgClearCurrentEraSnapShots) ValidateBasic() error
- func (m *MsgClearCurrentEraSnapShots) XXX_DiscardUnknown()
- func (m *MsgClearCurrentEraSnapShots) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgClearCurrentEraSnapShots) XXX_Merge(src proto.Message)
- func (m *MsgClearCurrentEraSnapShots) XXX_Size() int
- func (m *MsgClearCurrentEraSnapShots) XXX_Unmarshal(b []byte) error
- type MsgClearCurrentEraSnapShotsResponse
- func (*MsgClearCurrentEraSnapShotsResponse) Descriptor() ([]byte, []int)
- func (m *MsgClearCurrentEraSnapShotsResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgClearCurrentEraSnapShotsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgClearCurrentEraSnapShotsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgClearCurrentEraSnapShotsResponse) ProtoMessage()
- func (m *MsgClearCurrentEraSnapShotsResponse) Reset()
- func (m *MsgClearCurrentEraSnapShotsResponse) Size() (n int)
- func (m *MsgClearCurrentEraSnapShotsResponse) String() string
- func (m *MsgClearCurrentEraSnapShotsResponse) Unmarshal(dAtA []byte) error
- func (m *MsgClearCurrentEraSnapShotsResponse) XXX_DiscardUnknown()
- func (m *MsgClearCurrentEraSnapShotsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgClearCurrentEraSnapShotsResponse) XXX_Merge(src proto.Message)
- func (m *MsgClearCurrentEraSnapShotsResponse) XXX_Size() int
- func (m *MsgClearCurrentEraSnapShotsResponse) XXX_Unmarshal(b []byte) error
- type MsgClient
- type MsgInitPool
- func (*MsgInitPool) Descriptor() ([]byte, []int)
- func (m *MsgInitPool) GetCreator() string
- func (m *MsgInitPool) GetDenom() string
- func (m *MsgInitPool) GetPool() string
- func (msg *MsgInitPool) GetSignBytes() []byte
- func (msg *MsgInitPool) GetSigners() []sdk.AccAddress
- func (m *MsgInitPool) Marshal() (dAtA []byte, err error)
- func (m *MsgInitPool) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgInitPool) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgInitPool) ProtoMessage()
- func (m *MsgInitPool) Reset()
- func (msg *MsgInitPool) Route() string
- func (m *MsgInitPool) Size() (n int)
- func (m *MsgInitPool) String() string
- func (msg *MsgInitPool) Type() string
- func (m *MsgInitPool) Unmarshal(dAtA []byte) error
- func (msg *MsgInitPool) ValidateBasic() error
- func (m *MsgInitPool) XXX_DiscardUnknown()
- func (m *MsgInitPool) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgInitPool) XXX_Merge(src proto.Message)
- func (m *MsgInitPool) XXX_Size() int
- func (m *MsgInitPool) XXX_Unmarshal(b []byte) error
- type MsgInitPoolResponse
- func (*MsgInitPoolResponse) Descriptor() ([]byte, []int)
- func (m *MsgInitPoolResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgInitPoolResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgInitPoolResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgInitPoolResponse) ProtoMessage()
- func (m *MsgInitPoolResponse) Reset()
- func (m *MsgInitPoolResponse) Size() (n int)
- func (m *MsgInitPoolResponse) String() string
- func (m *MsgInitPoolResponse) Unmarshal(dAtA []byte) error
- func (m *MsgInitPoolResponse) XXX_DiscardUnknown()
- func (m *MsgInitPoolResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgInitPoolResponse) XXX_Merge(src proto.Message)
- func (m *MsgInitPoolResponse) XXX_Size() int
- func (m *MsgInitPoolResponse) XXX_Unmarshal(b []byte) error
- type MsgLiquidityUnbond
- func (*MsgLiquidityUnbond) Descriptor() ([]byte, []int)
- func (m *MsgLiquidityUnbond) GetCreator() string
- func (m *MsgLiquidityUnbond) GetPool() string
- func (m *MsgLiquidityUnbond) GetRecipient() string
- func (msg *MsgLiquidityUnbond) GetSignBytes() []byte
- func (msg *MsgLiquidityUnbond) GetSigners() []sdk.AccAddress
- func (m *MsgLiquidityUnbond) Marshal() (dAtA []byte, err error)
- func (m *MsgLiquidityUnbond) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgLiquidityUnbond) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgLiquidityUnbond) ProtoMessage()
- func (m *MsgLiquidityUnbond) Reset()
- func (msg *MsgLiquidityUnbond) Route() string
- func (m *MsgLiquidityUnbond) Size() (n int)
- func (m *MsgLiquidityUnbond) String() string
- func (msg *MsgLiquidityUnbond) Type() string
- func (m *MsgLiquidityUnbond) Unmarshal(dAtA []byte) error
- func (msg *MsgLiquidityUnbond) ValidateBasic() error
- func (m *MsgLiquidityUnbond) XXX_DiscardUnknown()
- func (m *MsgLiquidityUnbond) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgLiquidityUnbond) XXX_Merge(src proto.Message)
- func (m *MsgLiquidityUnbond) XXX_Size() int
- func (m *MsgLiquidityUnbond) XXX_Unmarshal(b []byte) error
- type MsgLiquidityUnbondResponse
- func (*MsgLiquidityUnbondResponse) Descriptor() ([]byte, []int)
- func (m *MsgLiquidityUnbondResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgLiquidityUnbondResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgLiquidityUnbondResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgLiquidityUnbondResponse) ProtoMessage()
- func (m *MsgLiquidityUnbondResponse) Reset()
- func (m *MsgLiquidityUnbondResponse) Size() (n int)
- func (m *MsgLiquidityUnbondResponse) String() string
- func (m *MsgLiquidityUnbondResponse) Unmarshal(dAtA []byte) error
- func (m *MsgLiquidityUnbondResponse) XXX_DiscardUnknown()
- func (m *MsgLiquidityUnbondResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgLiquidityUnbondResponse) XXX_Merge(src proto.Message)
- func (m *MsgLiquidityUnbondResponse) XXX_Size() int
- func (m *MsgLiquidityUnbondResponse) XXX_Unmarshal(b []byte) error
- type MsgMigrateInit
- func (*MsgMigrateInit) Descriptor() ([]byte, []int)
- func (m *MsgMigrateInit) GetCreator() string
- func (m *MsgMigrateInit) GetDenom() string
- func (m *MsgMigrateInit) GetPool() string
- func (msg *MsgMigrateInit) GetSignBytes() []byte
- func (msg *MsgMigrateInit) GetSigners() []sdk.AccAddress
- func (m *MsgMigrateInit) Marshal() (dAtA []byte, err error)
- func (m *MsgMigrateInit) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgMigrateInit) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgMigrateInit) ProtoMessage()
- func (m *MsgMigrateInit) Reset()
- func (msg *MsgMigrateInit) Route() string
- func (m *MsgMigrateInit) Size() (n int)
- func (m *MsgMigrateInit) String() string
- func (msg *MsgMigrateInit) Type() string
- func (m *MsgMigrateInit) Unmarshal(dAtA []byte) error
- func (msg *MsgMigrateInit) ValidateBasic() error
- func (m *MsgMigrateInit) XXX_DiscardUnknown()
- func (m *MsgMigrateInit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgMigrateInit) XXX_Merge(src proto.Message)
- func (m *MsgMigrateInit) XXX_Size() int
- func (m *MsgMigrateInit) XXX_Unmarshal(b []byte) error
- type MsgMigrateInitResponse
- func (*MsgMigrateInitResponse) Descriptor() ([]byte, []int)
- func (m *MsgMigrateInitResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgMigrateInitResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgMigrateInitResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgMigrateInitResponse) ProtoMessage()
- func (m *MsgMigrateInitResponse) Reset()
- func (m *MsgMigrateInitResponse) Size() (n int)
- func (m *MsgMigrateInitResponse) String() string
- func (m *MsgMigrateInitResponse) Unmarshal(dAtA []byte) error
- func (m *MsgMigrateInitResponse) XXX_DiscardUnknown()
- func (m *MsgMigrateInitResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgMigrateInitResponse) XXX_Merge(src proto.Message)
- func (m *MsgMigrateInitResponse) XXX_Size() int
- func (m *MsgMigrateInitResponse) XXX_Unmarshal(b []byte) error
- type MsgMigrateUnbondings
- func (*MsgMigrateUnbondings) Descriptor() ([]byte, []int)
- func (m *MsgMigrateUnbondings) GetCreator() string
- func (m *MsgMigrateUnbondings) GetDenom() string
- func (m *MsgMigrateUnbondings) GetEra() uint32
- func (m *MsgMigrateUnbondings) GetPool() string
- func (msg *MsgMigrateUnbondings) GetSignBytes() []byte
- func (msg *MsgMigrateUnbondings) GetSigners() []sdk.AccAddress
- func (m *MsgMigrateUnbondings) GetUnbondings() []*Unbonding
- func (m *MsgMigrateUnbondings) Marshal() (dAtA []byte, err error)
- func (m *MsgMigrateUnbondings) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgMigrateUnbondings) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgMigrateUnbondings) ProtoMessage()
- func (m *MsgMigrateUnbondings) Reset()
- func (msg *MsgMigrateUnbondings) Route() string
- func (m *MsgMigrateUnbondings) Size() (n int)
- func (m *MsgMigrateUnbondings) String() string
- func (msg *MsgMigrateUnbondings) Type() string
- func (m *MsgMigrateUnbondings) Unmarshal(dAtA []byte) error
- func (msg *MsgMigrateUnbondings) ValidateBasic() error
- func (m *MsgMigrateUnbondings) XXX_DiscardUnknown()
- func (m *MsgMigrateUnbondings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgMigrateUnbondings) XXX_Merge(src proto.Message)
- func (m *MsgMigrateUnbondings) XXX_Size() int
- func (m *MsgMigrateUnbondings) XXX_Unmarshal(b []byte) error
- type MsgMigrateUnbondingsResponse
- func (*MsgMigrateUnbondingsResponse) Descriptor() ([]byte, []int)
- func (m *MsgMigrateUnbondingsResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgMigrateUnbondingsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgMigrateUnbondingsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgMigrateUnbondingsResponse) ProtoMessage()
- func (m *MsgMigrateUnbondingsResponse) Reset()
- func (m *MsgMigrateUnbondingsResponse) Size() (n int)
- func (m *MsgMigrateUnbondingsResponse) String() string
- func (m *MsgMigrateUnbondingsResponse) Unmarshal(dAtA []byte) error
- func (m *MsgMigrateUnbondingsResponse) XXX_DiscardUnknown()
- func (m *MsgMigrateUnbondingsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgMigrateUnbondingsResponse) XXX_Merge(src proto.Message)
- func (m *MsgMigrateUnbondingsResponse) XXX_Size() int
- func (m *MsgMigrateUnbondingsResponse) XXX_Unmarshal(b []byte) error
- type MsgRegisterIcaPool
- func (*MsgRegisterIcaPool) Descriptor() ([]byte, []int)
- func (m *MsgRegisterIcaPool) GetConnectionId() string
- func (m *MsgRegisterIcaPool) GetCreator() string
- func (m *MsgRegisterIcaPool) GetDenom() string
- func (msg *MsgRegisterIcaPool) GetSignBytes() []byte
- func (msg *MsgRegisterIcaPool) GetSigners() []sdk.AccAddress
- func (m *MsgRegisterIcaPool) Marshal() (dAtA []byte, err error)
- func (m *MsgRegisterIcaPool) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgRegisterIcaPool) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgRegisterIcaPool) ProtoMessage()
- func (m *MsgRegisterIcaPool) Reset()
- func (msg *MsgRegisterIcaPool) Route() string
- func (m *MsgRegisterIcaPool) Size() (n int)
- func (m *MsgRegisterIcaPool) String() string
- func (msg *MsgRegisterIcaPool) Type() string
- func (m *MsgRegisterIcaPool) Unmarshal(dAtA []byte) error
- func (msg *MsgRegisterIcaPool) ValidateBasic() error
- func (m *MsgRegisterIcaPool) XXX_DiscardUnknown()
- func (m *MsgRegisterIcaPool) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgRegisterIcaPool) XXX_Merge(src proto.Message)
- func (m *MsgRegisterIcaPool) XXX_Size() int
- func (m *MsgRegisterIcaPool) XXX_Unmarshal(b []byte) error
- type MsgRegisterIcaPoolResponse
- func (*MsgRegisterIcaPoolResponse) Descriptor() ([]byte, []int)
- func (m *MsgRegisterIcaPoolResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgRegisterIcaPoolResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgRegisterIcaPoolResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgRegisterIcaPoolResponse) ProtoMessage()
- func (m *MsgRegisterIcaPoolResponse) Reset()
- func (m *MsgRegisterIcaPoolResponse) Size() (n int)
- func (m *MsgRegisterIcaPoolResponse) String() string
- func (m *MsgRegisterIcaPoolResponse) Unmarshal(dAtA []byte) error
- func (m *MsgRegisterIcaPoolResponse) XXX_DiscardUnknown()
- func (m *MsgRegisterIcaPoolResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgRegisterIcaPoolResponse) XXX_Merge(src proto.Message)
- func (m *MsgRegisterIcaPoolResponse) XXX_Size() int
- func (m *MsgRegisterIcaPoolResponse) XXX_Unmarshal(b []byte) error
- type MsgRmBondedPool
- func (*MsgRmBondedPool) Descriptor() ([]byte, []int)
- func (m *MsgRmBondedPool) GetAddress() string
- func (m *MsgRmBondedPool) GetCreator() string
- func (m *MsgRmBondedPool) GetDenom() string
- func (msg *MsgRmBondedPool) GetSignBytes() []byte
- func (msg *MsgRmBondedPool) GetSigners() []sdk.AccAddress
- func (m *MsgRmBondedPool) Marshal() (dAtA []byte, err error)
- func (m *MsgRmBondedPool) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgRmBondedPool) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgRmBondedPool) ProtoMessage()
- func (m *MsgRmBondedPool) Reset()
- func (msg *MsgRmBondedPool) Route() string
- func (m *MsgRmBondedPool) Size() (n int)
- func (m *MsgRmBondedPool) String() string
- func (msg *MsgRmBondedPool) Type() string
- func (m *MsgRmBondedPool) Unmarshal(dAtA []byte) error
- func (msg *MsgRmBondedPool) ValidateBasic() error
- func (m *MsgRmBondedPool) XXX_DiscardUnknown()
- func (m *MsgRmBondedPool) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgRmBondedPool) XXX_Merge(src proto.Message)
- func (m *MsgRmBondedPool) XXX_Size() int
- func (m *MsgRmBondedPool) XXX_Unmarshal(b []byte) error
- type MsgRmBondedPoolResponse
- func (*MsgRmBondedPoolResponse) Descriptor() ([]byte, []int)
- func (m *MsgRmBondedPoolResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgRmBondedPoolResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgRmBondedPoolResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgRmBondedPoolResponse) ProtoMessage()
- func (m *MsgRmBondedPoolResponse) Reset()
- func (m *MsgRmBondedPoolResponse) Size() (n int)
- func (m *MsgRmBondedPoolResponse) String() string
- func (m *MsgRmBondedPoolResponse) Unmarshal(dAtA []byte) error
- func (m *MsgRmBondedPoolResponse) XXX_DiscardUnknown()
- func (m *MsgRmBondedPoolResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgRmBondedPoolResponse) XXX_Merge(src proto.Message)
- func (m *MsgRmBondedPoolResponse) XXX_Size() int
- func (m *MsgRmBondedPoolResponse) XXX_Unmarshal(b []byte) error
- type MsgServer
- type MsgSetEraSeconds
- func (*MsgSetEraSeconds) Descriptor() ([]byte, []int)
- func (m *MsgSetEraSeconds) GetBondingDuration() uint32
- func (m *MsgSetEraSeconds) GetCreator() string
- func (m *MsgSetEraSeconds) GetDenom() string
- func (m *MsgSetEraSeconds) GetEraSeconds() uint32
- func (m *MsgSetEraSeconds) GetOffset() int32
- func (msg *MsgSetEraSeconds) GetSignBytes() []byte
- func (msg *MsgSetEraSeconds) GetSigners() []sdk.AccAddress
- func (m *MsgSetEraSeconds) Marshal() (dAtA []byte, err error)
- func (m *MsgSetEraSeconds) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSetEraSeconds) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSetEraSeconds) ProtoMessage()
- func (m *MsgSetEraSeconds) Reset()
- func (msg *MsgSetEraSeconds) Route() string
- func (m *MsgSetEraSeconds) Size() (n int)
- func (m *MsgSetEraSeconds) String() string
- func (msg *MsgSetEraSeconds) Type() string
- func (m *MsgSetEraSeconds) Unmarshal(dAtA []byte) error
- func (msg *MsgSetEraSeconds) ValidateBasic() error
- func (m *MsgSetEraSeconds) XXX_DiscardUnknown()
- func (m *MsgSetEraSeconds) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSetEraSeconds) XXX_Merge(src proto.Message)
- func (m *MsgSetEraSeconds) XXX_Size() int
- func (m *MsgSetEraSeconds) XXX_Unmarshal(b []byte) error
- type MsgSetEraSecondsResponse
- func (*MsgSetEraSecondsResponse) Descriptor() ([]byte, []int)
- func (m *MsgSetEraSecondsResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSetEraSecondsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSetEraSecondsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSetEraSecondsResponse) ProtoMessage()
- func (m *MsgSetEraSecondsResponse) Reset()
- func (m *MsgSetEraSecondsResponse) Size() (n int)
- func (m *MsgSetEraSecondsResponse) String() string
- func (m *MsgSetEraSecondsResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSetEraSecondsResponse) XXX_DiscardUnknown()
- func (m *MsgSetEraSecondsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSetEraSecondsResponse) XXX_Merge(src proto.Message)
- func (m *MsgSetEraSecondsResponse) XXX_Size() int
- func (m *MsgSetEraSecondsResponse) XXX_Unmarshal(b []byte) error
- type MsgSetEraUnbondLimit
- func (*MsgSetEraUnbondLimit) Descriptor() ([]byte, []int)
- func (m *MsgSetEraUnbondLimit) GetCreator() string
- func (m *MsgSetEraUnbondLimit) GetDenom() string
- func (m *MsgSetEraUnbondLimit) GetLimit() uint32
- func (msg *MsgSetEraUnbondLimit) GetSignBytes() []byte
- func (msg *MsgSetEraUnbondLimit) GetSigners() []sdk.AccAddress
- func (m *MsgSetEraUnbondLimit) Marshal() (dAtA []byte, err error)
- func (m *MsgSetEraUnbondLimit) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSetEraUnbondLimit) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSetEraUnbondLimit) ProtoMessage()
- func (m *MsgSetEraUnbondLimit) Reset()
- func (msg *MsgSetEraUnbondLimit) Route() string
- func (m *MsgSetEraUnbondLimit) Size() (n int)
- func (m *MsgSetEraUnbondLimit) String() string
- func (msg *MsgSetEraUnbondLimit) Type() string
- func (m *MsgSetEraUnbondLimit) Unmarshal(dAtA []byte) error
- func (msg *MsgSetEraUnbondLimit) ValidateBasic() error
- func (m *MsgSetEraUnbondLimit) XXX_DiscardUnknown()
- func (m *MsgSetEraUnbondLimit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSetEraUnbondLimit) XXX_Merge(src proto.Message)
- func (m *MsgSetEraUnbondLimit) XXX_Size() int
- func (m *MsgSetEraUnbondLimit) XXX_Unmarshal(b []byte) error
- type MsgSetEraUnbondLimitResponse
- func (*MsgSetEraUnbondLimitResponse) Descriptor() ([]byte, []int)
- func (m *MsgSetEraUnbondLimitResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSetEraUnbondLimitResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSetEraUnbondLimitResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSetEraUnbondLimitResponse) ProtoMessage()
- func (m *MsgSetEraUnbondLimitResponse) Reset()
- func (m *MsgSetEraUnbondLimitResponse) Size() (n int)
- func (m *MsgSetEraUnbondLimitResponse) String() string
- func (m *MsgSetEraUnbondLimitResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSetEraUnbondLimitResponse) XXX_DiscardUnknown()
- func (m *MsgSetEraUnbondLimitResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSetEraUnbondLimitResponse) XXX_Merge(src proto.Message)
- func (m *MsgSetEraUnbondLimitResponse) XXX_Size() int
- func (m *MsgSetEraUnbondLimitResponse) XXX_Unmarshal(b []byte) error
- type MsgSetLeastBond
- func (*MsgSetLeastBond) Descriptor() ([]byte, []int)
- func (m *MsgSetLeastBond) GetCreator() string
- func (m *MsgSetLeastBond) GetDenom() string
- func (m *MsgSetLeastBond) GetLeastBond() string
- func (msg *MsgSetLeastBond) GetSignBytes() []byte
- func (msg *MsgSetLeastBond) GetSigners() []sdk.AccAddress
- func (m *MsgSetLeastBond) Marshal() (dAtA []byte, err error)
- func (m *MsgSetLeastBond) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSetLeastBond) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSetLeastBond) ProtoMessage()
- func (m *MsgSetLeastBond) Reset()
- func (msg *MsgSetLeastBond) Route() string
- func (m *MsgSetLeastBond) Size() (n int)
- func (m *MsgSetLeastBond) String() string
- func (msg *MsgSetLeastBond) Type() string
- func (m *MsgSetLeastBond) Unmarshal(dAtA []byte) error
- func (msg *MsgSetLeastBond) ValidateBasic() error
- func (m *MsgSetLeastBond) XXX_DiscardUnknown()
- func (m *MsgSetLeastBond) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSetLeastBond) XXX_Merge(src proto.Message)
- func (m *MsgSetLeastBond) XXX_Size() int
- func (m *MsgSetLeastBond) XXX_Unmarshal(b []byte) error
- type MsgSetLeastBondResponse
- func (*MsgSetLeastBondResponse) Descriptor() ([]byte, []int)
- func (m *MsgSetLeastBondResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSetLeastBondResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSetLeastBondResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSetLeastBondResponse) ProtoMessage()
- func (m *MsgSetLeastBondResponse) Reset()
- func (m *MsgSetLeastBondResponse) Size() (n int)
- func (m *MsgSetLeastBondResponse) String() string
- func (m *MsgSetLeastBondResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSetLeastBondResponse) XXX_DiscardUnknown()
- func (m *MsgSetLeastBondResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSetLeastBondResponse) XXX_Merge(src proto.Message)
- func (m *MsgSetLeastBondResponse) XXX_Size() int
- func (m *MsgSetLeastBondResponse) XXX_Unmarshal(b []byte) error
- type MsgSetPoolDetail
- func (*MsgSetPoolDetail) Descriptor() ([]byte, []int)
- func (m *MsgSetPoolDetail) GetCreator() string
- func (m *MsgSetPoolDetail) GetDenom() string
- func (m *MsgSetPoolDetail) GetPool() string
- func (msg *MsgSetPoolDetail) GetSignBytes() []byte
- func (msg *MsgSetPoolDetail) GetSigners() []sdk.AccAddress
- func (m *MsgSetPoolDetail) GetSubAccounts() []string
- func (m *MsgSetPoolDetail) GetThreshold() uint32
- func (m *MsgSetPoolDetail) Marshal() (dAtA []byte, err error)
- func (m *MsgSetPoolDetail) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSetPoolDetail) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSetPoolDetail) ProtoMessage()
- func (m *MsgSetPoolDetail) Reset()
- func (msg *MsgSetPoolDetail) Route() string
- func (m *MsgSetPoolDetail) Size() (n int)
- func (m *MsgSetPoolDetail) String() string
- func (msg *MsgSetPoolDetail) Type() string
- func (m *MsgSetPoolDetail) Unmarshal(dAtA []byte) error
- func (msg *MsgSetPoolDetail) ValidateBasic() error
- func (m *MsgSetPoolDetail) XXX_DiscardUnknown()
- func (m *MsgSetPoolDetail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSetPoolDetail) XXX_Merge(src proto.Message)
- func (m *MsgSetPoolDetail) XXX_Size() int
- func (m *MsgSetPoolDetail) XXX_Unmarshal(b []byte) error
- type MsgSetPoolDetailResponse
- func (*MsgSetPoolDetailResponse) Descriptor() ([]byte, []int)
- func (m *MsgSetPoolDetailResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSetPoolDetailResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSetPoolDetailResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSetPoolDetailResponse) ProtoMessage()
- func (m *MsgSetPoolDetailResponse) Reset()
- func (m *MsgSetPoolDetailResponse) Size() (n int)
- func (m *MsgSetPoolDetailResponse) String() string
- func (m *MsgSetPoolDetailResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSetPoolDetailResponse) XXX_DiscardUnknown()
- func (m *MsgSetPoolDetailResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSetPoolDetailResponse) XXX_Merge(src proto.Message)
- func (m *MsgSetPoolDetailResponse) XXX_Size() int
- func (m *MsgSetPoolDetailResponse) XXX_Unmarshal(b []byte) error
- type MsgSetPoolStatus
- func (*MsgSetPoolStatus) Descriptor() ([]byte, []int)
- func (m *MsgSetPoolStatus) GetCreator() string
- func (m *MsgSetPoolStatus) GetDenom() string
- func (m *MsgSetPoolStatus) GetPool() string
- func (msg *MsgSetPoolStatus) GetSignBytes() []byte
- func (msg *MsgSetPoolStatus) GetSigners() []sdk.AccAddress
- func (m *MsgSetPoolStatus) GetStatus() PoolStatus
- func (m *MsgSetPoolStatus) Marshal() (dAtA []byte, err error)
- func (m *MsgSetPoolStatus) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSetPoolStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSetPoolStatus) ProtoMessage()
- func (m *MsgSetPoolStatus) Reset()
- func (msg *MsgSetPoolStatus) Route() string
- func (m *MsgSetPoolStatus) Size() (n int)
- func (m *MsgSetPoolStatus) String() string
- func (msg *MsgSetPoolStatus) Type() string
- func (m *MsgSetPoolStatus) Unmarshal(dAtA []byte) error
- func (msg *MsgSetPoolStatus) ValidateBasic() error
- func (m *MsgSetPoolStatus) XXX_DiscardUnknown()
- func (m *MsgSetPoolStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSetPoolStatus) XXX_Merge(src proto.Message)
- func (m *MsgSetPoolStatus) XXX_Size() int
- func (m *MsgSetPoolStatus) XXX_Unmarshal(b []byte) error
- type MsgSetPoolStatusResponse
- func (*MsgSetPoolStatusResponse) Descriptor() ([]byte, []int)
- func (m *MsgSetPoolStatusResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSetPoolStatusResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSetPoolStatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSetPoolStatusResponse) ProtoMessage()
- func (m *MsgSetPoolStatusResponse) Reset()
- func (m *MsgSetPoolStatusResponse) Size() (n int)
- func (m *MsgSetPoolStatusResponse) String() string
- func (m *MsgSetPoolStatusResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSetPoolStatusResponse) XXX_DiscardUnknown()
- func (m *MsgSetPoolStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSetPoolStatusResponse) XXX_Merge(src proto.Message)
- func (m *MsgSetPoolStatusResponse) XXX_Size() int
- func (m *MsgSetPoolStatusResponse) XXX_Unmarshal(b []byte) error
- type MsgSetProtocolFeeReceiver
- func (*MsgSetProtocolFeeReceiver) Descriptor() ([]byte, []int)
- func (m *MsgSetProtocolFeeReceiver) GetCreator() string
- func (m *MsgSetProtocolFeeReceiver) GetReceiver() string
- func (msg *MsgSetProtocolFeeReceiver) GetSignBytes() []byte
- func (msg *MsgSetProtocolFeeReceiver) GetSigners() []sdk.AccAddress
- func (m *MsgSetProtocolFeeReceiver) Marshal() (dAtA []byte, err error)
- func (m *MsgSetProtocolFeeReceiver) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSetProtocolFeeReceiver) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSetProtocolFeeReceiver) ProtoMessage()
- func (m *MsgSetProtocolFeeReceiver) Reset()
- func (msg *MsgSetProtocolFeeReceiver) Route() string
- func (m *MsgSetProtocolFeeReceiver) Size() (n int)
- func (m *MsgSetProtocolFeeReceiver) String() string
- func (msg *MsgSetProtocolFeeReceiver) Type() string
- func (m *MsgSetProtocolFeeReceiver) Unmarshal(dAtA []byte) error
- func (msg *MsgSetProtocolFeeReceiver) ValidateBasic() error
- func (m *MsgSetProtocolFeeReceiver) XXX_DiscardUnknown()
- func (m *MsgSetProtocolFeeReceiver) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSetProtocolFeeReceiver) XXX_Merge(src proto.Message)
- func (m *MsgSetProtocolFeeReceiver) XXX_Size() int
- func (m *MsgSetProtocolFeeReceiver) XXX_Unmarshal(b []byte) error
- type MsgSetProtocolFeeReceiverResponse
- func (*MsgSetProtocolFeeReceiverResponse) Descriptor() ([]byte, []int)
- func (m *MsgSetProtocolFeeReceiverResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSetProtocolFeeReceiverResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSetProtocolFeeReceiverResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSetProtocolFeeReceiverResponse) ProtoMessage()
- func (m *MsgSetProtocolFeeReceiverResponse) Reset()
- func (m *MsgSetProtocolFeeReceiverResponse) Size() (n int)
- func (m *MsgSetProtocolFeeReceiverResponse) String() string
- func (m *MsgSetProtocolFeeReceiverResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSetProtocolFeeReceiverResponse) XXX_DiscardUnknown()
- func (m *MsgSetProtocolFeeReceiverResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSetProtocolFeeReceiverResponse) XXX_Merge(src proto.Message)
- func (m *MsgSetProtocolFeeReceiverResponse) XXX_Size() int
- func (m *MsgSetProtocolFeeReceiverResponse) XXX_Unmarshal(b []byte) error
- type MsgSetRParams
- func (*MsgSetRParams) Descriptor() ([]byte, []int)
- func (m *MsgSetRParams) GetBondingDuration() uint32
- func (m *MsgSetRParams) GetCreator() string
- func (m *MsgSetRParams) GetDenom() string
- func (m *MsgSetRParams) GetEraSeconds() uint32
- func (m *MsgSetRParams) GetGasPrice() string
- func (m *MsgSetRParams) GetLeastBond() string
- func (m *MsgSetRParams) GetOffset() int32
- func (msg *MsgSetRParams) GetSignBytes() []byte
- func (msg *MsgSetRParams) GetSigners() []sdk.AccAddress
- func (m *MsgSetRParams) Marshal() (dAtA []byte, err error)
- func (m *MsgSetRParams) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSetRParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSetRParams) ProtoMessage()
- func (m *MsgSetRParams) Reset()
- func (msg *MsgSetRParams) Route() string
- func (m *MsgSetRParams) Size() (n int)
- func (m *MsgSetRParams) String() string
- func (msg *MsgSetRParams) Type() string
- func (m *MsgSetRParams) Unmarshal(dAtA []byte) error
- func (msg *MsgSetRParams) ValidateBasic() error
- func (m *MsgSetRParams) XXX_DiscardUnknown()
- func (m *MsgSetRParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSetRParams) XXX_Merge(src proto.Message)
- func (m *MsgSetRParams) XXX_Size() int
- func (m *MsgSetRParams) XXX_Unmarshal(b []byte) error
- type MsgSetRParamsResponse
- func (*MsgSetRParamsResponse) Descriptor() ([]byte, []int)
- func (m *MsgSetRParamsResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSetRParamsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSetRParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSetRParamsResponse) ProtoMessage()
- func (m *MsgSetRParamsResponse) Reset()
- func (m *MsgSetRParamsResponse) Size() (n int)
- func (m *MsgSetRParamsResponse) String() string
- func (m *MsgSetRParamsResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSetRParamsResponse) XXX_DiscardUnknown()
- func (m *MsgSetRParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSetRParamsResponse) XXX_Merge(src proto.Message)
- func (m *MsgSetRParamsResponse) XXX_Size() int
- func (m *MsgSetRParamsResponse) XXX_Unmarshal(b []byte) error
- type MsgSetRelayFeeReceiver
- func (*MsgSetRelayFeeReceiver) Descriptor() ([]byte, []int)
- func (m *MsgSetRelayFeeReceiver) GetCreator() string
- func (m *MsgSetRelayFeeReceiver) GetDenom() string
- func (m *MsgSetRelayFeeReceiver) GetReceiver() string
- func (msg *MsgSetRelayFeeReceiver) GetSignBytes() []byte
- func (msg *MsgSetRelayFeeReceiver) GetSigners() []sdk.AccAddress
- func (m *MsgSetRelayFeeReceiver) Marshal() (dAtA []byte, err error)
- func (m *MsgSetRelayFeeReceiver) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSetRelayFeeReceiver) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSetRelayFeeReceiver) ProtoMessage()
- func (m *MsgSetRelayFeeReceiver) Reset()
- func (msg *MsgSetRelayFeeReceiver) Route() string
- func (m *MsgSetRelayFeeReceiver) Size() (n int)
- func (m *MsgSetRelayFeeReceiver) String() string
- func (msg *MsgSetRelayFeeReceiver) Type() string
- func (m *MsgSetRelayFeeReceiver) Unmarshal(dAtA []byte) error
- func (msg *MsgSetRelayFeeReceiver) ValidateBasic() error
- func (m *MsgSetRelayFeeReceiver) XXX_DiscardUnknown()
- func (m *MsgSetRelayFeeReceiver) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSetRelayFeeReceiver) XXX_Merge(src proto.Message)
- func (m *MsgSetRelayFeeReceiver) XXX_Size() int
- func (m *MsgSetRelayFeeReceiver) XXX_Unmarshal(b []byte) error
- type MsgSetRelayFeeReceiverResponse
- func (*MsgSetRelayFeeReceiverResponse) Descriptor() ([]byte, []int)
- func (m *MsgSetRelayFeeReceiverResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSetRelayFeeReceiverResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSetRelayFeeReceiverResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSetRelayFeeReceiverResponse) ProtoMessage()
- func (m *MsgSetRelayFeeReceiverResponse) Reset()
- func (m *MsgSetRelayFeeReceiverResponse) Size() (n int)
- func (m *MsgSetRelayFeeReceiverResponse) String() string
- func (m *MsgSetRelayFeeReceiverResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSetRelayFeeReceiverResponse) XXX_DiscardUnknown()
- func (m *MsgSetRelayFeeReceiverResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSetRelayFeeReceiverResponse) XXX_Merge(src proto.Message)
- func (m *MsgSetRelayFeeReceiverResponse) XXX_Size() int
- func (m *MsgSetRelayFeeReceiverResponse) XXX_Unmarshal(b []byte) error
- type MsgSetRelayGasPrice
- func (*MsgSetRelayGasPrice) Descriptor() ([]byte, []int)
- func (m *MsgSetRelayGasPrice) GetCreator() string
- func (m *MsgSetRelayGasPrice) GetDenom() string
- func (m *MsgSetRelayGasPrice) GetGasPrice() string
- func (msg *MsgSetRelayGasPrice) GetSignBytes() []byte
- func (msg *MsgSetRelayGasPrice) GetSigners() []sdk.AccAddress
- func (m *MsgSetRelayGasPrice) Marshal() (dAtA []byte, err error)
- func (m *MsgSetRelayGasPrice) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSetRelayGasPrice) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSetRelayGasPrice) ProtoMessage()
- func (m *MsgSetRelayGasPrice) Reset()
- func (msg *MsgSetRelayGasPrice) Route() string
- func (m *MsgSetRelayGasPrice) Size() (n int)
- func (m *MsgSetRelayGasPrice) String() string
- func (msg *MsgSetRelayGasPrice) Type() string
- func (m *MsgSetRelayGasPrice) Unmarshal(dAtA []byte) error
- func (msg *MsgSetRelayGasPrice) ValidateBasic() error
- func (m *MsgSetRelayGasPrice) XXX_DiscardUnknown()
- func (m *MsgSetRelayGasPrice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSetRelayGasPrice) XXX_Merge(src proto.Message)
- func (m *MsgSetRelayGasPrice) XXX_Size() int
- func (m *MsgSetRelayGasPrice) XXX_Unmarshal(b []byte) error
- type MsgSetRelayGasPriceResponse
- func (*MsgSetRelayGasPriceResponse) Descriptor() ([]byte, []int)
- func (m *MsgSetRelayGasPriceResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSetRelayGasPriceResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSetRelayGasPriceResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSetRelayGasPriceResponse) ProtoMessage()
- func (m *MsgSetRelayGasPriceResponse) Reset()
- func (m *MsgSetRelayGasPriceResponse) Size() (n int)
- func (m *MsgSetRelayGasPriceResponse) String() string
- func (m *MsgSetRelayGasPriceResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSetRelayGasPriceResponse) XXX_DiscardUnknown()
- func (m *MsgSetRelayGasPriceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSetRelayGasPriceResponse) XXX_Merge(src proto.Message)
- func (m *MsgSetRelayGasPriceResponse) XXX_Size() int
- func (m *MsgSetRelayGasPriceResponse) XXX_Unmarshal(b []byte) error
- type MsgSetStakingRewardCommission
- func (*MsgSetStakingRewardCommission) Descriptor() ([]byte, []int)
- func (m *MsgSetStakingRewardCommission) GetCreator() string
- func (m *MsgSetStakingRewardCommission) GetDenom() string
- func (msg *MsgSetStakingRewardCommission) GetSignBytes() []byte
- func (msg *MsgSetStakingRewardCommission) GetSigners() []sdk.AccAddress
- func (m *MsgSetStakingRewardCommission) Marshal() (dAtA []byte, err error)
- func (m *MsgSetStakingRewardCommission) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSetStakingRewardCommission) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSetStakingRewardCommission) ProtoMessage()
- func (m *MsgSetStakingRewardCommission) Reset()
- func (msg *MsgSetStakingRewardCommission) Route() string
- func (m *MsgSetStakingRewardCommission) Size() (n int)
- func (m *MsgSetStakingRewardCommission) String() string
- func (msg *MsgSetStakingRewardCommission) Type() string
- func (m *MsgSetStakingRewardCommission) Unmarshal(dAtA []byte) error
- func (msg *MsgSetStakingRewardCommission) ValidateBasic() error
- func (m *MsgSetStakingRewardCommission) XXX_DiscardUnknown()
- func (m *MsgSetStakingRewardCommission) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSetStakingRewardCommission) XXX_Merge(src proto.Message)
- func (m *MsgSetStakingRewardCommission) XXX_Size() int
- func (m *MsgSetStakingRewardCommission) XXX_Unmarshal(b []byte) error
- type MsgSetStakingRewardCommissionResponse
- func (*MsgSetStakingRewardCommissionResponse) Descriptor() ([]byte, []int)
- func (m *MsgSetStakingRewardCommissionResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSetStakingRewardCommissionResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSetStakingRewardCommissionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSetStakingRewardCommissionResponse) ProtoMessage()
- func (m *MsgSetStakingRewardCommissionResponse) Reset()
- func (m *MsgSetStakingRewardCommissionResponse) Size() (n int)
- func (m *MsgSetStakingRewardCommissionResponse) String() string
- func (m *MsgSetStakingRewardCommissionResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSetStakingRewardCommissionResponse) XXX_DiscardUnknown()
- func (m *MsgSetStakingRewardCommissionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSetStakingRewardCommissionResponse) XXX_Merge(src proto.Message)
- func (m *MsgSetStakingRewardCommissionResponse) XXX_Size() int
- func (m *MsgSetStakingRewardCommissionResponse) XXX_Unmarshal(b []byte) error
- type MsgSetUnbondCommission
- func (*MsgSetUnbondCommission) Descriptor() ([]byte, []int)
- func (m *MsgSetUnbondCommission) GetCreator() string
- func (m *MsgSetUnbondCommission) GetDenom() string
- func (msg *MsgSetUnbondCommission) GetSignBytes() []byte
- func (msg *MsgSetUnbondCommission) GetSigners() []sdk.AccAddress
- func (m *MsgSetUnbondCommission) Marshal() (dAtA []byte, err error)
- func (m *MsgSetUnbondCommission) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSetUnbondCommission) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSetUnbondCommission) ProtoMessage()
- func (m *MsgSetUnbondCommission) Reset()
- func (msg *MsgSetUnbondCommission) Route() string
- func (m *MsgSetUnbondCommission) Size() (n int)
- func (m *MsgSetUnbondCommission) String() string
- func (msg *MsgSetUnbondCommission) Type() string
- func (m *MsgSetUnbondCommission) Unmarshal(dAtA []byte) error
- func (msg *MsgSetUnbondCommission) ValidateBasic() error
- func (m *MsgSetUnbondCommission) XXX_DiscardUnknown()
- func (m *MsgSetUnbondCommission) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSetUnbondCommission) XXX_Merge(src proto.Message)
- func (m *MsgSetUnbondCommission) XXX_Size() int
- func (m *MsgSetUnbondCommission) XXX_Unmarshal(b []byte) error
- type MsgSetUnbondCommissionResponse
- func (*MsgSetUnbondCommissionResponse) Descriptor() ([]byte, []int)
- func (m *MsgSetUnbondCommissionResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSetUnbondCommissionResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSetUnbondCommissionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSetUnbondCommissionResponse) ProtoMessage()
- func (m *MsgSetUnbondCommissionResponse) Reset()
- func (m *MsgSetUnbondCommissionResponse) Size() (n int)
- func (m *MsgSetUnbondCommissionResponse) String() string
- func (m *MsgSetUnbondCommissionResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSetUnbondCommissionResponse) XXX_DiscardUnknown()
- func (m *MsgSetUnbondCommissionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSetUnbondCommissionResponse) XXX_Merge(src proto.Message)
- func (m *MsgSetUnbondCommissionResponse) XXX_Size() int
- func (m *MsgSetUnbondCommissionResponse) XXX_Unmarshal(b []byte) error
- type MsgSetUnbondRelayFee
- func (*MsgSetUnbondRelayFee) Descriptor() ([]byte, []int)
- func (m *MsgSetUnbondRelayFee) GetCreator() string
- func (m *MsgSetUnbondRelayFee) GetDenom() string
- func (msg *MsgSetUnbondRelayFee) GetSignBytes() []byte
- func (msg *MsgSetUnbondRelayFee) GetSigners() []sdk.AccAddress
- func (m *MsgSetUnbondRelayFee) Marshal() (dAtA []byte, err error)
- func (m *MsgSetUnbondRelayFee) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSetUnbondRelayFee) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSetUnbondRelayFee) ProtoMessage()
- func (m *MsgSetUnbondRelayFee) Reset()
- func (msg *MsgSetUnbondRelayFee) Route() string
- func (m *MsgSetUnbondRelayFee) Size() (n int)
- func (m *MsgSetUnbondRelayFee) String() string
- func (msg *MsgSetUnbondRelayFee) Type() string
- func (m *MsgSetUnbondRelayFee) Unmarshal(dAtA []byte) error
- func (msg *MsgSetUnbondRelayFee) ValidateBasic() error
- func (m *MsgSetUnbondRelayFee) XXX_DiscardUnknown()
- func (m *MsgSetUnbondRelayFee) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSetUnbondRelayFee) XXX_Merge(src proto.Message)
- func (m *MsgSetUnbondRelayFee) XXX_Size() int
- func (m *MsgSetUnbondRelayFee) XXX_Unmarshal(b []byte) error
- type MsgSetUnbondRelayFeeResponse
- func (*MsgSetUnbondRelayFeeResponse) Descriptor() ([]byte, []int)
- func (m *MsgSetUnbondRelayFeeResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSetUnbondRelayFeeResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSetUnbondRelayFeeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSetUnbondRelayFeeResponse) ProtoMessage()
- func (m *MsgSetUnbondRelayFeeResponse) Reset()
- func (m *MsgSetUnbondRelayFeeResponse) Size() (n int)
- func (m *MsgSetUnbondRelayFeeResponse) String() string
- func (m *MsgSetUnbondRelayFeeResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSetUnbondRelayFeeResponse) XXX_DiscardUnknown()
- func (m *MsgSetUnbondRelayFeeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSetUnbondRelayFeeResponse) XXX_Merge(src proto.Message)
- func (m *MsgSetUnbondRelayFeeResponse) XXX_Size() int
- func (m *MsgSetUnbondRelayFeeResponse) XXX_Unmarshal(b []byte) error
- type MsgSetWithdrawalAddr
- func (*MsgSetWithdrawalAddr) Descriptor() ([]byte, []int)
- func (m *MsgSetWithdrawalAddr) GetCreator() string
- func (m *MsgSetWithdrawalAddr) GetDelegationAddr() string
- func (msg *MsgSetWithdrawalAddr) GetSignBytes() []byte
- func (msg *MsgSetWithdrawalAddr) GetSigners() []sdk.AccAddress
- func (m *MsgSetWithdrawalAddr) Marshal() (dAtA []byte, err error)
- func (m *MsgSetWithdrawalAddr) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSetWithdrawalAddr) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSetWithdrawalAddr) ProtoMessage()
- func (m *MsgSetWithdrawalAddr) Reset()
- func (msg *MsgSetWithdrawalAddr) Route() string
- func (m *MsgSetWithdrawalAddr) Size() (n int)
- func (m *MsgSetWithdrawalAddr) String() string
- func (msg *MsgSetWithdrawalAddr) Type() string
- func (m *MsgSetWithdrawalAddr) Unmarshal(dAtA []byte) error
- func (msg *MsgSetWithdrawalAddr) ValidateBasic() error
- func (m *MsgSetWithdrawalAddr) XXX_DiscardUnknown()
- func (m *MsgSetWithdrawalAddr) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSetWithdrawalAddr) XXX_Merge(src proto.Message)
- func (m *MsgSetWithdrawalAddr) XXX_Size() int
- func (m *MsgSetWithdrawalAddr) XXX_Unmarshal(b []byte) error
- type MsgSetWithdrawalAddrResponse
- func (*MsgSetWithdrawalAddrResponse) Descriptor() ([]byte, []int)
- func (m *MsgSetWithdrawalAddrResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSetWithdrawalAddrResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSetWithdrawalAddrResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSetWithdrawalAddrResponse) ProtoMessage()
- func (m *MsgSetWithdrawalAddrResponse) Reset()
- func (m *MsgSetWithdrawalAddrResponse) Size() (n int)
- func (m *MsgSetWithdrawalAddrResponse) String() string
- func (m *MsgSetWithdrawalAddrResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSetWithdrawalAddrResponse) XXX_DiscardUnknown()
- func (m *MsgSetWithdrawalAddrResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSetWithdrawalAddrResponse) XXX_Merge(src proto.Message)
- func (m *MsgSetWithdrawalAddrResponse) XXX_Size() int
- func (m *MsgSetWithdrawalAddrResponse) XXX_Unmarshal(b []byte) error
- type MsgSubmitSignature
- func (*MsgSubmitSignature) Descriptor() ([]byte, []int)
- func (m *MsgSubmitSignature) GetCreator() string
- func (m *MsgSubmitSignature) GetDenom() string
- func (m *MsgSubmitSignature) GetEra() uint32
- func (m *MsgSubmitSignature) GetPool() string
- func (m *MsgSubmitSignature) GetPropId() string
- func (msg *MsgSubmitSignature) GetSignBytes() []byte
- func (m *MsgSubmitSignature) GetSignature() string
- func (msg *MsgSubmitSignature) GetSigners() []sdk.AccAddress
- func (m *MsgSubmitSignature) GetTxType() OriginalTxType
- func (m *MsgSubmitSignature) Marshal() (dAtA []byte, err error)
- func (m *MsgSubmitSignature) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSubmitSignature) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSubmitSignature) ProtoMessage()
- func (m *MsgSubmitSignature) Reset()
- func (msg *MsgSubmitSignature) Route() string
- func (m *MsgSubmitSignature) Size() (n int)
- func (m *MsgSubmitSignature) String() string
- func (msg *MsgSubmitSignature) Type() string
- func (m *MsgSubmitSignature) Unmarshal(dAtA []byte) error
- func (msg *MsgSubmitSignature) ValidateBasic() error
- func (m *MsgSubmitSignature) XXX_DiscardUnknown()
- func (m *MsgSubmitSignature) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSubmitSignature) XXX_Merge(src proto.Message)
- func (m *MsgSubmitSignature) XXX_Size() int
- func (m *MsgSubmitSignature) XXX_Unmarshal(b []byte) error
- type MsgSubmitSignatureResponse
- func (*MsgSubmitSignatureResponse) Descriptor() ([]byte, []int)
- func (m *MsgSubmitSignatureResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSubmitSignatureResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSubmitSignatureResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSubmitSignatureResponse) ProtoMessage()
- func (m *MsgSubmitSignatureResponse) Reset()
- func (m *MsgSubmitSignatureResponse) Size() (n int)
- func (m *MsgSubmitSignatureResponse) String() string
- func (m *MsgSubmitSignatureResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSubmitSignatureResponse) XXX_DiscardUnknown()
- func (m *MsgSubmitSignatureResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSubmitSignatureResponse) XXX_Merge(src proto.Message)
- func (m *MsgSubmitSignatureResponse) XXX_Size() int
- func (m *MsgSubmitSignatureResponse) XXX_Unmarshal(b []byte) error
- type MsgToggleUnbondSwitch
- func (*MsgToggleUnbondSwitch) Descriptor() ([]byte, []int)
- func (m *MsgToggleUnbondSwitch) GetCreator() string
- func (m *MsgToggleUnbondSwitch) GetDenom() string
- func (msg *MsgToggleUnbondSwitch) GetSignBytes() []byte
- func (msg *MsgToggleUnbondSwitch) GetSigners() []sdk.AccAddress
- func (m *MsgToggleUnbondSwitch) Marshal() (dAtA []byte, err error)
- func (m *MsgToggleUnbondSwitch) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgToggleUnbondSwitch) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgToggleUnbondSwitch) ProtoMessage()
- func (m *MsgToggleUnbondSwitch) Reset()
- func (msg *MsgToggleUnbondSwitch) Route() string
- func (m *MsgToggleUnbondSwitch) Size() (n int)
- func (m *MsgToggleUnbondSwitch) String() string
- func (msg *MsgToggleUnbondSwitch) Type() string
- func (m *MsgToggleUnbondSwitch) Unmarshal(dAtA []byte) error
- func (msg *MsgToggleUnbondSwitch) ValidateBasic() error
- func (m *MsgToggleUnbondSwitch) XXX_DiscardUnknown()
- func (m *MsgToggleUnbondSwitch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgToggleUnbondSwitch) XXX_Merge(src proto.Message)
- func (m *MsgToggleUnbondSwitch) XXX_Size() int
- func (m *MsgToggleUnbondSwitch) XXX_Unmarshal(b []byte) error
- type MsgToggleUnbondSwitchResponse
- func (*MsgToggleUnbondSwitchResponse) Descriptor() ([]byte, []int)
- func (m *MsgToggleUnbondSwitchResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgToggleUnbondSwitchResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgToggleUnbondSwitchResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgToggleUnbondSwitchResponse) ProtoMessage()
- func (m *MsgToggleUnbondSwitchResponse) Reset()
- func (m *MsgToggleUnbondSwitchResponse) Size() (n int)
- func (m *MsgToggleUnbondSwitchResponse) String() string
- func (m *MsgToggleUnbondSwitchResponse) Unmarshal(dAtA []byte) error
- func (m *MsgToggleUnbondSwitchResponse) XXX_DiscardUnknown()
- func (m *MsgToggleUnbondSwitchResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgToggleUnbondSwitchResponse) XXX_Merge(src proto.Message)
- func (m *MsgToggleUnbondSwitchResponse) XXX_Size() int
- func (m *MsgToggleUnbondSwitchResponse) XXX_Unmarshal(b []byte) error
- type MsgUnsealMigrateInit
- func (*MsgUnsealMigrateInit) Descriptor() ([]byte, []int)
- func (m *MsgUnsealMigrateInit) GetCreator() string
- func (msg *MsgUnsealMigrateInit) GetSignBytes() []byte
- func (msg *MsgUnsealMigrateInit) GetSigners() []sdk.AccAddress
- func (m *MsgUnsealMigrateInit) Marshal() (dAtA []byte, err error)
- func (m *MsgUnsealMigrateInit) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUnsealMigrateInit) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUnsealMigrateInit) ProtoMessage()
- func (m *MsgUnsealMigrateInit) Reset()
- func (msg *MsgUnsealMigrateInit) Route() string
- func (m *MsgUnsealMigrateInit) Size() (n int)
- func (m *MsgUnsealMigrateInit) String() string
- func (msg *MsgUnsealMigrateInit) Type() string
- func (m *MsgUnsealMigrateInit) Unmarshal(dAtA []byte) error
- func (msg *MsgUnsealMigrateInit) ValidateBasic() error
- func (m *MsgUnsealMigrateInit) XXX_DiscardUnknown()
- func (m *MsgUnsealMigrateInit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUnsealMigrateInit) XXX_Merge(src proto.Message)
- func (m *MsgUnsealMigrateInit) XXX_Size() int
- func (m *MsgUnsealMigrateInit) XXX_Unmarshal(b []byte) error
- type MsgUnsealMigrateInitResponse
- func (*MsgUnsealMigrateInitResponse) Descriptor() ([]byte, []int)
- func (m *MsgUnsealMigrateInitResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgUnsealMigrateInitResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUnsealMigrateInitResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUnsealMigrateInitResponse) ProtoMessage()
- func (m *MsgUnsealMigrateInitResponse) Reset()
- func (m *MsgUnsealMigrateInitResponse) Size() (n int)
- func (m *MsgUnsealMigrateInitResponse) String() string
- func (m *MsgUnsealMigrateInitResponse) Unmarshal(dAtA []byte) error
- func (m *MsgUnsealMigrateInitResponse) XXX_DiscardUnknown()
- func (m *MsgUnsealMigrateInitResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUnsealMigrateInitResponse) XXX_Merge(src proto.Message)
- func (m *MsgUnsealMigrateInitResponse) XXX_Size() int
- func (m *MsgUnsealMigrateInitResponse) XXX_Unmarshal(b []byte) error
- type OriginalTxType
- type Pool
- func (*Pool) Descriptor() ([]byte, []int)
- func (m *Pool) GetAddrs() []string
- func (m *Pool) GetDenom() string
- 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 PoolBondState
- type PoolDetail
- func (*PoolDetail) Descriptor() ([]byte, []int)
- func (m *PoolDetail) GetDenom() string
- func (m *PoolDetail) GetPool() string
- func (m *PoolDetail) GetStatus() PoolStatus
- func (m *PoolDetail) GetSubAccounts() []string
- func (m *PoolDetail) GetThreshold() uint32
- func (m *PoolDetail) Marshal() (dAtA []byte, err error)
- func (m *PoolDetail) MarshalTo(dAtA []byte) (int, error)
- func (m *PoolDetail) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PoolDetail) ProtoMessage()
- func (m *PoolDetail) Reset()
- func (m *PoolDetail) Size() (n int)
- func (m *PoolDetail) String() string
- func (m *PoolDetail) Unmarshal(dAtA []byte) error
- func (m *PoolDetail) XXX_DiscardUnknown()
- func (m *PoolDetail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PoolDetail) XXX_Merge(src proto.Message)
- func (m *PoolDetail) XXX_Size() int
- func (m *PoolDetail) XXX_Unmarshal(b []byte) error
- type PoolStatus
- type QueryBondedPoolsByDenomRequest
- func (*QueryBondedPoolsByDenomRequest) Descriptor() ([]byte, []int)
- func (m *QueryBondedPoolsByDenomRequest) GetDenom() string
- func (m *QueryBondedPoolsByDenomRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryBondedPoolsByDenomRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryBondedPoolsByDenomRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryBondedPoolsByDenomRequest) ProtoMessage()
- func (m *QueryBondedPoolsByDenomRequest) Reset()
- func (m *QueryBondedPoolsByDenomRequest) Size() (n int)
- func (m *QueryBondedPoolsByDenomRequest) String() string
- func (m *QueryBondedPoolsByDenomRequest) Unmarshal(dAtA []byte) error
- func (m *QueryBondedPoolsByDenomRequest) XXX_DiscardUnknown()
- func (m *QueryBondedPoolsByDenomRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryBondedPoolsByDenomRequest) XXX_Merge(src proto.Message)
- func (m *QueryBondedPoolsByDenomRequest) XXX_Size() int
- func (m *QueryBondedPoolsByDenomRequest) XXX_Unmarshal(b []byte) error
- type QueryBondedPoolsByDenomResponse
- func (*QueryBondedPoolsByDenomResponse) Descriptor() ([]byte, []int)
- func (m *QueryBondedPoolsByDenomResponse) GetAddrs() []string
- func (m *QueryBondedPoolsByDenomResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryBondedPoolsByDenomResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryBondedPoolsByDenomResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryBondedPoolsByDenomResponse) ProtoMessage()
- func (m *QueryBondedPoolsByDenomResponse) Reset()
- func (m *QueryBondedPoolsByDenomResponse) Size() (n int)
- func (m *QueryBondedPoolsByDenomResponse) String() string
- func (m *QueryBondedPoolsByDenomResponse) Unmarshal(dAtA []byte) error
- func (m *QueryBondedPoolsByDenomResponse) XXX_DiscardUnknown()
- func (m *QueryBondedPoolsByDenomResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryBondedPoolsByDenomResponse) XXX_Merge(src proto.Message)
- func (m *QueryBondedPoolsByDenomResponse) XXX_Size() int
- func (m *QueryBondedPoolsByDenomResponse) XXX_Unmarshal(b []byte) error
- type QueryClient
- type QueryEraExchangeRatesByDenomRequest
- func (*QueryEraExchangeRatesByDenomRequest) Descriptor() ([]byte, []int)
- func (m *QueryEraExchangeRatesByDenomRequest) GetDenom() string
- func (m *QueryEraExchangeRatesByDenomRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryEraExchangeRatesByDenomRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryEraExchangeRatesByDenomRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryEraExchangeRatesByDenomRequest) ProtoMessage()
- func (m *QueryEraExchangeRatesByDenomRequest) Reset()
- func (m *QueryEraExchangeRatesByDenomRequest) Size() (n int)
- func (m *QueryEraExchangeRatesByDenomRequest) String() string
- func (m *QueryEraExchangeRatesByDenomRequest) Unmarshal(dAtA []byte) error
- func (m *QueryEraExchangeRatesByDenomRequest) XXX_DiscardUnknown()
- func (m *QueryEraExchangeRatesByDenomRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryEraExchangeRatesByDenomRequest) XXX_Merge(src proto.Message)
- func (m *QueryEraExchangeRatesByDenomRequest) XXX_Size() int
- func (m *QueryEraExchangeRatesByDenomRequest) XXX_Unmarshal(b []byte) error
- type QueryEraExchangeRatesByDenomResponse
- func (*QueryEraExchangeRatesByDenomResponse) Descriptor() ([]byte, []int)
- func (m *QueryEraExchangeRatesByDenomResponse) GetEraExchangeRates() []EraExchangeRate
- func (m *QueryEraExchangeRatesByDenomResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryEraExchangeRatesByDenomResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryEraExchangeRatesByDenomResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryEraExchangeRatesByDenomResponse) ProtoMessage()
- func (m *QueryEraExchangeRatesByDenomResponse) Reset()
- func (m *QueryEraExchangeRatesByDenomResponse) Size() (n int)
- func (m *QueryEraExchangeRatesByDenomResponse) String() string
- func (m *QueryEraExchangeRatesByDenomResponse) Unmarshal(dAtA []byte) error
- func (m *QueryEraExchangeRatesByDenomResponse) XXX_DiscardUnknown()
- func (m *QueryEraExchangeRatesByDenomResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryEraExchangeRatesByDenomResponse) XXX_Merge(src proto.Message)
- func (m *QueryEraExchangeRatesByDenomResponse) XXX_Size() int
- func (m *QueryEraExchangeRatesByDenomResponse) XXX_Unmarshal(b []byte) error
- type QueryExchangeRateAllRequest
- func (*QueryExchangeRateAllRequest) Descriptor() ([]byte, []int)
- func (m *QueryExchangeRateAllRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryExchangeRateAllRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryExchangeRateAllRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryExchangeRateAllRequest) ProtoMessage()
- func (m *QueryExchangeRateAllRequest) Reset()
- func (m *QueryExchangeRateAllRequest) Size() (n int)
- func (m *QueryExchangeRateAllRequest) String() string
- func (m *QueryExchangeRateAllRequest) Unmarshal(dAtA []byte) error
- func (m *QueryExchangeRateAllRequest) XXX_DiscardUnknown()
- func (m *QueryExchangeRateAllRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryExchangeRateAllRequest) XXX_Merge(src proto.Message)
- func (m *QueryExchangeRateAllRequest) XXX_Size() int
- func (m *QueryExchangeRateAllRequest) XXX_Unmarshal(b []byte) error
- type QueryExchangeRateAllResponse
- func (*QueryExchangeRateAllResponse) Descriptor() ([]byte, []int)
- func (m *QueryExchangeRateAllResponse) GetExchangeRates() []ExchangeRate
- func (m *QueryExchangeRateAllResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryExchangeRateAllResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryExchangeRateAllResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryExchangeRateAllResponse) ProtoMessage()
- func (m *QueryExchangeRateAllResponse) Reset()
- func (m *QueryExchangeRateAllResponse) Size() (n int)
- func (m *QueryExchangeRateAllResponse) String() string
- func (m *QueryExchangeRateAllResponse) Unmarshal(dAtA []byte) error
- func (m *QueryExchangeRateAllResponse) XXX_DiscardUnknown()
- func (m *QueryExchangeRateAllResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryExchangeRateAllResponse) XXX_Merge(src proto.Message)
- func (m *QueryExchangeRateAllResponse) XXX_Size() int
- func (m *QueryExchangeRateAllResponse) XXX_Unmarshal(b []byte) error
- type QueryGetBondPipelineRequest
- func (*QueryGetBondPipelineRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetBondPipelineRequest) GetDenom() string
- func (m *QueryGetBondPipelineRequest) GetPool() string
- func (m *QueryGetBondPipelineRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetBondPipelineRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetBondPipelineRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetBondPipelineRequest) ProtoMessage()
- func (m *QueryGetBondPipelineRequest) Reset()
- func (m *QueryGetBondPipelineRequest) Size() (n int)
- func (m *QueryGetBondPipelineRequest) String() string
- func (m *QueryGetBondPipelineRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetBondPipelineRequest) XXX_DiscardUnknown()
- func (m *QueryGetBondPipelineRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetBondPipelineRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetBondPipelineRequest) XXX_Size() int
- func (m *QueryGetBondPipelineRequest) XXX_Unmarshal(b []byte) error
- type QueryGetBondPipelineResponse
- func (*QueryGetBondPipelineResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetBondPipelineResponse) GetPipeline() BondPipeline
- func (m *QueryGetBondPipelineResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetBondPipelineResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetBondPipelineResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetBondPipelineResponse) ProtoMessage()
- func (m *QueryGetBondPipelineResponse) Reset()
- func (m *QueryGetBondPipelineResponse) Size() (n int)
- func (m *QueryGetBondPipelineResponse) String() string
- func (m *QueryGetBondPipelineResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetBondPipelineResponse) XXX_DiscardUnknown()
- func (m *QueryGetBondPipelineResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetBondPipelineResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetBondPipelineResponse) XXX_Size() int
- func (m *QueryGetBondPipelineResponse) XXX_Unmarshal(b []byte) error
- type QueryGetBondRecordRequest
- func (*QueryGetBondRecordRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetBondRecordRequest) GetDenom() string
- func (m *QueryGetBondRecordRequest) GetTxhash() string
- func (m *QueryGetBondRecordRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetBondRecordRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetBondRecordRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetBondRecordRequest) ProtoMessage()
- func (m *QueryGetBondRecordRequest) Reset()
- func (m *QueryGetBondRecordRequest) Size() (n int)
- func (m *QueryGetBondRecordRequest) String() string
- func (m *QueryGetBondRecordRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetBondRecordRequest) XXX_DiscardUnknown()
- func (m *QueryGetBondRecordRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetBondRecordRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetBondRecordRequest) XXX_Size() int
- func (m *QueryGetBondRecordRequest) XXX_Unmarshal(b []byte) error
- type QueryGetBondRecordResponse
- func (*QueryGetBondRecordResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetBondRecordResponse) GetBondRecord() BondRecord
- func (m *QueryGetBondRecordResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetBondRecordResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetBondRecordResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetBondRecordResponse) ProtoMessage()
- func (m *QueryGetBondRecordResponse) Reset()
- func (m *QueryGetBondRecordResponse) Size() (n int)
- func (m *QueryGetBondRecordResponse) String() string
- func (m *QueryGetBondRecordResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetBondRecordResponse) XXX_DiscardUnknown()
- func (m *QueryGetBondRecordResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetBondRecordResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetBondRecordResponse) XXX_Size() int
- func (m *QueryGetBondRecordResponse) XXX_Unmarshal(b []byte) error
- type QueryGetChainEraRequest
- func (*QueryGetChainEraRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetChainEraRequest) GetDenom() string
- func (m *QueryGetChainEraRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetChainEraRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetChainEraRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetChainEraRequest) ProtoMessage()
- func (m *QueryGetChainEraRequest) Reset()
- func (m *QueryGetChainEraRequest) Size() (n int)
- func (m *QueryGetChainEraRequest) String() string
- func (m *QueryGetChainEraRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetChainEraRequest) XXX_DiscardUnknown()
- func (m *QueryGetChainEraRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetChainEraRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetChainEraRequest) XXX_Size() int
- func (m *QueryGetChainEraRequest) XXX_Unmarshal(b []byte) error
- type QueryGetChainEraResponse
- func (*QueryGetChainEraResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetChainEraResponse) GetEra() uint32
- func (m *QueryGetChainEraResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetChainEraResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetChainEraResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetChainEraResponse) ProtoMessage()
- func (m *QueryGetChainEraResponse) Reset()
- func (m *QueryGetChainEraResponse) Size() (n int)
- func (m *QueryGetChainEraResponse) String() string
- func (m *QueryGetChainEraResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetChainEraResponse) XXX_DiscardUnknown()
- func (m *QueryGetChainEraResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetChainEraResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetChainEraResponse) XXX_Size() int
- func (m *QueryGetChainEraResponse) XXX_Unmarshal(b []byte) error
- type QueryGetCurrentEraSnapshotRequest
- func (*QueryGetCurrentEraSnapshotRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetCurrentEraSnapshotRequest) GetDenom() string
- func (m *QueryGetCurrentEraSnapshotRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetCurrentEraSnapshotRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetCurrentEraSnapshotRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetCurrentEraSnapshotRequest) ProtoMessage()
- func (m *QueryGetCurrentEraSnapshotRequest) Reset()
- func (m *QueryGetCurrentEraSnapshotRequest) Size() (n int)
- func (m *QueryGetCurrentEraSnapshotRequest) String() string
- func (m *QueryGetCurrentEraSnapshotRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetCurrentEraSnapshotRequest) XXX_DiscardUnknown()
- func (m *QueryGetCurrentEraSnapshotRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetCurrentEraSnapshotRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetCurrentEraSnapshotRequest) XXX_Size() int
- func (m *QueryGetCurrentEraSnapshotRequest) XXX_Unmarshal(b []byte) error
- type QueryGetCurrentEraSnapshotResponse
- func (*QueryGetCurrentEraSnapshotResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetCurrentEraSnapshotResponse) GetShotIds() []string
- func (m *QueryGetCurrentEraSnapshotResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetCurrentEraSnapshotResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetCurrentEraSnapshotResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetCurrentEraSnapshotResponse) ProtoMessage()
- func (m *QueryGetCurrentEraSnapshotResponse) Reset()
- func (m *QueryGetCurrentEraSnapshotResponse) Size() (n int)
- func (m *QueryGetCurrentEraSnapshotResponse) String() string
- func (m *QueryGetCurrentEraSnapshotResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetCurrentEraSnapshotResponse) XXX_DiscardUnknown()
- func (m *QueryGetCurrentEraSnapshotResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetCurrentEraSnapshotResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetCurrentEraSnapshotResponse) XXX_Size() int
- func (m *QueryGetCurrentEraSnapshotResponse) XXX_Unmarshal(b []byte) error
- type QueryGetEraExchangeRateRequest
- func (*QueryGetEraExchangeRateRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetEraExchangeRateRequest) GetDenom() string
- func (m *QueryGetEraExchangeRateRequest) GetEra() uint32
- func (m *QueryGetEraExchangeRateRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetEraExchangeRateRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetEraExchangeRateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetEraExchangeRateRequest) ProtoMessage()
- func (m *QueryGetEraExchangeRateRequest) Reset()
- func (m *QueryGetEraExchangeRateRequest) Size() (n int)
- func (m *QueryGetEraExchangeRateRequest) String() string
- func (m *QueryGetEraExchangeRateRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetEraExchangeRateRequest) XXX_DiscardUnknown()
- func (m *QueryGetEraExchangeRateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetEraExchangeRateRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetEraExchangeRateRequest) XXX_Size() int
- func (m *QueryGetEraExchangeRateRequest) XXX_Unmarshal(b []byte) error
- type QueryGetEraExchangeRateResponse
- func (*QueryGetEraExchangeRateResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetEraExchangeRateResponse) GetEraExchangeRate() EraExchangeRate
- func (m *QueryGetEraExchangeRateResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetEraExchangeRateResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetEraExchangeRateResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetEraExchangeRateResponse) ProtoMessage()
- func (m *QueryGetEraExchangeRateResponse) Reset()
- func (m *QueryGetEraExchangeRateResponse) Size() (n int)
- func (m *QueryGetEraExchangeRateResponse) String() string
- func (m *QueryGetEraExchangeRateResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetEraExchangeRateResponse) XXX_DiscardUnknown()
- func (m *QueryGetEraExchangeRateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetEraExchangeRateResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetEraExchangeRateResponse) XXX_Size() int
- func (m *QueryGetEraExchangeRateResponse) XXX_Unmarshal(b []byte) error
- type QueryGetEraSnapshotRequest
- func (*QueryGetEraSnapshotRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetEraSnapshotRequest) GetDenom() string
- func (m *QueryGetEraSnapshotRequest) GetEra() uint32
- func (m *QueryGetEraSnapshotRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetEraSnapshotRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetEraSnapshotRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetEraSnapshotRequest) ProtoMessage()
- func (m *QueryGetEraSnapshotRequest) Reset()
- func (m *QueryGetEraSnapshotRequest) Size() (n int)
- func (m *QueryGetEraSnapshotRequest) String() string
- func (m *QueryGetEraSnapshotRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetEraSnapshotRequest) XXX_DiscardUnknown()
- func (m *QueryGetEraSnapshotRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetEraSnapshotRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetEraSnapshotRequest) XXX_Size() int
- func (m *QueryGetEraSnapshotRequest) XXX_Unmarshal(b []byte) error
- type QueryGetEraSnapshotResponse
- func (*QueryGetEraSnapshotResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetEraSnapshotResponse) GetShotIds() []string
- func (m *QueryGetEraSnapshotResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetEraSnapshotResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetEraSnapshotResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetEraSnapshotResponse) ProtoMessage()
- func (m *QueryGetEraSnapshotResponse) Reset()
- func (m *QueryGetEraSnapshotResponse) Size() (n int)
- func (m *QueryGetEraSnapshotResponse) String() string
- func (m *QueryGetEraSnapshotResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetEraSnapshotResponse) XXX_DiscardUnknown()
- func (m *QueryGetEraSnapshotResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetEraSnapshotResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetEraSnapshotResponse) XXX_Size() int
- func (m *QueryGetEraSnapshotResponse) XXX_Unmarshal(b []byte) error
- type QueryGetEraUnbondLimitRequest
- func (*QueryGetEraUnbondLimitRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetEraUnbondLimitRequest) GetDenom() string
- func (m *QueryGetEraUnbondLimitRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetEraUnbondLimitRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetEraUnbondLimitRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetEraUnbondLimitRequest) ProtoMessage()
- func (m *QueryGetEraUnbondLimitRequest) Reset()
- func (m *QueryGetEraUnbondLimitRequest) Size() (n int)
- func (m *QueryGetEraUnbondLimitRequest) String() string
- func (m *QueryGetEraUnbondLimitRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetEraUnbondLimitRequest) XXX_DiscardUnknown()
- func (m *QueryGetEraUnbondLimitRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetEraUnbondLimitRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetEraUnbondLimitRequest) XXX_Size() int
- func (m *QueryGetEraUnbondLimitRequest) XXX_Unmarshal(b []byte) error
- type QueryGetEraUnbondLimitResponse
- func (*QueryGetEraUnbondLimitResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetEraUnbondLimitResponse) GetLimit() uint32
- func (m *QueryGetEraUnbondLimitResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetEraUnbondLimitResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetEraUnbondLimitResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetEraUnbondLimitResponse) ProtoMessage()
- func (m *QueryGetEraUnbondLimitResponse) Reset()
- func (m *QueryGetEraUnbondLimitResponse) Size() (n int)
- func (m *QueryGetEraUnbondLimitResponse) String() string
- func (m *QueryGetEraUnbondLimitResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetEraUnbondLimitResponse) XXX_DiscardUnknown()
- func (m *QueryGetEraUnbondLimitResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetEraUnbondLimitResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetEraUnbondLimitResponse) XXX_Size() int
- func (m *QueryGetEraUnbondLimitResponse) XXX_Unmarshal(b []byte) error
- type QueryGetExchangeRateRequest
- func (*QueryGetExchangeRateRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetExchangeRateRequest) GetDenom() string
- func (m *QueryGetExchangeRateRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetExchangeRateRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetExchangeRateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetExchangeRateRequest) ProtoMessage()
- func (m *QueryGetExchangeRateRequest) Reset()
- func (m *QueryGetExchangeRateRequest) Size() (n int)
- func (m *QueryGetExchangeRateRequest) String() string
- func (m *QueryGetExchangeRateRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetExchangeRateRequest) XXX_DiscardUnknown()
- func (m *QueryGetExchangeRateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetExchangeRateRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetExchangeRateRequest) XXX_Size() int
- func (m *QueryGetExchangeRateRequest) XXX_Unmarshal(b []byte) error
- type QueryGetExchangeRateResponse
- func (*QueryGetExchangeRateResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetExchangeRateResponse) GetExchangeRate() ExchangeRate
- func (m *QueryGetExchangeRateResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetExchangeRateResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetExchangeRateResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetExchangeRateResponse) ProtoMessage()
- func (m *QueryGetExchangeRateResponse) Reset()
- func (m *QueryGetExchangeRateResponse) Size() (n int)
- func (m *QueryGetExchangeRateResponse) String() string
- func (m *QueryGetExchangeRateResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetExchangeRateResponse) XXX_DiscardUnknown()
- func (m *QueryGetExchangeRateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetExchangeRateResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetExchangeRateResponse) XXX_Size() int
- func (m *QueryGetExchangeRateResponse) XXX_Unmarshal(b []byte) error
- type QueryGetPoolDetailRequest
- func (*QueryGetPoolDetailRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetPoolDetailRequest) GetDenom() string
- func (m *QueryGetPoolDetailRequest) GetPool() string
- func (m *QueryGetPoolDetailRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetPoolDetailRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetPoolDetailRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetPoolDetailRequest) ProtoMessage()
- func (m *QueryGetPoolDetailRequest) Reset()
- func (m *QueryGetPoolDetailRequest) Size() (n int)
- func (m *QueryGetPoolDetailRequest) String() string
- func (m *QueryGetPoolDetailRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetPoolDetailRequest) XXX_DiscardUnknown()
- func (m *QueryGetPoolDetailRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetPoolDetailRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetPoolDetailRequest) XXX_Size() int
- func (m *QueryGetPoolDetailRequest) XXX_Unmarshal(b []byte) error
- type QueryGetPoolDetailResponse
- func (*QueryGetPoolDetailResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetPoolDetailResponse) GetDetail() PoolDetail
- func (m *QueryGetPoolDetailResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetPoolDetailResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetPoolDetailResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetPoolDetailResponse) ProtoMessage()
- func (m *QueryGetPoolDetailResponse) Reset()
- func (m *QueryGetPoolDetailResponse) Size() (n int)
- func (m *QueryGetPoolDetailResponse) String() string
- func (m *QueryGetPoolDetailResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetPoolDetailResponse) XXX_DiscardUnknown()
- func (m *QueryGetPoolDetailResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetPoolDetailResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetPoolDetailResponse) XXX_Size() int
- func (m *QueryGetPoolDetailResponse) XXX_Unmarshal(b []byte) error
- type QueryGetProtocolFeeReceiverRequest
- func (*QueryGetProtocolFeeReceiverRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetProtocolFeeReceiverRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetProtocolFeeReceiverRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetProtocolFeeReceiverRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetProtocolFeeReceiverRequest) ProtoMessage()
- func (m *QueryGetProtocolFeeReceiverRequest) Reset()
- func (m *QueryGetProtocolFeeReceiverRequest) Size() (n int)
- func (m *QueryGetProtocolFeeReceiverRequest) String() string
- func (m *QueryGetProtocolFeeReceiverRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetProtocolFeeReceiverRequest) XXX_DiscardUnknown()
- func (m *QueryGetProtocolFeeReceiverRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetProtocolFeeReceiverRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetProtocolFeeReceiverRequest) XXX_Size() int
- func (m *QueryGetProtocolFeeReceiverRequest) XXX_Unmarshal(b []byte) error
- type QueryGetProtocolFeeReceiverResponse
- func (*QueryGetProtocolFeeReceiverResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetProtocolFeeReceiverResponse) GetReceiver() string
- func (m *QueryGetProtocolFeeReceiverResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetProtocolFeeReceiverResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetProtocolFeeReceiverResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetProtocolFeeReceiverResponse) ProtoMessage()
- func (m *QueryGetProtocolFeeReceiverResponse) Reset()
- func (m *QueryGetProtocolFeeReceiverResponse) Size() (n int)
- func (m *QueryGetProtocolFeeReceiverResponse) String() string
- func (m *QueryGetProtocolFeeReceiverResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetProtocolFeeReceiverResponse) XXX_DiscardUnknown()
- func (m *QueryGetProtocolFeeReceiverResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetProtocolFeeReceiverResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetProtocolFeeReceiverResponse) XXX_Size() int
- func (m *QueryGetProtocolFeeReceiverResponse) XXX_Unmarshal(b []byte) error
- type QueryGetRParamsRequest
- func (*QueryGetRParamsRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetRParamsRequest) GetDenom() string
- func (m *QueryGetRParamsRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetRParamsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetRParamsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetRParamsRequest) ProtoMessage()
- func (m *QueryGetRParamsRequest) Reset()
- func (m *QueryGetRParamsRequest) Size() (n int)
- func (m *QueryGetRParamsRequest) String() string
- func (m *QueryGetRParamsRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetRParamsRequest) XXX_DiscardUnknown()
- func (m *QueryGetRParamsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetRParamsRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetRParamsRequest) XXX_Size() int
- func (m *QueryGetRParamsRequest) XXX_Unmarshal(b []byte) error
- type QueryGetRParamsResponse
- func (*QueryGetRParamsResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetRParamsResponse) GetRParams() RParams
- func (m *QueryGetRParamsResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetRParamsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetRParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetRParamsResponse) ProtoMessage()
- func (m *QueryGetRParamsResponse) Reset()
- func (m *QueryGetRParamsResponse) Size() (n int)
- func (m *QueryGetRParamsResponse) String() string
- func (m *QueryGetRParamsResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetRParamsResponse) XXX_DiscardUnknown()
- func (m *QueryGetRParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetRParamsResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetRParamsResponse) XXX_Size() int
- func (m *QueryGetRParamsResponse) XXX_Unmarshal(b []byte) error
- type QueryGetSignatureRequest
- func (*QueryGetSignatureRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetSignatureRequest) GetDenom() string
- func (m *QueryGetSignatureRequest) GetEra() uint32
- func (m *QueryGetSignatureRequest) GetPool() string
- func (m *QueryGetSignatureRequest) GetPropId() string
- func (m *QueryGetSignatureRequest) GetTxType() OriginalTxType
- func (m *QueryGetSignatureRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetSignatureRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetSignatureRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetSignatureRequest) ProtoMessage()
- func (m *QueryGetSignatureRequest) Reset()
- func (m *QueryGetSignatureRequest) Size() (n int)
- func (m *QueryGetSignatureRequest) String() string
- func (m *QueryGetSignatureRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetSignatureRequest) XXX_DiscardUnknown()
- func (m *QueryGetSignatureRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetSignatureRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetSignatureRequest) XXX_Size() int
- func (m *QueryGetSignatureRequest) XXX_Unmarshal(b []byte) error
- type QueryGetSignatureResponse
- func (*QueryGetSignatureResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetSignatureResponse) GetSignature() Signature
- func (m *QueryGetSignatureResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetSignatureResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetSignatureResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetSignatureResponse) ProtoMessage()
- func (m *QueryGetSignatureResponse) Reset()
- func (m *QueryGetSignatureResponse) Size() (n int)
- func (m *QueryGetSignatureResponse) String() string
- func (m *QueryGetSignatureResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetSignatureResponse) XXX_DiscardUnknown()
- func (m *QueryGetSignatureResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetSignatureResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetSignatureResponse) XXX_Size() int
- func (m *QueryGetSignatureResponse) XXX_Unmarshal(b []byte) error
- type QueryGetSnapshotRequest
- func (*QueryGetSnapshotRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetSnapshotRequest) GetShotId() string
- func (m *QueryGetSnapshotRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetSnapshotRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetSnapshotRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetSnapshotRequest) ProtoMessage()
- func (m *QueryGetSnapshotRequest) Reset()
- func (m *QueryGetSnapshotRequest) Size() (n int)
- func (m *QueryGetSnapshotRequest) String() string
- func (m *QueryGetSnapshotRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetSnapshotRequest) XXX_DiscardUnknown()
- func (m *QueryGetSnapshotRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetSnapshotRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetSnapshotRequest) XXX_Size() int
- func (m *QueryGetSnapshotRequest) XXX_Unmarshal(b []byte) error
- type QueryGetSnapshotResponse
- func (*QueryGetSnapshotResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetSnapshotResponse) GetShot() BondSnapshot
- func (m *QueryGetSnapshotResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetSnapshotResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetSnapshotResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetSnapshotResponse) ProtoMessage()
- func (m *QueryGetSnapshotResponse) Reset()
- func (m *QueryGetSnapshotResponse) Size() (n int)
- func (m *QueryGetSnapshotResponse) String() string
- func (m *QueryGetSnapshotResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetSnapshotResponse) XXX_DiscardUnknown()
- func (m *QueryGetSnapshotResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetSnapshotResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetSnapshotResponse) XXX_Size() int
- func (m *QueryGetSnapshotResponse) XXX_Unmarshal(b []byte) error
- type QueryGetStakingRewardCommissionRequest
- func (*QueryGetStakingRewardCommissionRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetStakingRewardCommissionRequest) GetDenom() string
- func (m *QueryGetStakingRewardCommissionRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetStakingRewardCommissionRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetStakingRewardCommissionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetStakingRewardCommissionRequest) ProtoMessage()
- func (m *QueryGetStakingRewardCommissionRequest) Reset()
- func (m *QueryGetStakingRewardCommissionRequest) Size() (n int)
- func (m *QueryGetStakingRewardCommissionRequest) String() string
- func (m *QueryGetStakingRewardCommissionRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetStakingRewardCommissionRequest) XXX_DiscardUnknown()
- func (m *QueryGetStakingRewardCommissionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetStakingRewardCommissionRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetStakingRewardCommissionRequest) XXX_Size() int
- func (m *QueryGetStakingRewardCommissionRequest) XXX_Unmarshal(b []byte) error
- type QueryGetStakingRewardCommissionResponse
- func (*QueryGetStakingRewardCommissionResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetStakingRewardCommissionResponse) GetCommission() string
- func (m *QueryGetStakingRewardCommissionResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetStakingRewardCommissionResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetStakingRewardCommissionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetStakingRewardCommissionResponse) ProtoMessage()
- func (m *QueryGetStakingRewardCommissionResponse) Reset()
- func (m *QueryGetStakingRewardCommissionResponse) Size() (n int)
- func (m *QueryGetStakingRewardCommissionResponse) String() string
- func (m *QueryGetStakingRewardCommissionResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetStakingRewardCommissionResponse) XXX_DiscardUnknown()
- func (m *QueryGetStakingRewardCommissionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetStakingRewardCommissionResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetStakingRewardCommissionResponse) XXX_Size() int
- func (m *QueryGetStakingRewardCommissionResponse) XXX_Unmarshal(b []byte) error
- type QueryGetTotalExpectedActiveRequest
- func (*QueryGetTotalExpectedActiveRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetTotalExpectedActiveRequest) GetDenom() string
- func (m *QueryGetTotalExpectedActiveRequest) GetEra() uint32
- func (m *QueryGetTotalExpectedActiveRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetTotalExpectedActiveRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetTotalExpectedActiveRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetTotalExpectedActiveRequest) ProtoMessage()
- func (m *QueryGetTotalExpectedActiveRequest) Reset()
- func (m *QueryGetTotalExpectedActiveRequest) Size() (n int)
- func (m *QueryGetTotalExpectedActiveRequest) String() string
- func (m *QueryGetTotalExpectedActiveRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetTotalExpectedActiveRequest) XXX_DiscardUnknown()
- func (m *QueryGetTotalExpectedActiveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetTotalExpectedActiveRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetTotalExpectedActiveRequest) XXX_Size() int
- func (m *QueryGetTotalExpectedActiveRequest) XXX_Unmarshal(b []byte) error
- type QueryGetTotalExpectedActiveResponse
- func (*QueryGetTotalExpectedActiveResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetTotalExpectedActiveResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetTotalExpectedActiveResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetTotalExpectedActiveResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetTotalExpectedActiveResponse) ProtoMessage()
- func (m *QueryGetTotalExpectedActiveResponse) Reset()
- func (m *QueryGetTotalExpectedActiveResponse) Size() (n int)
- func (m *QueryGetTotalExpectedActiveResponse) String() string
- func (m *QueryGetTotalExpectedActiveResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetTotalExpectedActiveResponse) XXX_DiscardUnknown()
- func (m *QueryGetTotalExpectedActiveResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetTotalExpectedActiveResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetTotalExpectedActiveResponse) XXX_Size() int
- func (m *QueryGetTotalExpectedActiveResponse) XXX_Unmarshal(b []byte) error
- type QueryGetUnbondCommissionRequest
- func (*QueryGetUnbondCommissionRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetUnbondCommissionRequest) GetDenom() string
- func (m *QueryGetUnbondCommissionRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetUnbondCommissionRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetUnbondCommissionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetUnbondCommissionRequest) ProtoMessage()
- func (m *QueryGetUnbondCommissionRequest) Reset()
- func (m *QueryGetUnbondCommissionRequest) Size() (n int)
- func (m *QueryGetUnbondCommissionRequest) String() string
- func (m *QueryGetUnbondCommissionRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetUnbondCommissionRequest) XXX_DiscardUnknown()
- func (m *QueryGetUnbondCommissionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetUnbondCommissionRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetUnbondCommissionRequest) XXX_Size() int
- func (m *QueryGetUnbondCommissionRequest) XXX_Unmarshal(b []byte) error
- type QueryGetUnbondCommissionResponse
- func (*QueryGetUnbondCommissionResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetUnbondCommissionResponse) GetCommission() string
- func (m *QueryGetUnbondCommissionResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetUnbondCommissionResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetUnbondCommissionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetUnbondCommissionResponse) ProtoMessage()
- func (m *QueryGetUnbondCommissionResponse) Reset()
- func (m *QueryGetUnbondCommissionResponse) Size() (n int)
- func (m *QueryGetUnbondCommissionResponse) String() string
- func (m *QueryGetUnbondCommissionResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetUnbondCommissionResponse) XXX_DiscardUnknown()
- func (m *QueryGetUnbondCommissionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetUnbondCommissionResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetUnbondCommissionResponse) XXX_Size() int
- func (m *QueryGetUnbondCommissionResponse) XXX_Unmarshal(b []byte) error
- type QueryGetUnbondRelayFeeRequest
- func (*QueryGetUnbondRelayFeeRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetUnbondRelayFeeRequest) GetDenom() string
- func (m *QueryGetUnbondRelayFeeRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetUnbondRelayFeeRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetUnbondRelayFeeRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetUnbondRelayFeeRequest) ProtoMessage()
- func (m *QueryGetUnbondRelayFeeRequest) Reset()
- func (m *QueryGetUnbondRelayFeeRequest) Size() (n int)
- func (m *QueryGetUnbondRelayFeeRequest) String() string
- func (m *QueryGetUnbondRelayFeeRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetUnbondRelayFeeRequest) XXX_DiscardUnknown()
- func (m *QueryGetUnbondRelayFeeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetUnbondRelayFeeRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetUnbondRelayFeeRequest) XXX_Size() int
- func (m *QueryGetUnbondRelayFeeRequest) XXX_Unmarshal(b []byte) error
- type QueryGetUnbondRelayFeeResponse
- func (*QueryGetUnbondRelayFeeResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetUnbondRelayFeeResponse) GetFee() UnbondRelayFee
- func (m *QueryGetUnbondRelayFeeResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetUnbondRelayFeeResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetUnbondRelayFeeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetUnbondRelayFeeResponse) ProtoMessage()
- func (m *QueryGetUnbondRelayFeeResponse) Reset()
- func (m *QueryGetUnbondRelayFeeResponse) Size() (n int)
- func (m *QueryGetUnbondRelayFeeResponse) String() string
- func (m *QueryGetUnbondRelayFeeResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetUnbondRelayFeeResponse) XXX_DiscardUnknown()
- func (m *QueryGetUnbondRelayFeeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetUnbondRelayFeeResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetUnbondRelayFeeResponse) XXX_Size() int
- func (m *QueryGetUnbondRelayFeeResponse) XXX_Unmarshal(b []byte) error
- type QueryIcaPoolListRequest
- func (*QueryIcaPoolListRequest) Descriptor() ([]byte, []int)
- func (m *QueryIcaPoolListRequest) GetDenom() string
- func (m *QueryIcaPoolListRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryIcaPoolListRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryIcaPoolListRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryIcaPoolListRequest) ProtoMessage()
- func (m *QueryIcaPoolListRequest) Reset()
- func (m *QueryIcaPoolListRequest) Size() (n int)
- func (m *QueryIcaPoolListRequest) String() string
- func (m *QueryIcaPoolListRequest) Unmarshal(dAtA []byte) error
- func (m *QueryIcaPoolListRequest) XXX_DiscardUnknown()
- func (m *QueryIcaPoolListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryIcaPoolListRequest) XXX_Merge(src proto.Message)
- func (m *QueryIcaPoolListRequest) XXX_Size() int
- func (m *QueryIcaPoolListRequest) XXX_Unmarshal(b []byte) error
- type QueryIcaPoolListResponse
- func (*QueryIcaPoolListResponse) Descriptor() ([]byte, []int)
- func (m *QueryIcaPoolListResponse) GetIcaPoolList() []*IcaPoolDetail
- func (m *QueryIcaPoolListResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryIcaPoolListResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryIcaPoolListResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryIcaPoolListResponse) ProtoMessage()
- func (m *QueryIcaPoolListResponse) Reset()
- func (m *QueryIcaPoolListResponse) Size() (n int)
- func (m *QueryIcaPoolListResponse) String() string
- func (m *QueryIcaPoolListResponse) Unmarshal(dAtA []byte) error
- func (m *QueryIcaPoolListResponse) XXX_DiscardUnknown()
- func (m *QueryIcaPoolListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryIcaPoolListResponse) XXX_Merge(src proto.Message)
- func (m *QueryIcaPoolListResponse) XXX_Size() int
- func (m *QueryIcaPoolListResponse) XXX_Unmarshal(b []byte) error
- type QueryInterchainTxStatusRequest
- func (*QueryInterchainTxStatusRequest) Descriptor() ([]byte, []int)
- func (m *QueryInterchainTxStatusRequest) GetPropId() string
- func (m *QueryInterchainTxStatusRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryInterchainTxStatusRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryInterchainTxStatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryInterchainTxStatusRequest) ProtoMessage()
- func (m *QueryInterchainTxStatusRequest) Reset()
- func (m *QueryInterchainTxStatusRequest) Size() (n int)
- func (m *QueryInterchainTxStatusRequest) String() string
- func (m *QueryInterchainTxStatusRequest) Unmarshal(dAtA []byte) error
- func (m *QueryInterchainTxStatusRequest) XXX_DiscardUnknown()
- func (m *QueryInterchainTxStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryInterchainTxStatusRequest) XXX_Merge(src proto.Message)
- func (m *QueryInterchainTxStatusRequest) XXX_Size() int
- func (m *QueryInterchainTxStatusRequest) XXX_Unmarshal(b []byte) error
- type QueryInterchainTxStatusResponse
- func (*QueryInterchainTxStatusResponse) Descriptor() ([]byte, []int)
- func (m *QueryInterchainTxStatusResponse) GetInterchainTxStatus() InterchainTxStatus
- func (m *QueryInterchainTxStatusResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryInterchainTxStatusResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryInterchainTxStatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryInterchainTxStatusResponse) ProtoMessage()
- func (m *QueryInterchainTxStatusResponse) Reset()
- func (m *QueryInterchainTxStatusResponse) Size() (n int)
- func (m *QueryInterchainTxStatusResponse) String() string
- func (m *QueryInterchainTxStatusResponse) Unmarshal(dAtA []byte) error
- func (m *QueryInterchainTxStatusResponse) XXX_DiscardUnknown()
- func (m *QueryInterchainTxStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryInterchainTxStatusResponse) XXX_Merge(src proto.Message)
- func (m *QueryInterchainTxStatusResponse) XXX_Size() int
- func (m *QueryInterchainTxStatusResponse) XXX_Unmarshal(b []byte) error
- type QueryPoolUnbondNextSequenceRequest
- func (*QueryPoolUnbondNextSequenceRequest) Descriptor() ([]byte, []int)
- func (m *QueryPoolUnbondNextSequenceRequest) GetDenom() string
- func (m *QueryPoolUnbondNextSequenceRequest) GetPool() string
- func (m *QueryPoolUnbondNextSequenceRequest) GetUnlockEra() uint32
- func (m *QueryPoolUnbondNextSequenceRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryPoolUnbondNextSequenceRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryPoolUnbondNextSequenceRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryPoolUnbondNextSequenceRequest) ProtoMessage()
- func (m *QueryPoolUnbondNextSequenceRequest) Reset()
- func (m *QueryPoolUnbondNextSequenceRequest) Size() (n int)
- func (m *QueryPoolUnbondNextSequenceRequest) String() string
- func (m *QueryPoolUnbondNextSequenceRequest) Unmarshal(dAtA []byte) error
- func (m *QueryPoolUnbondNextSequenceRequest) XXX_DiscardUnknown()
- func (m *QueryPoolUnbondNextSequenceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryPoolUnbondNextSequenceRequest) XXX_Merge(src proto.Message)
- func (m *QueryPoolUnbondNextSequenceRequest) XXX_Size() int
- func (m *QueryPoolUnbondNextSequenceRequest) XXX_Unmarshal(b []byte) error
- type QueryPoolUnbondNextSequenceResponse
- func (*QueryPoolUnbondNextSequenceResponse) Descriptor() ([]byte, []int)
- func (m *QueryPoolUnbondNextSequenceResponse) GetNextSequence() uint32
- func (m *QueryPoolUnbondNextSequenceResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryPoolUnbondNextSequenceResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryPoolUnbondNextSequenceResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryPoolUnbondNextSequenceResponse) ProtoMessage()
- func (m *QueryPoolUnbondNextSequenceResponse) Reset()
- func (m *QueryPoolUnbondNextSequenceResponse) Size() (n int)
- func (m *QueryPoolUnbondNextSequenceResponse) String() string
- func (m *QueryPoolUnbondNextSequenceResponse) Unmarshal(dAtA []byte) error
- func (m *QueryPoolUnbondNextSequenceResponse) XXX_DiscardUnknown()
- func (m *QueryPoolUnbondNextSequenceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryPoolUnbondNextSequenceResponse) XXX_Merge(src proto.Message)
- func (m *QueryPoolUnbondNextSequenceResponse) XXX_Size() int
- func (m *QueryPoolUnbondNextSequenceResponse) XXX_Unmarshal(b []byte) error
- type QueryPoolUnbondingsRequest
- func (*QueryPoolUnbondingsRequest) Descriptor() ([]byte, []int)
- func (m *QueryPoolUnbondingsRequest) GetDenom() string
- func (m *QueryPoolUnbondingsRequest) GetPool() string
- func (m *QueryPoolUnbondingsRequest) GetUnlockEra() uint32
- func (m *QueryPoolUnbondingsRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryPoolUnbondingsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryPoolUnbondingsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryPoolUnbondingsRequest) ProtoMessage()
- func (m *QueryPoolUnbondingsRequest) Reset()
- func (m *QueryPoolUnbondingsRequest) Size() (n int)
- func (m *QueryPoolUnbondingsRequest) String() string
- func (m *QueryPoolUnbondingsRequest) Unmarshal(dAtA []byte) error
- func (m *QueryPoolUnbondingsRequest) XXX_DiscardUnknown()
- func (m *QueryPoolUnbondingsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryPoolUnbondingsRequest) XXX_Merge(src proto.Message)
- func (m *QueryPoolUnbondingsRequest) XXX_Size() int
- func (m *QueryPoolUnbondingsRequest) XXX_Unmarshal(b []byte) error
- type QueryPoolUnbondingsResponse
- func (*QueryPoolUnbondingsResponse) Descriptor() ([]byte, []int)
- func (m *QueryPoolUnbondingsResponse) GetUnbondings() []*Unbonding
- func (m *QueryPoolUnbondingsResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryPoolUnbondingsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryPoolUnbondingsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryPoolUnbondingsResponse) ProtoMessage()
- func (m *QueryPoolUnbondingsResponse) Reset()
- func (m *QueryPoolUnbondingsResponse) Size() (n int)
- func (m *QueryPoolUnbondingsResponse) String() string
- func (m *QueryPoolUnbondingsResponse) Unmarshal(dAtA []byte) error
- func (m *QueryPoolUnbondingsResponse) XXX_DiscardUnknown()
- func (m *QueryPoolUnbondingsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryPoolUnbondingsResponse) XXX_Merge(src proto.Message)
- func (m *QueryPoolUnbondingsResponse) XXX_Size() int
- func (m *QueryPoolUnbondingsResponse) XXX_Unmarshal(b []byte) error
- type QueryRelayFeeReceiverRequest
- func (*QueryRelayFeeReceiverRequest) Descriptor() ([]byte, []int)
- func (m *QueryRelayFeeReceiverRequest) GetDenom() string
- func (m *QueryRelayFeeReceiverRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryRelayFeeReceiverRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryRelayFeeReceiverRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryRelayFeeReceiverRequest) ProtoMessage()
- func (m *QueryRelayFeeReceiverRequest) Reset()
- func (m *QueryRelayFeeReceiverRequest) Size() (n int)
- func (m *QueryRelayFeeReceiverRequest) String() string
- func (m *QueryRelayFeeReceiverRequest) Unmarshal(dAtA []byte) error
- func (m *QueryRelayFeeReceiverRequest) XXX_DiscardUnknown()
- func (m *QueryRelayFeeReceiverRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryRelayFeeReceiverRequest) XXX_Merge(src proto.Message)
- func (m *QueryRelayFeeReceiverRequest) XXX_Size() int
- func (m *QueryRelayFeeReceiverRequest) XXX_Unmarshal(b []byte) error
- type QueryRelayFeeReceiverResponse
- func (*QueryRelayFeeReceiverResponse) Descriptor() ([]byte, []int)
- func (m *QueryRelayFeeReceiverResponse) GetReceiver() string
- func (m *QueryRelayFeeReceiverResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryRelayFeeReceiverResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryRelayFeeReceiverResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryRelayFeeReceiverResponse) ProtoMessage()
- func (m *QueryRelayFeeReceiverResponse) Reset()
- func (m *QueryRelayFeeReceiverResponse) Size() (n int)
- func (m *QueryRelayFeeReceiverResponse) String() string
- func (m *QueryRelayFeeReceiverResponse) Unmarshal(dAtA []byte) error
- func (m *QueryRelayFeeReceiverResponse) XXX_DiscardUnknown()
- func (m *QueryRelayFeeReceiverResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryRelayFeeReceiverResponse) XXX_Merge(src proto.Message)
- func (m *QueryRelayFeeReceiverResponse) XXX_Size() int
- func (m *QueryRelayFeeReceiverResponse) XXX_Unmarshal(b []byte) error
- type QueryServer
- type QueryTotalProtocolFeeRequest
- func (*QueryTotalProtocolFeeRequest) Descriptor() ([]byte, []int)
- func (m *QueryTotalProtocolFeeRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryTotalProtocolFeeRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryTotalProtocolFeeRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryTotalProtocolFeeRequest) ProtoMessage()
- func (m *QueryTotalProtocolFeeRequest) Reset()
- func (m *QueryTotalProtocolFeeRequest) Size() (n int)
- func (m *QueryTotalProtocolFeeRequest) String() string
- func (m *QueryTotalProtocolFeeRequest) Unmarshal(dAtA []byte) error
- func (m *QueryTotalProtocolFeeRequest) XXX_DiscardUnknown()
- func (m *QueryTotalProtocolFeeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryTotalProtocolFeeRequest) XXX_Merge(src proto.Message)
- func (m *QueryTotalProtocolFeeRequest) XXX_Size() int
- func (m *QueryTotalProtocolFeeRequest) XXX_Unmarshal(b []byte) error
- type QueryTotalProtocolFeeResponse
- func (*QueryTotalProtocolFeeResponse) Descriptor() ([]byte, []int)
- func (m *QueryTotalProtocolFeeResponse) GetTotalProtocolFeeList() []*TotalProtocolFee
- func (m *QueryTotalProtocolFeeResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryTotalProtocolFeeResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryTotalProtocolFeeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryTotalProtocolFeeResponse) ProtoMessage()
- func (m *QueryTotalProtocolFeeResponse) Reset()
- func (m *QueryTotalProtocolFeeResponse) Size() (n int)
- func (m *QueryTotalProtocolFeeResponse) String() string
- func (m *QueryTotalProtocolFeeResponse) Unmarshal(dAtA []byte) error
- func (m *QueryTotalProtocolFeeResponse) XXX_DiscardUnknown()
- func (m *QueryTotalProtocolFeeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryTotalProtocolFeeResponse) XXX_Merge(src proto.Message)
- func (m *QueryTotalProtocolFeeResponse) XXX_Size() int
- func (m *QueryTotalProtocolFeeResponse) XXX_Unmarshal(b []byte) error
- type QueryUnbondSwitchRequest
- func (*QueryUnbondSwitchRequest) Descriptor() ([]byte, []int)
- func (m *QueryUnbondSwitchRequest) GetDenom() string
- func (m *QueryUnbondSwitchRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryUnbondSwitchRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryUnbondSwitchRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryUnbondSwitchRequest) ProtoMessage()
- func (m *QueryUnbondSwitchRequest) Reset()
- func (m *QueryUnbondSwitchRequest) Size() (n int)
- func (m *QueryUnbondSwitchRequest) String() string
- func (m *QueryUnbondSwitchRequest) Unmarshal(dAtA []byte) error
- func (m *QueryUnbondSwitchRequest) XXX_DiscardUnknown()
- func (m *QueryUnbondSwitchRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryUnbondSwitchRequest) XXX_Merge(src proto.Message)
- func (m *QueryUnbondSwitchRequest) XXX_Size() int
- func (m *QueryUnbondSwitchRequest) XXX_Unmarshal(b []byte) error
- type QueryUnbondSwitchResponse
- func (*QueryUnbondSwitchResponse) Descriptor() ([]byte, []int)
- func (m *QueryUnbondSwitchResponse) GetIsOpen() bool
- func (m *QueryUnbondSwitchResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryUnbondSwitchResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryUnbondSwitchResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryUnbondSwitchResponse) ProtoMessage()
- func (m *QueryUnbondSwitchResponse) Reset()
- func (m *QueryUnbondSwitchResponse) Size() (n int)
- func (m *QueryUnbondSwitchResponse) String() string
- func (m *QueryUnbondSwitchResponse) Unmarshal(dAtA []byte) error
- func (m *QueryUnbondSwitchResponse) XXX_DiscardUnknown()
- func (m *QueryUnbondSwitchResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryUnbondSwitchResponse) XXX_Merge(src proto.Message)
- func (m *QueryUnbondSwitchResponse) XXX_Size() int
- func (m *QueryUnbondSwitchResponse) XXX_Unmarshal(b []byte) error
- type RBankKeeper
- type RParams
- func (*RParams) Descriptor() ([]byte, []int)
- func (m *RParams) GetBondingDuration() uint32
- func (m *RParams) GetDenom() string
- func (m *RParams) GetEraSeconds() uint32
- func (m *RParams) GetGasPrice() string
- func (m *RParams) GetLeastBond() string
- func (m *RParams) GetOffset() int32
- func (m *RParams) Marshal() (dAtA []byte, err error)
- func (m *RParams) MarshalTo(dAtA []byte) (int, error)
- func (m *RParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RParams) ProtoMessage()
- func (m *RParams) Reset()
- func (m *RParams) Size() (n int)
- func (m *RParams) String() string
- func (m *RParams) Unmarshal(dAtA []byte) error
- func (m *RParams) XXX_DiscardUnknown()
- func (m *RParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RParams) XXX_Merge(src proto.Message)
- func (m *RParams) XXX_Size() int
- func (m *RParams) XXX_Unmarshal(b []byte) error
- type RelayFeeReceiver
- func (*RelayFeeReceiver) Descriptor() ([]byte, []int)
- func (m *RelayFeeReceiver) GetAddress() string
- func (m *RelayFeeReceiver) GetDenom() string
- func (m *RelayFeeReceiver) Marshal() (dAtA []byte, err error)
- func (m *RelayFeeReceiver) MarshalTo(dAtA []byte) (int, error)
- func (m *RelayFeeReceiver) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RelayFeeReceiver) ProtoMessage()
- func (m *RelayFeeReceiver) Reset()
- func (m *RelayFeeReceiver) Size() (n int)
- func (m *RelayFeeReceiver) String() string
- func (m *RelayFeeReceiver) Unmarshal(dAtA []byte) error
- func (m *RelayFeeReceiver) XXX_DiscardUnknown()
- func (m *RelayFeeReceiver) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RelayFeeReceiver) XXX_Merge(src proto.Message)
- func (m *RelayFeeReceiver) XXX_Size() int
- func (m *RelayFeeReceiver) XXX_Unmarshal(b []byte) error
- type RelayerKeeper
- type SetChainEraProposal
- func (*SetChainEraProposal) Descriptor() ([]byte, []int)
- func (m *SetChainEraProposal) GetDenom() string
- func (m *SetChainEraProposal) GetEra() uint32
- func (m *SetChainEraProposal) GetPropId() string
- func (m *SetChainEraProposal) GetProposer() string
- func (p *SetChainEraProposal) InFavour() bool
- func (m *SetChainEraProposal) Marshal() (dAtA []byte, err error)
- func (m *SetChainEraProposal) MarshalTo(dAtA []byte) (int, error)
- func (m *SetChainEraProposal) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (p *SetChainEraProposal) ProposalRoute() string
- func (p *SetChainEraProposal) ProposalType() string
- func (*SetChainEraProposal) ProtoMessage()
- func (m *SetChainEraProposal) Reset()
- func (m *SetChainEraProposal) Size() (n int)
- func (m *SetChainEraProposal) String() string
- func (m *SetChainEraProposal) Unmarshal(dAtA []byte) error
- func (p *SetChainEraProposal) ValidateBasic() error
- func (m *SetChainEraProposal) XXX_DiscardUnknown()
- func (m *SetChainEraProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SetChainEraProposal) XXX_Merge(src proto.Message)
- func (m *SetChainEraProposal) XXX_Size() int
- func (m *SetChainEraProposal) XXX_Unmarshal(b []byte) error
- type Signature
- func (*Signature) Descriptor() ([]byte, []int)
- func (m *Signature) GetDenom() string
- func (m *Signature) GetEra() uint32
- func (m *Signature) GetPool() string
- func (m *Signature) GetPropId() string
- func (m *Signature) GetSigs() []string
- func (m *Signature) GetTxType() OriginalTxType
- func (m *Signature) Marshal() (dAtA []byte, err error)
- func (m *Signature) MarshalTo(dAtA []byte) (int, error)
- func (m *Signature) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Signature) ProtoMessage()
- func (m *Signature) Reset()
- func (m *Signature) Size() (n int)
- func (m *Signature) String() string
- func (m *Signature) Unmarshal(dAtA []byte) error
- func (m *Signature) XXX_DiscardUnknown()
- func (m *Signature) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Signature) XXX_Merge(src proto.Message)
- func (m *Signature) XXX_Size() int
- func (m *Signature) XXX_Unmarshal(b []byte) error
- type StakingRewardCommission
- func (*StakingRewardCommission) Descriptor() ([]byte, []int)
- func (m *StakingRewardCommission) GetDenom() string
- func (m *StakingRewardCommission) Marshal() (dAtA []byte, err error)
- func (m *StakingRewardCommission) MarshalTo(dAtA []byte) (int, error)
- func (m *StakingRewardCommission) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*StakingRewardCommission) ProtoMessage()
- func (m *StakingRewardCommission) Reset()
- func (m *StakingRewardCommission) Size() (n int)
- func (m *StakingRewardCommission) String() string
- func (m *StakingRewardCommission) Unmarshal(dAtA []byte) error
- func (m *StakingRewardCommission) XXX_DiscardUnknown()
- func (m *StakingRewardCommission) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StakingRewardCommission) XXX_Merge(src proto.Message)
- func (m *StakingRewardCommission) XXX_Size() int
- func (m *StakingRewardCommission) XXX_Unmarshal(b []byte) error
- type SudoKeeper
- type TotalExpectedActive
- func (*TotalExpectedActive) Descriptor() ([]byte, []int)
- func (m *TotalExpectedActive) GetDenom() string
- func (m *TotalExpectedActive) GetEra() uint32
- func (m *TotalExpectedActive) Marshal() (dAtA []byte, err error)
- func (m *TotalExpectedActive) MarshalTo(dAtA []byte) (int, error)
- func (m *TotalExpectedActive) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*TotalExpectedActive) ProtoMessage()
- func (m *TotalExpectedActive) Reset()
- func (m *TotalExpectedActive) Size() (n int)
- func (m *TotalExpectedActive) String() string
- func (m *TotalExpectedActive) Unmarshal(dAtA []byte) error
- func (m *TotalExpectedActive) XXX_DiscardUnknown()
- func (m *TotalExpectedActive) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TotalExpectedActive) XXX_Merge(src proto.Message)
- func (m *TotalExpectedActive) XXX_Size() int
- func (m *TotalExpectedActive) XXX_Unmarshal(b []byte) error
- type TotalExpectedFee
- func (*TotalExpectedFee) Descriptor() ([]byte, []int)
- func (m *TotalExpectedFee) GetDenom() string
- func (m *TotalExpectedFee) GetEra() uint32
- func (m *TotalExpectedFee) Marshal() (dAtA []byte, err error)
- func (m *TotalExpectedFee) MarshalTo(dAtA []byte) (int, error)
- func (m *TotalExpectedFee) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*TotalExpectedFee) ProtoMessage()
- func (m *TotalExpectedFee) Reset()
- func (m *TotalExpectedFee) Size() (n int)
- func (m *TotalExpectedFee) String() string
- func (m *TotalExpectedFee) Unmarshal(dAtA []byte) error
- func (m *TotalExpectedFee) XXX_DiscardUnknown()
- func (m *TotalExpectedFee) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TotalExpectedFee) XXX_Merge(src proto.Message)
- func (m *TotalExpectedFee) XXX_Size() int
- func (m *TotalExpectedFee) XXX_Unmarshal(b []byte) error
- type TotalProtocolFee
- func (*TotalProtocolFee) Descriptor() ([]byte, []int)
- func (m *TotalProtocolFee) GetDenom() string
- func (m *TotalProtocolFee) Marshal() (dAtA []byte, err error)
- func (m *TotalProtocolFee) MarshalTo(dAtA []byte) (int, error)
- func (m *TotalProtocolFee) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*TotalProtocolFee) ProtoMessage()
- func (m *TotalProtocolFee) Reset()
- func (m *TotalProtocolFee) Size() (n int)
- func (m *TotalProtocolFee) String() string
- func (m *TotalProtocolFee) Unmarshal(dAtA []byte) error
- func (m *TotalProtocolFee) XXX_DiscardUnknown()
- func (m *TotalProtocolFee) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TotalProtocolFee) XXX_Merge(src proto.Message)
- func (m *TotalProtocolFee) XXX_Size() int
- func (m *TotalProtocolFee) XXX_Unmarshal(b []byte) error
- type TransferReportProposal
- func (*TransferReportProposal) Descriptor() ([]byte, []int)
- func (m *TransferReportProposal) GetDenom() string
- func (m *TransferReportProposal) GetPropId() string
- func (m *TransferReportProposal) GetProposer() string
- func (m *TransferReportProposal) GetShotId() string
- func (p *TransferReportProposal) InFavour() bool
- func (m *TransferReportProposal) Marshal() (dAtA []byte, err error)
- func (m *TransferReportProposal) MarshalTo(dAtA []byte) (int, error)
- func (m *TransferReportProposal) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (p *TransferReportProposal) ProposalRoute() string
- func (p *TransferReportProposal) ProposalType() string
- func (*TransferReportProposal) ProtoMessage()
- func (m *TransferReportProposal) Reset()
- func (m *TransferReportProposal) Size() (n int)
- func (m *TransferReportProposal) String() string
- func (m *TransferReportProposal) Unmarshal(dAtA []byte) error
- func (p *TransferReportProposal) ValidateBasic() error
- func (m *TransferReportProposal) XXX_DiscardUnknown()
- func (m *TransferReportProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TransferReportProposal) XXX_Merge(src proto.Message)
- func (m *TransferReportProposal) XXX_Size() int
- func (m *TransferReportProposal) XXX_Unmarshal(b []byte) error
- type UnbondCommission
- func (*UnbondCommission) Descriptor() ([]byte, []int)
- func (m *UnbondCommission) GetDenom() string
- func (m *UnbondCommission) Marshal() (dAtA []byte, err error)
- func (m *UnbondCommission) MarshalTo(dAtA []byte) (int, error)
- func (m *UnbondCommission) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*UnbondCommission) ProtoMessage()
- func (m *UnbondCommission) Reset()
- func (m *UnbondCommission) Size() (n int)
- func (m *UnbondCommission) String() string
- func (m *UnbondCommission) Unmarshal(dAtA []byte) error
- func (m *UnbondCommission) XXX_DiscardUnknown()
- func (m *UnbondCommission) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UnbondCommission) XXX_Merge(src proto.Message)
- func (m *UnbondCommission) XXX_Size() int
- func (m *UnbondCommission) XXX_Unmarshal(b []byte) error
- type UnbondRelayFee
- func (*UnbondRelayFee) Descriptor() ([]byte, []int)
- func (m *UnbondRelayFee) GetDenom() string
- func (m *UnbondRelayFee) Marshal() (dAtA []byte, err error)
- func (m *UnbondRelayFee) MarshalTo(dAtA []byte) (int, error)
- func (m *UnbondRelayFee) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*UnbondRelayFee) ProtoMessage()
- func (m *UnbondRelayFee) Reset()
- func (m *UnbondRelayFee) Size() (n int)
- func (m *UnbondRelayFee) String() string
- func (m *UnbondRelayFee) Unmarshal(dAtA []byte) error
- func (m *UnbondRelayFee) XXX_DiscardUnknown()
- func (m *UnbondRelayFee) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UnbondRelayFee) XXX_Merge(src proto.Message)
- func (m *UnbondRelayFee) XXX_Size() int
- func (m *UnbondRelayFee) XXX_Unmarshal(b []byte) error
- type UnbondSwitch
- func (*UnbondSwitch) Descriptor() ([]byte, []int)
- func (m *UnbondSwitch) GetDenom() string
- func (m *UnbondSwitch) GetSwitch() bool
- func (m *UnbondSwitch) Marshal() (dAtA []byte, err error)
- func (m *UnbondSwitch) MarshalTo(dAtA []byte) (int, error)
- func (m *UnbondSwitch) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*UnbondSwitch) ProtoMessage()
- func (m *UnbondSwitch) Reset()
- func (m *UnbondSwitch) Size() (n int)
- func (m *UnbondSwitch) String() string
- func (m *UnbondSwitch) Unmarshal(dAtA []byte) error
- func (m *UnbondSwitch) XXX_DiscardUnknown()
- func (m *UnbondSwitch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UnbondSwitch) XXX_Merge(src proto.Message)
- func (m *UnbondSwitch) XXX_Size() int
- func (m *UnbondSwitch) XXX_Unmarshal(b []byte) error
- type Unbonding
- func (*Unbonding) Descriptor() ([]byte, []int)
- func (m *Unbonding) GetRecipient() string
- func (m *Unbonding) GetUnbonder() string
- func (m *Unbonding) Marshal() (dAtA []byte, err error)
- func (m *Unbonding) MarshalTo(dAtA []byte) (int, error)
- func (m *Unbonding) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Unbonding) ProtoMessage()
- func (m *Unbonding) Reset()
- func (m *Unbonding) Size() (n int)
- func (m *Unbonding) String() string
- func (m *Unbonding) Unmarshal(dAtA []byte) error
- func (m *Unbonding) XXX_DiscardUnknown()
- func (m *Unbonding) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Unbonding) XXX_Merge(src proto.Message)
- func (m *Unbonding) XXX_Size() int
- func (m *Unbonding) XXX_Unmarshal(b []byte) error
- type UnimplementedMsgServer
- func (*UnimplementedMsgServer) ClearCurrentEraSnapShots(ctx context.Context, req *MsgClearCurrentEraSnapShots) (*MsgClearCurrentEraSnapShotsResponse, error)
- func (*UnimplementedMsgServer) InitPool(ctx context.Context, req *MsgInitPool) (*MsgInitPoolResponse, error)
- func (*UnimplementedMsgServer) LiquidityUnbond(ctx context.Context, req *MsgLiquidityUnbond) (*MsgLiquidityUnbondResponse, error)
- func (*UnimplementedMsgServer) MigrateInit(ctx context.Context, req *MsgMigrateInit) (*MsgMigrateInitResponse, error)
- func (*UnimplementedMsgServer) MigrateUnbondings(ctx context.Context, req *MsgMigrateUnbondings) (*MsgMigrateUnbondingsResponse, error)
- func (*UnimplementedMsgServer) RegisterIcaPool(ctx context.Context, req *MsgRegisterIcaPool) (*MsgRegisterIcaPoolResponse, error)
- func (*UnimplementedMsgServer) RmBondedPool(ctx context.Context, req *MsgRmBondedPool) (*MsgRmBondedPoolResponse, error)
- func (*UnimplementedMsgServer) SetEraSeconds(ctx context.Context, req *MsgSetEraSeconds) (*MsgSetEraSecondsResponse, error)
- func (*UnimplementedMsgServer) SetEraUnbondLimit(ctx context.Context, req *MsgSetEraUnbondLimit) (*MsgSetEraUnbondLimitResponse, error)
- func (*UnimplementedMsgServer) SetLeastBond(ctx context.Context, req *MsgSetLeastBond) (*MsgSetLeastBondResponse, error)
- func (*UnimplementedMsgServer) SetPoolDetail(ctx context.Context, req *MsgSetPoolDetail) (*MsgSetPoolDetailResponse, error)
- func (*UnimplementedMsgServer) SetPoolStatus(ctx context.Context, req *MsgSetPoolStatus) (*MsgSetPoolStatusResponse, error)
- func (*UnimplementedMsgServer) SetProtocolFeeReceiver(ctx context.Context, req *MsgSetProtocolFeeReceiver) (*MsgSetProtocolFeeReceiverResponse, error)
- func (*UnimplementedMsgServer) SetRParams(ctx context.Context, req *MsgSetRParams) (*MsgSetRParamsResponse, error)
- func (*UnimplementedMsgServer) SetRelayFeeReceiver(ctx context.Context, req *MsgSetRelayFeeReceiver) (*MsgSetRelayFeeReceiverResponse, error)
- func (*UnimplementedMsgServer) SetRelayGasPrice(ctx context.Context, req *MsgSetRelayGasPrice) (*MsgSetRelayGasPriceResponse, error)
- func (*UnimplementedMsgServer) SetStakingRewardCommission(ctx context.Context, req *MsgSetStakingRewardCommission) (*MsgSetStakingRewardCommissionResponse, error)
- func (*UnimplementedMsgServer) SetUnbondCommission(ctx context.Context, req *MsgSetUnbondCommission) (*MsgSetUnbondCommissionResponse, error)
- func (*UnimplementedMsgServer) SetUnbondRelayFee(ctx context.Context, req *MsgSetUnbondRelayFee) (*MsgSetUnbondRelayFeeResponse, error)
- func (*UnimplementedMsgServer) SetWithdrawalAddr(ctx context.Context, req *MsgSetWithdrawalAddr) (*MsgSetWithdrawalAddrResponse, error)
- func (*UnimplementedMsgServer) SubmitSignature(ctx context.Context, req *MsgSubmitSignature) (*MsgSubmitSignatureResponse, error)
- func (*UnimplementedMsgServer) ToggleUnbondSwitch(ctx context.Context, req *MsgToggleUnbondSwitch) (*MsgToggleUnbondSwitchResponse, error)
- func (*UnimplementedMsgServer) UnsealMigrateInit(ctx context.Context, req *MsgUnsealMigrateInit) (*MsgUnsealMigrateInitResponse, error)
- type UnimplementedQueryServer
- func (*UnimplementedQueryServer) BondedPoolsByDenom(ctx context.Context, req *QueryBondedPoolsByDenomRequest) (*QueryBondedPoolsByDenomResponse, error)
- func (*UnimplementedQueryServer) EraExchangeRatesByDenom(ctx context.Context, req *QueryEraExchangeRatesByDenomRequest) (*QueryEraExchangeRatesByDenomResponse, error)
- func (*UnimplementedQueryServer) ExchangeRateAll(ctx context.Context, req *QueryExchangeRateAllRequest) (*QueryExchangeRateAllResponse, error)
- func (*UnimplementedQueryServer) GetBondPipeline(ctx context.Context, req *QueryGetBondPipelineRequest) (*QueryGetBondPipelineResponse, error)
- func (*UnimplementedQueryServer) GetBondRecord(ctx context.Context, req *QueryGetBondRecordRequest) (*QueryGetBondRecordResponse, error)
- func (*UnimplementedQueryServer) GetChainEra(ctx context.Context, req *QueryGetChainEraRequest) (*QueryGetChainEraResponse, error)
- func (*UnimplementedQueryServer) GetCurrentEraSnapshot(ctx context.Context, req *QueryGetCurrentEraSnapshotRequest) (*QueryGetCurrentEraSnapshotResponse, error)
- func (*UnimplementedQueryServer) GetEraExchangeRate(ctx context.Context, req *QueryGetEraExchangeRateRequest) (*QueryGetEraExchangeRateResponse, error)
- func (*UnimplementedQueryServer) GetEraSnapshot(ctx context.Context, req *QueryGetEraSnapshotRequest) (*QueryGetEraSnapshotResponse, error)
- func (*UnimplementedQueryServer) GetEraUnbondLimit(ctx context.Context, req *QueryGetEraUnbondLimitRequest) (*QueryGetEraUnbondLimitResponse, error)
- func (*UnimplementedQueryServer) GetExchangeRate(ctx context.Context, req *QueryGetExchangeRateRequest) (*QueryGetExchangeRateResponse, error)
- func (*UnimplementedQueryServer) GetPoolDetail(ctx context.Context, req *QueryGetPoolDetailRequest) (*QueryGetPoolDetailResponse, error)
- func (*UnimplementedQueryServer) GetProtocolFeeReceiver(ctx context.Context, req *QueryGetProtocolFeeReceiverRequest) (*QueryGetProtocolFeeReceiverResponse, error)
- func (*UnimplementedQueryServer) GetRParams(ctx context.Context, req *QueryGetRParamsRequest) (*QueryGetRParamsResponse, error)
- func (*UnimplementedQueryServer) GetSignature(ctx context.Context, req *QueryGetSignatureRequest) (*QueryGetSignatureResponse, error)
- func (*UnimplementedQueryServer) GetSnapshot(ctx context.Context, req *QueryGetSnapshotRequest) (*QueryGetSnapshotResponse, error)
- func (*UnimplementedQueryServer) GetStakingRewardCommission(ctx context.Context, req *QueryGetStakingRewardCommissionRequest) (*QueryGetStakingRewardCommissionResponse, error)
- func (*UnimplementedQueryServer) GetTotalExpectedActive(ctx context.Context, req *QueryGetTotalExpectedActiveRequest) (*QueryGetTotalExpectedActiveResponse, error)
- func (*UnimplementedQueryServer) GetUnbondCommission(ctx context.Context, req *QueryGetUnbondCommissionRequest) (*QueryGetUnbondCommissionResponse, error)
- func (*UnimplementedQueryServer) GetUnbondRelayFee(ctx context.Context, req *QueryGetUnbondRelayFeeRequest) (*QueryGetUnbondRelayFeeResponse, error)
- func (*UnimplementedQueryServer) IcaPoolList(ctx context.Context, req *QueryIcaPoolListRequest) (*QueryIcaPoolListResponse, error)
- func (*UnimplementedQueryServer) InterchainTxStatus(ctx context.Context, req *QueryInterchainTxStatusRequest) (*QueryInterchainTxStatusResponse, error)
- func (*UnimplementedQueryServer) PoolUnbondNextSequence(ctx context.Context, req *QueryPoolUnbondNextSequenceRequest) (*QueryPoolUnbondNextSequenceResponse, error)
- func (*UnimplementedQueryServer) PoolUnbondings(ctx context.Context, req *QueryPoolUnbondingsRequest) (*QueryPoolUnbondingsResponse, error)
- func (*UnimplementedQueryServer) RelayFeeReceiver(ctx context.Context, req *QueryRelayFeeReceiverRequest) (*QueryRelayFeeReceiverResponse, error)
- func (*UnimplementedQueryServer) TotalProtocolFee(ctx context.Context, req *QueryTotalProtocolFeeRequest) (*QueryTotalProtocolFeeResponse, error)
- func (*UnimplementedQueryServer) UnbondSwitch(ctx context.Context, req *QueryUnbondSwitchRequest) (*QueryUnbondSwitchResponse, error)
Constants ¶
const ( EventTypePoolAdded = "pool_added" EventTypePoolRemoved = "pool_removed" EventTypeEraPoolUpdated = "era_pool_updated" EventTypeBondReported = "bond_reported" EventTypeActiveReported = "active_reported" EventTypeWithdrawReported = "withdraw_reported" EventTypeTransferReported = "transfer_reported" EventTypeBondExecuted = "bond_executed" EventTypeLiquidityUnbond = "liquidity_unbond" EventTypeSignatureEnough = "signature_enough" EventTypeSignatureSubmitted = "signature_submitted" EventTypeRParamsChanged = "rparams_changed" EventTypeInitPool = "init_pool" EventTypeRemovePool = "remove_pool" AttributeKeyDenom = "denom" AttributeKeyPool = "pool" AttributeKeyLastEra = "last_era" AttributeKeyCurrentEra = "current_era" AttributeKeyShotId = "shot_id" AttributeKeyBonder = "bonder" AttributeKeyUnbonder = "unbonder" AttributeKeyBlockhash = "blockhash" AttributeKeyTxhash = "txhash" AttributeKeyBalance = "balance" AttributeKeyRbalance = "rbalance" AttributeKeyUnBondAmount = "unbond_amount" AttributeKeyExchangeAmount = "exchange_amount" AttributeKeyReceiveAmount = "receive_amount" AttributeKeyReceiver = "receiver" AttributeKeyEra = "era" AttributeKeyUnlockEra = "unlock_era" AttributeKeyTxType = "tx_type" AttributeKeyPropId = "prop_id" AttributeKeySigner = "signer" AttributeKeyGasPrice = "gas_price" AttributeKeyEraSeconds = "era_seconds" AttributeKeyOffset = "offset" AttributeKeyBondingDuration = "bonding_duration" AttributeKeyLeastBond = "least_bond" )
sudo module event types
const ( // ModuleName defines the module name ModuleName = "ledger" // StoreKey defines the primary module store key StoreKey = ModuleName // RouterKey is the message route for slashing RouterKey = ModuleName // QuerierRoute defines the module's query routing key QuerierRoute = ModuleName // MemStoreKey defines the in-memory store key MemStoreKey = "mem_ledger" )
const ( SetChainEraProposalType = "SetChainEraProposal" BondReportProposalType = "BondReportProposal" BondAndReportActiveProposalType = "BondAndReportActiveProposal" ActiveReportProposalType = "ActiveReportProposal" TransferReportProposalType = "TransferReportProposal" ExecuteBondProposalType = "ExecuteBondProposal" InterchainTxProposalType = "InterchainTxProposal" )
const DefaultIndex uint64 = 1
DefaultIndex is the default capability global index
const TypeMsgInitPool = "init_pool"
const TypeMsgMigrateInit = "migrate_init"
const TypeMsgMigrateUnbondings = "migrate_unbondings"
const TypeMsgRegisterIcaPool = "register_ica_pool"
const TypeMsgRmBondedPool = "rm_bonded_pool"
const TypeMsgSetEraSeconds = "set_era_seconds"
const TypeMsgSetPoolStatus = "set_pool_status"
const TypeMsgSetRParams = "set_r_params"
const TypeMsgSetRelayFeeReceiver = "set_relay_fee_receiver"
const TypeMsgSetRelayGasPrice = "set_relay_gas_price"
const TypeMsgSetWithdrawalAddr = "set_withdrawal_addr"
const TypeMsgToggleUnbondSwitch = "toggle_unbond_switch"
const TypeMsgUnsealMigrateInit = "unseal_migrate_init"
Variables ¶
var ( Amino = codec.NewLegacyAmino() ModuleCdc = codec.NewAminoCodec(Amino) )
var ( ErrPoolAlreadyAdded = sdkerrors.Register(ModuleName, 1, "pool already added error") ErrPoolNotFound = sdkerrors.Register(ModuleName, 2, "pool not found error") ErrPoolNotBonded = sdkerrors.Register(ModuleName, 3, "pool not bonded error") ErrRepeatInitBond = sdkerrors.Register(ModuleName, 4, "repeat init bond error") ErrActiveAlreadySet = sdkerrors.Register(ModuleName, 5, "active already set error") ErrBondPipelineNotFound = sdkerrors.Register(ModuleName, 6, "bond pipeline not found error") ErrEraNotContinuable = sdkerrors.Register(ModuleName, 7, "era not continuable error") ErrEraSkipped = sdkerrors.Register(ModuleName, 9, "era skipped error") ErrNoProtocolFeeReceiver = sdkerrors.Register(ModuleName, 10, "no protocol receiver error") ErrSnapshotNotFound = sdkerrors.Register(ModuleName, 11, "snapshot not found error") ErrStateNotBondReported = sdkerrors.Register(ModuleName, 12, "state not bond reported error") ErrStateNotEraUpdated = sdkerrors.Register(ModuleName, 13, "state not era updated error") ErrRateIsNone = sdkerrors.Register(ModuleName, 14, "rate is none error") ErrStateNotActiveReported = sdkerrors.Register(ModuleName, 15, "state not active reported error") ErrStateNotTransferable = sdkerrors.Register(ModuleName, 16, "state not transferable error") ErrTransferReported = sdkerrors.Register(ModuleName, 17, "transfer reported error") ErrChainEraNotFound = sdkerrors.Register(ModuleName, 18, "chain era not found error") ErrBondingDurationNotSet = sdkerrors.Register(ModuleName, 19, "bonding duration not set error") ErrPoolLimitReached = sdkerrors.Register(ModuleName, 20, "pool limit reached error") ErrBondRepeated = sdkerrors.Register(ModuleName, 21, "bond repeated error") ErrInvalidBonder = sdkerrors.Register(ModuleName, 22, "invalid bonder error") ErrCommissionTooBig = sdkerrors.Register(ModuleName, 23, "commission too big error") ErrInvalidEra = sdkerrors.Register(ModuleName, 24, "invalid era error") ErrSignatureRepeated = sdkerrors.Register(ModuleName, 25, "signature repeated error") ErrPoolDetailNotFound = sdkerrors.Register(ModuleName, 26, "pool detail not found error") ErrLockedDenomNotMatch = sdkerrors.Register(ModuleName, 28, "locked not matched error") ErrLockedNotEnough = sdkerrors.Register(ModuleName, 29, "locked not enough error") ErrRValidatorAlreadyExist = sdkerrors.Register(ModuleName, 30, "rvalidator already exist error") ErrNoRelayFeeReceiver = sdkerrors.Register(ModuleName, 31, "no relay receiver error") ErrNoStakingRewardCommisson = sdkerrors.Register(ModuleName, 32, "no staking reward commission error") ErrNoUnbondCommisson = sdkerrors.Register(ModuleName, 33, "no unbond commission error") ErrBondPipelineAlreadyWork = sdkerrors.Register(ModuleName, 34, "bond pipeline already work error") ErrExchangeRateAlreadyExist = sdkerrors.Register(ModuleName, 35, "exchange rate already exist error") ErrUnbondingDenomNotMatch = sdkerrors.Register(ModuleName, 36, "unbondings denom not match error") ErrAccountUnbondReachLimit = sdkerrors.Register(ModuleName, 37, "account unbond reach limit error") ErrLiquidityBondAlreadyExecuted = sdkerrors.Register(ModuleName, 38, "liquidity bond already executed") ErrLiquidityUnbondSwitchOff = sdkerrors.Register(ModuleName, 39, "liquidity unbond switch off error") ErrMigrateInitIsSealed = sdkerrors.Register(ModuleName, 40, "migrate init is sealed") ErrIcaPoolNotFound = sdkerrors.Register(ModuleName, 41, "ica pool not found") ErrIcaPoolStatusUnmatch = sdkerrors.Register(ModuleName, 42, "ica pool status unmatch") ErrInterchainTxPropIdNotFound = sdkerrors.Register(ModuleName, 43, "interchain tx prop id not found") ErrInterchainTxMsgsEmpty = sdkerrors.Register(ModuleName, 44, "interchain tx msgs empty") ErrPoolStatusUnmatch = sdkerrors.Register(ModuleName, 45, "pool status unmatch") )
x/ledger 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 ( DefaultStakingRewardCommission = utils.MustNewDecFromStr("0.1") DefaultUnbondCommission = utils.MustNewDecFromStr("0.002") DefaultUnbondRelayFee = sdk.NewCoin(utils.FuryDenom, sdk.NewInt(1000000)) DefaultEraUnbondLimit = uint32(200) )
var ( BondedPoolPrefix = []byte{0x01} EraUnbondLimitPrefix = []byte{0x02} ChainBondingDurationPrefix = []byte{0x03} PoolDetailPrefix = []byte{0x04} SnapshotPrefix = []byte{0x06} CurrentEraSnapshotPrefix = []byte{0x07} BondPipelinePrefix = []byte{0x08} ChainEraPrefix = []byte{0x09} EraSnapshotPrefix = []byte{0x0a} StakingRewardCommissionPrefix = []byte{0x0b} ProtocolFeeReceiverPrefix = []byte{0x0c} TotalExpectedActivePrefix = []byte{0x0d} PoolUnbondPrefix = []byte{0x0e} ExchangeRateKeyPrefix = []byte{0x0f} EraExchangeRateKeyPrefix = []byte{0x10} UnbondFeePrefix = []byte{0x11} UnbondCommissionPrefix = []byte{0x12} BondRecordPrefix = []byte{0x14} SignaturePrefix = []byte{0x15} RParamsPrefix = []byte{0x16} RValidatorIndicatorPrefix = []byte{0x17} RValidatorPrefix = []byte{0x18} TotalProtocolFeePrefix = []byte{0x19} RelayFeeReceiverPrefix = []byte{0x1a} UnbondSwitchPrefix = []byte{0x1b} PoolUnbondNextSequencePrefix = []byte{0x1c} MigrateInitSealedStatePrefix = []byte{0x1d} IcaPoolNextIndexPrefix = []byte{0x1f} IcaPoolDetailPrefix = []byte{0x20} IcaPoolDelegationAddrIndexPrefix = []byte{0x21} InterchainTxPropIdPrefix = []byte{0x22} InterchainTxPropSeqIndexPrefix = []byte{0x23} TotalExpectedFeePrefix = []byte{0x24} )
var ( SwitchStateClose = []byte{0x00} SwitchStateOpen = []byte{0x01} DelegationOwnerTail = "delegation" WithdrawalOwnerTail = "withdrawal" )
var ( ErrInvalidLengthLedger = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowLedger = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupLedger = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthProposal = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowProposal = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupProposal = fmt.Errorf("proto: unexpected end of group") )
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 ( ErrInvalidLengthTx = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowTx = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupTx = fmt.Errorf("proto: unexpected end of group") )
var BondAction_name = map[int32]string{
0: "BOND_ONLY",
1: "UNBOND_ONLY",
2: "BOTH_BOND_UNBOND",
3: "EITHER_BOND_UNBOND",
4: "INTER_DEDUCT",
}
var BondAction_value = map[string]int32{
"BOND_ONLY": 0,
"UNBOND_ONLY": 1,
"BOTH_BOND_UNBOND": 2,
"EITHER_BOND_UNBOND": 3,
"INTER_DEDUCT": 4,
}
var IcaPoolStatus_name = map[int32]string{
0: "ICA_POOL_STATUS_UNSPECIFIED",
1: "ICA_POOL_STATUS_INIT",
2: "ICA_POOL_STATUS_CREATE_ONE",
3: "ICA_POOL_STATUS_CREATE_TWO",
4: "ICA_POOL_STATUS_SET_WITHDRAWAL",
}
var IcaPoolStatus_value = map[string]int32{
"ICA_POOL_STATUS_UNSPECIFIED": 0,
"ICA_POOL_STATUS_INIT": 1,
"ICA_POOL_STATUS_CREATE_ONE": 2,
"ICA_POOL_STATUS_CREATE_TWO": 3,
"ICA_POOL_STATUS_SET_WITHDRAWAL": 4,
}
var InterchainTxStatus_name = map[int32]string{
0: "INTERCHAIN_TX_STATUS_UNSPECIFIED",
1: "INTERCHAIN_TX_STATUS_INIT",
2: "INTERCHAIN_TX_STATUS_SUCCESS",
3: "INTERCHAIN_TX_STATUS_FAILED",
}
var InterchainTxStatus_value = map[string]int32{
"INTERCHAIN_TX_STATUS_UNSPECIFIED": 0,
"INTERCHAIN_TX_STATUS_INIT": 1,
"INTERCHAIN_TX_STATUS_SUCCESS": 2,
"INTERCHAIN_TX_STATUS_FAILED": 3,
}
var LiquidityBondState_name = map[int32]string{
0: "LIQUIDITY_BOND_STATE_VERIFY_OK",
1: "LIQUIDITY_BOND_STATE_DENOM_UNMATCH",
2: "LIQUIDITY_BOND_STATE_BONDER_UNMATCH",
3: "LIQUIDITY_BOND_STATE_POOL_UNMATCH",
4: "LIQUIDITY_BOND_STATE_AMOUNT_UNMATCH",
5: "LIQUIDITY_BOND_STATE_MEMO_UNMATCH",
}
var LiquidityBondState_value = map[string]int32{
"LIQUIDITY_BOND_STATE_VERIFY_OK": 0,
"LIQUIDITY_BOND_STATE_DENOM_UNMATCH": 1,
"LIQUIDITY_BOND_STATE_BONDER_UNMATCH": 2,
"LIQUIDITY_BOND_STATE_POOL_UNMATCH": 3,
"LIQUIDITY_BOND_STATE_AMOUNT_UNMATCH": 4,
"LIQUIDITY_BOND_STATE_MEMO_UNMATCH": 5,
}
var OriginalTxType_name = map[int32]string{
0: "ORIGINAL_TX_TYPE_DEAL_ERAUPDATED",
1: "ORIGINAL_TX_TYPE_DEAL_BONDREPORTED",
2: "ORIGINAL_TX_TYPE_DEAL_ACTIVEREPORTED",
3: "ORIGINAL_TX_TYPE_DEAL_VALIDATORUPDATED",
4: "ORIGINAL_TX_TYPE_RESERVED",
}
var OriginalTxType_value = map[string]int32{
"ORIGINAL_TX_TYPE_DEAL_ERAUPDATED": 0,
"ORIGINAL_TX_TYPE_DEAL_BONDREPORTED": 1,
"ORIGINAL_TX_TYPE_DEAL_ACTIVEREPORTED": 2,
"ORIGINAL_TX_TYPE_DEAL_VALIDATORUPDATED": 3,
"ORIGINAL_TX_TYPE_RESERVED": 4,
}
var PoolBondState_name = map[int32]string{
0: "ERA_UPDATED",
1: "BOND_REPORTED",
2: "ACTIVE_REPORTED",
3: "TRANSFER_SKIPPED",
4: "TRANSFER_REPORTED",
}
var PoolBondState_value = map[string]int32{
"ERA_UPDATED": 0,
"BOND_REPORTED": 1,
"ACTIVE_REPORTED": 2,
"TRANSFER_SKIPPED": 3,
"TRANSFER_REPORTED": 4,
}
var PoolStatus_name = map[int32]string{
0: "ACTIVE",
1: "NOT_ACTIVE",
2: "RESERVED",
}
var PoolStatus_value = map[string]int32{
"ACTIVE": 0,
"NOT_ACTIVE": 1,
"RESERVED": 2,
}
Functions ¶
func BondPipelineStoreKey ¶
prefix + denomLen + denom + pool
func BondRecordStoreKey ¶
prefix + denomLen + denom + txHash
func IcaPoolDelegationAddrIndexStoreKey ¶
prefix + delegationAddr
func IcaPoolDetailStoreKey ¶
prefix + denomLen + denom + 4
func InterchainTxPropIdKey ¶
func InterchainTxPropSeqIndexStoreKey ¶
prefix + 1 + portIdLen + 1 + channelIdLen + 8
func PackTxMsgAny ¶
func PackTxMsgAny(msgs []sdk.Msg) ([]*codectypes.Any, error)
PackTxMsgAny marshals the sdk.Msg payload to a protobuf Any type
func PoolDetailStoreKey ¶
prefix + denomLen + denom + pool
func PoolUnbondStoreKey ¶
prefix + denomLen + denom + poolLen + pool + era + seq
func RegisterCodec ¶
func RegisterCodec(cdc *codec.LegacyAmino)
func RegisterInterfaces ¶
func RegisterInterfaces(registry cdctypes.InterfaceRegistry)
func RegisterMsgServer ¶
func RegisterQueryHandler ¶
RegisterQueryHandler registers the http handlers for service Query to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterQueryHandlerClient ¶
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 ¶
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 ¶
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 ¶
func RegisterQueryServer(s grpc1.Server, srv QueryServer)
func UnbondSwitchStoreKey ¶
Types ¶
type ActiveReportProposal ¶
type ActiveReportProposal struct { Proposer string `protobuf:"bytes,1,opt,name=proposer,proto3" json:"proposer,omitempty"` Denom string `protobuf:"bytes,2,opt,name=denom,proto3" json:"denom,omitempty"` ShotId string `protobuf:"bytes,3,opt,name=shotId,proto3" json:"shotId,omitempty"` Staked github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,4,opt,name=staked,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"staked"` Unstaked github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,5,opt,name=unstaked,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"unstaked"` PropId string `protobuf:"bytes,6,opt,name=propId,proto3" json:"propId,omitempty"` }
func NewActiveReportProposal ¶
func NewActiveReportProposal(proposer sdk.AccAddress, denom string, shotId string, staked, unstaked sdk.Int) *ActiveReportProposal
func (*ActiveReportProposal) Descriptor ¶
func (*ActiveReportProposal) Descriptor() ([]byte, []int)
func (*ActiveReportProposal) GetDenom ¶
func (m *ActiveReportProposal) GetDenom() string
func (*ActiveReportProposal) GetPropId ¶
func (m *ActiveReportProposal) GetPropId() string
func (*ActiveReportProposal) GetProposer ¶
func (m *ActiveReportProposal) GetProposer() string
func (*ActiveReportProposal) GetShotId ¶
func (m *ActiveReportProposal) GetShotId() string
func (*ActiveReportProposal) InFavour ¶
func (p *ActiveReportProposal) InFavour() bool
func (*ActiveReportProposal) Marshal ¶
func (m *ActiveReportProposal) Marshal() (dAtA []byte, err error)
func (*ActiveReportProposal) MarshalTo ¶
func (m *ActiveReportProposal) MarshalTo(dAtA []byte) (int, error)
func (*ActiveReportProposal) MarshalToSizedBuffer ¶
func (m *ActiveReportProposal) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ActiveReportProposal) ProposalRoute ¶
func (p *ActiveReportProposal) ProposalRoute() string
func (*ActiveReportProposal) ProposalType ¶
func (p *ActiveReportProposal) ProposalType() string
func (*ActiveReportProposal) ProtoMessage ¶
func (*ActiveReportProposal) ProtoMessage()
func (*ActiveReportProposal) Reset ¶
func (m *ActiveReportProposal) Reset()
func (*ActiveReportProposal) Size ¶
func (m *ActiveReportProposal) Size() (n int)
func (*ActiveReportProposal) String ¶
func (m *ActiveReportProposal) String() string
func (*ActiveReportProposal) Unmarshal ¶
func (m *ActiveReportProposal) Unmarshal(dAtA []byte) error
func (*ActiveReportProposal) ValidateBasic ¶
func (p *ActiveReportProposal) ValidateBasic() error
func (*ActiveReportProposal) XXX_DiscardUnknown ¶
func (m *ActiveReportProposal) XXX_DiscardUnknown()
func (*ActiveReportProposal) XXX_Marshal ¶
func (m *ActiveReportProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ActiveReportProposal) XXX_Merge ¶
func (m *ActiveReportProposal) XXX_Merge(src proto.Message)
func (*ActiveReportProposal) XXX_Size ¶
func (m *ActiveReportProposal) XXX_Size() int
func (*ActiveReportProposal) XXX_Unmarshal ¶
func (m *ActiveReportProposal) XXX_Unmarshal(b []byte) error
type BankKeeper ¶
type BankKeeper interface { //HasDenomMetaData(ctx sdk.Context, denom string) bool GetDenomMetaData(ctx sdk.Context, denom string) (banktypes.Metadata, bool) GetSupply(ctx sdk.Context, denom string) sdk.Coin SendCoinsFromModuleToAccount(ctx sdk.Context, senderModule string, recipientAddr sdk.AccAddress, amt sdk.Coins) error SendCoinsFromModuleToModule(ctx sdk.Context, senderModule, recipientModule string, amt sdk.Coins) error SendCoinsFromAccountToModule(ctx sdk.Context, senderAddr sdk.AccAddress, recipientModule string, amt sdk.Coins) error MintCoins(ctx sdk.Context, name string, amt sdk.Coins) error BurnCoins(ctx sdk.Context, moduleName string, amt sdk.Coins) error GetBalance(ctx sdk.Context, addr sdk.AccAddress, denom string) sdk.Coin SendCoins(ctx sdk.Context, fromAddr sdk.AccAddress, toAddr sdk.AccAddress, amt sdk.Coins) error }
BankKeeper defines the contract needed to be fulfilled for banking and supply dependencies.
type BondAction ¶
type BondAction int32
const ( BondOnly BondAction = 0 UnbondOnly BondAction = 1 BothBondUnbond BondAction = 2 EitherBondUnbond BondAction = 3 InterDeduct BondAction = 4 )
func (BondAction) EnumDescriptor ¶
func (BondAction) EnumDescriptor() ([]byte, []int)
func (BondAction) String ¶
func (x BondAction) String() string
type BondPipeline ¶
type BondPipeline struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Pool string `protobuf:"bytes,2,opt,name=pool,proto3" json:"pool,omitempty"` Chunk LinkChunk `protobuf:"bytes,3,opt,name=chunk,proto3" json:"chunk"` }
func NewBondPipeline ¶
func NewBondPipeline(denom, pool string) BondPipeline
func (*BondPipeline) Descriptor ¶
func (*BondPipeline) Descriptor() ([]byte, []int)
func (*BondPipeline) GetChunk ¶
func (m *BondPipeline) GetChunk() LinkChunk
func (*BondPipeline) GetDenom ¶
func (m *BondPipeline) GetDenom() string
func (*BondPipeline) GetPool ¶
func (m *BondPipeline) GetPool() string
func (*BondPipeline) Marshal ¶
func (m *BondPipeline) Marshal() (dAtA []byte, err error)
func (*BondPipeline) MarshalToSizedBuffer ¶
func (m *BondPipeline) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BondPipeline) ProtoMessage ¶
func (*BondPipeline) ProtoMessage()
func (*BondPipeline) Reset ¶
func (m *BondPipeline) Reset()
func (*BondPipeline) Size ¶
func (m *BondPipeline) Size() (n int)
func (*BondPipeline) String ¶
func (m *BondPipeline) String() string
func (*BondPipeline) Unmarshal ¶
func (m *BondPipeline) Unmarshal(dAtA []byte) error
func (*BondPipeline) XXX_DiscardUnknown ¶
func (m *BondPipeline) XXX_DiscardUnknown()
func (*BondPipeline) XXX_Marshal ¶
func (m *BondPipeline) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BondPipeline) XXX_Merge ¶
func (m *BondPipeline) XXX_Merge(src proto.Message)
func (*BondPipeline) XXX_Size ¶
func (m *BondPipeline) XXX_Size() int
func (*BondPipeline) XXX_Unmarshal ¶
func (m *BondPipeline) XXX_Unmarshal(b []byte) error
type BondRecord ¶
type BondRecord struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Bonder string `protobuf:"bytes,2,opt,name=bonder,proto3" json:"bonder,omitempty"` Pool string `protobuf:"bytes,3,opt,name=pool,proto3" json:"pool,omitempty"` Txhash string `protobuf:"bytes,4,opt,name=txhash,proto3" json:"txhash,omitempty"` Amount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,5,opt,name=amount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"amount"` State LiquidityBondState `protobuf:"varint,6,opt,name=state,proto3,enum=fury.fury.ledger.LiquidityBondState" json:"state,omitempty"` }
func NewBondRecord ¶
func NewBondRecord(denom, bonder, pool, txhash string, amount sdk.Int, state LiquidityBondState) BondRecord
func (*BondRecord) Descriptor ¶
func (*BondRecord) Descriptor() ([]byte, []int)
func (*BondRecord) GetBonder ¶
func (m *BondRecord) GetBonder() string
func (*BondRecord) GetDenom ¶
func (m *BondRecord) GetDenom() string
func (*BondRecord) GetPool ¶
func (m *BondRecord) GetPool() string
func (*BondRecord) GetState ¶
func (m *BondRecord) GetState() LiquidityBondState
func (*BondRecord) GetTxhash ¶
func (m *BondRecord) GetTxhash() string
func (*BondRecord) Marshal ¶
func (m *BondRecord) Marshal() (dAtA []byte, err error)
func (*BondRecord) MarshalToSizedBuffer ¶
func (m *BondRecord) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BondRecord) ProtoMessage ¶
func (*BondRecord) ProtoMessage()
func (*BondRecord) Reset ¶
func (m *BondRecord) Reset()
func (*BondRecord) Size ¶
func (m *BondRecord) Size() (n int)
func (*BondRecord) String ¶
func (m *BondRecord) String() string
func (*BondRecord) Unmarshal ¶
func (m *BondRecord) Unmarshal(dAtA []byte) error
func (*BondRecord) XXX_DiscardUnknown ¶
func (m *BondRecord) XXX_DiscardUnknown()
func (*BondRecord) XXX_Marshal ¶
func (m *BondRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BondRecord) XXX_Merge ¶
func (m *BondRecord) XXX_Merge(src proto.Message)
func (*BondRecord) XXX_Size ¶
func (m *BondRecord) XXX_Size() int
func (*BondRecord) XXX_Unmarshal ¶
func (m *BondRecord) XXX_Unmarshal(b []byte) error
type BondReportProposal ¶
type BondReportProposal struct { Proposer string `protobuf:"bytes,1,opt,name=proposer,proto3" json:"proposer,omitempty"` Denom string `protobuf:"bytes,2,opt,name=denom,proto3" json:"denom,omitempty"` ShotId string `protobuf:"bytes,3,opt,name=shotId,proto3" json:"shotId,omitempty"` Action BondAction `protobuf:"varint,4,opt,name=action,proto3,enum=fury.fury.ledger.BondAction" json:"action,omitempty"` PropId string `protobuf:"bytes,5,opt,name=propId,proto3" json:"propId,omitempty"` }
func NewBondReportProposal ¶
func NewBondReportProposal(proposer sdk.AccAddress, denom string, shotId string, action BondAction) *BondReportProposal
func (*BondReportProposal) Descriptor ¶
func (*BondReportProposal) Descriptor() ([]byte, []int)
func (*BondReportProposal) GetAction ¶
func (m *BondReportProposal) GetAction() BondAction
func (*BondReportProposal) GetDenom ¶
func (m *BondReportProposal) GetDenom() string
func (*BondReportProposal) GetPropId ¶
func (m *BondReportProposal) GetPropId() string
func (*BondReportProposal) GetProposer ¶
func (m *BondReportProposal) GetProposer() string
func (*BondReportProposal) GetShotId ¶
func (m *BondReportProposal) GetShotId() string
func (*BondReportProposal) InFavour ¶
func (p *BondReportProposal) InFavour() bool
func (*BondReportProposal) Marshal ¶
func (m *BondReportProposal) Marshal() (dAtA []byte, err error)
func (*BondReportProposal) MarshalTo ¶
func (m *BondReportProposal) MarshalTo(dAtA []byte) (int, error)
func (*BondReportProposal) MarshalToSizedBuffer ¶
func (m *BondReportProposal) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BondReportProposal) ProposalRoute ¶
func (p *BondReportProposal) ProposalRoute() string
func (*BondReportProposal) ProposalType ¶
func (p *BondReportProposal) ProposalType() string
func (*BondReportProposal) ProtoMessage ¶
func (*BondReportProposal) ProtoMessage()
func (*BondReportProposal) Reset ¶
func (m *BondReportProposal) Reset()
func (*BondReportProposal) Size ¶
func (m *BondReportProposal) Size() (n int)
func (*BondReportProposal) String ¶
func (m *BondReportProposal) String() string
func (*BondReportProposal) Unmarshal ¶
func (m *BondReportProposal) Unmarshal(dAtA []byte) error
func (*BondReportProposal) ValidateBasic ¶
func (p *BondReportProposal) ValidateBasic() error
func (*BondReportProposal) XXX_DiscardUnknown ¶
func (m *BondReportProposal) XXX_DiscardUnknown()
func (*BondReportProposal) XXX_Marshal ¶
func (m *BondReportProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BondReportProposal) XXX_Merge ¶
func (m *BondReportProposal) XXX_Merge(src proto.Message)
func (*BondReportProposal) XXX_Size ¶
func (m *BondReportProposal) XXX_Size() int
func (*BondReportProposal) XXX_Unmarshal ¶
func (m *BondReportProposal) XXX_Unmarshal(b []byte) error
type BondSnapshot ¶
type BondSnapshot struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Pool string `protobuf:"bytes,2,opt,name=pool,proto3" json:"pool,omitempty"` Era uint32 `protobuf:"varint,3,opt,name=era,proto3" json:"era,omitempty"` Chunk LinkChunk `protobuf:"bytes,4,opt,name=chunk,proto3" json:"chunk"` BondState PoolBondState `protobuf:"varint,6,opt,name=bond_state,json=bondState,proto3,enum=fury.fury.ledger.PoolBondState" json:"bond_state,omitempty"` }
func NewBondSnapshot ¶
func NewBondSnapshot(denom, pool string, era uint32, chunk LinkChunk) BondSnapshot
func (BondSnapshot) Continuable ¶
func (bss BondSnapshot) Continuable() bool
func (*BondSnapshot) Descriptor ¶
func (*BondSnapshot) Descriptor() ([]byte, []int)
func (*BondSnapshot) GetBondState ¶
func (m *BondSnapshot) GetBondState() PoolBondState
func (*BondSnapshot) GetChunk ¶
func (m *BondSnapshot) GetChunk() LinkChunk
func (*BondSnapshot) GetDenom ¶
func (m *BondSnapshot) GetDenom() string
func (*BondSnapshot) GetEra ¶
func (m *BondSnapshot) GetEra() uint32
func (*BondSnapshot) GetPool ¶
func (m *BondSnapshot) GetPool() string
func (*BondSnapshot) Marshal ¶
func (m *BondSnapshot) Marshal() (dAtA []byte, err error)
func (*BondSnapshot) MarshalToSizedBuffer ¶
func (m *BondSnapshot) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BondSnapshot) ProtoMessage ¶
func (*BondSnapshot) ProtoMessage()
func (*BondSnapshot) Reset ¶
func (m *BondSnapshot) Reset()
func (*BondSnapshot) Size ¶
func (m *BondSnapshot) Size() (n int)
func (*BondSnapshot) String ¶
func (m *BondSnapshot) String() string
func (*BondSnapshot) Unmarshal ¶
func (m *BondSnapshot) Unmarshal(dAtA []byte) error
func (*BondSnapshot) UpdateState ¶
func (bss *BondSnapshot) UpdateState(state PoolBondState)
func (*BondSnapshot) XXX_DiscardUnknown ¶
func (m *BondSnapshot) XXX_DiscardUnknown()
func (*BondSnapshot) XXX_Marshal ¶
func (m *BondSnapshot) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BondSnapshot) XXX_Merge ¶
func (m *BondSnapshot) XXX_Merge(src proto.Message)
func (*BondSnapshot) XXX_Size ¶
func (m *BondSnapshot) XXX_Size() int
func (*BondSnapshot) XXX_Unmarshal ¶
func (m *BondSnapshot) XXX_Unmarshal(b []byte) error
type ChainEra ¶
type ChainEra struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Era uint32 `protobuf:"varint,2,opt,name=era,proto3" json:"era,omitempty"` }
func NewChainEra ¶
func (*ChainEra) Descriptor ¶
func (*ChainEra) MarshalToSizedBuffer ¶
func (*ChainEra) ProtoMessage ¶
func (*ChainEra) ProtoMessage()
func (*ChainEra) XXX_DiscardUnknown ¶
func (m *ChainEra) XXX_DiscardUnknown()
func (*ChainEra) XXX_Marshal ¶
func (*ChainEra) XXX_Unmarshal ¶
type EraExchangeRate ¶
type EraExchangeRate struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Era uint32 `protobuf:"varint,2,opt,name=era,proto3" json:"era,omitempty"` Value github_com_fury_fury_utils.Dec `protobuf:"bytes,3,opt,name=value,proto3,customtype=github.com/gridiron-protocol/fury/utils.Dec" json:"value"` }
func (*EraExchangeRate) Descriptor ¶
func (*EraExchangeRate) Descriptor() ([]byte, []int)
func (*EraExchangeRate) GetDenom ¶
func (m *EraExchangeRate) GetDenom() string
func (*EraExchangeRate) GetEra ¶
func (m *EraExchangeRate) GetEra() uint32
func (*EraExchangeRate) Marshal ¶
func (m *EraExchangeRate) Marshal() (dAtA []byte, err error)
func (*EraExchangeRate) MarshalToSizedBuffer ¶
func (m *EraExchangeRate) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*EraExchangeRate) ProtoMessage ¶
func (*EraExchangeRate) ProtoMessage()
func (*EraExchangeRate) Reset ¶
func (m *EraExchangeRate) Reset()
func (*EraExchangeRate) Size ¶
func (m *EraExchangeRate) Size() (n int)
func (*EraExchangeRate) String ¶
func (m *EraExchangeRate) String() string
func (*EraExchangeRate) Unmarshal ¶
func (m *EraExchangeRate) Unmarshal(dAtA []byte) error
func (*EraExchangeRate) XXX_DiscardUnknown ¶
func (m *EraExchangeRate) XXX_DiscardUnknown()
func (*EraExchangeRate) XXX_Marshal ¶
func (m *EraExchangeRate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EraExchangeRate) XXX_Merge ¶
func (m *EraExchangeRate) XXX_Merge(src proto.Message)
func (*EraExchangeRate) XXX_Size ¶
func (m *EraExchangeRate) XXX_Size() int
func (*EraExchangeRate) XXX_Unmarshal ¶
func (m *EraExchangeRate) XXX_Unmarshal(b []byte) error
type EraSnapshot ¶
type EraSnapshot struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` ShotIds []string `protobuf:"bytes,3,rep,name=shotIds,proto3" json:"shotIds,omitempty"` }
func NewEraSnapshot ¶
func NewEraSnapshot(denom string) EraSnapshot
func (*EraSnapshot) Descriptor ¶
func (*EraSnapshot) Descriptor() ([]byte, []int)
func (*EraSnapshot) GetDenom ¶
func (m *EraSnapshot) GetDenom() string
func (*EraSnapshot) GetShotIds ¶
func (m *EraSnapshot) GetShotIds() []string
func (*EraSnapshot) Marshal ¶
func (m *EraSnapshot) Marshal() (dAtA []byte, err error)
func (*EraSnapshot) MarshalToSizedBuffer ¶
func (m *EraSnapshot) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*EraSnapshot) ProtoMessage ¶
func (*EraSnapshot) ProtoMessage()
func (*EraSnapshot) Reset ¶
func (m *EraSnapshot) Reset()
func (*EraSnapshot) Size ¶
func (m *EraSnapshot) Size() (n int)
func (*EraSnapshot) String ¶
func (m *EraSnapshot) String() string
func (*EraSnapshot) Unmarshal ¶
func (m *EraSnapshot) Unmarshal(dAtA []byte) error
func (*EraSnapshot) XXX_DiscardUnknown ¶
func (m *EraSnapshot) XXX_DiscardUnknown()
func (*EraSnapshot) XXX_Marshal ¶
func (m *EraSnapshot) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EraSnapshot) XXX_Merge ¶
func (m *EraSnapshot) XXX_Merge(src proto.Message)
func (*EraSnapshot) XXX_Size ¶
func (m *EraSnapshot) XXX_Size() int
func (*EraSnapshot) XXX_Unmarshal ¶
func (m *EraSnapshot) XXX_Unmarshal(b []byte) error
type EraUnbondLimit ¶
type EraUnbondLimit struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Limit uint32 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"` }
func (*EraUnbondLimit) Descriptor ¶
func (*EraUnbondLimit) Descriptor() ([]byte, []int)
func (*EraUnbondLimit) GetDenom ¶
func (m *EraUnbondLimit) GetDenom() string
func (*EraUnbondLimit) GetLimit ¶
func (m *EraUnbondLimit) GetLimit() uint32
func (*EraUnbondLimit) Marshal ¶
func (m *EraUnbondLimit) Marshal() (dAtA []byte, err error)
func (*EraUnbondLimit) MarshalToSizedBuffer ¶
func (m *EraUnbondLimit) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*EraUnbondLimit) ProtoMessage ¶
func (*EraUnbondLimit) ProtoMessage()
func (*EraUnbondLimit) Reset ¶
func (m *EraUnbondLimit) Reset()
func (*EraUnbondLimit) Size ¶
func (m *EraUnbondLimit) Size() (n int)
func (*EraUnbondLimit) String ¶
func (m *EraUnbondLimit) String() string
func (*EraUnbondLimit) Unmarshal ¶
func (m *EraUnbondLimit) Unmarshal(dAtA []byte) error
func (*EraUnbondLimit) XXX_DiscardUnknown ¶
func (m *EraUnbondLimit) XXX_DiscardUnknown()
func (*EraUnbondLimit) XXX_Marshal ¶
func (m *EraUnbondLimit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EraUnbondLimit) XXX_Merge ¶
func (m *EraUnbondLimit) XXX_Merge(src proto.Message)
func (*EraUnbondLimit) XXX_Size ¶
func (m *EraUnbondLimit) XXX_Size() int
func (*EraUnbondLimit) XXX_Unmarshal ¶
func (m *EraUnbondLimit) XXX_Unmarshal(b []byte) error
type ExchangeRate ¶
type ExchangeRate struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Value github_com_fury_fury_utils.Dec `protobuf:"bytes,2,opt,name=value,proto3,customtype=github.com/gridiron-protocol/fury/utils.Dec" json:"value"` }
func (*ExchangeRate) Descriptor ¶
func (*ExchangeRate) Descriptor() ([]byte, []int)
func (*ExchangeRate) GetDenom ¶
func (m *ExchangeRate) GetDenom() string
func (*ExchangeRate) Marshal ¶
func (m *ExchangeRate) Marshal() (dAtA []byte, err error)
func (*ExchangeRate) MarshalToSizedBuffer ¶
func (m *ExchangeRate) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ExchangeRate) ProtoMessage ¶
func (*ExchangeRate) ProtoMessage()
func (*ExchangeRate) Reset ¶
func (m *ExchangeRate) Reset()
func (*ExchangeRate) Size ¶
func (m *ExchangeRate) Size() (n int)
func (*ExchangeRate) String ¶
func (m *ExchangeRate) String() string
func (*ExchangeRate) Unmarshal ¶
func (m *ExchangeRate) Unmarshal(dAtA []byte) error
func (*ExchangeRate) XXX_DiscardUnknown ¶
func (m *ExchangeRate) XXX_DiscardUnknown()
func (*ExchangeRate) XXX_Marshal ¶
func (m *ExchangeRate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExchangeRate) XXX_Merge ¶
func (m *ExchangeRate) XXX_Merge(src proto.Message)
func (*ExchangeRate) XXX_Size ¶
func (m *ExchangeRate) XXX_Size() int
func (*ExchangeRate) XXX_Unmarshal ¶
func (m *ExchangeRate) XXX_Unmarshal(b []byte) error
type ExecuteBondProposal ¶
type ExecuteBondProposal struct { Proposer string `protobuf:"bytes,1,opt,name=proposer,proto3" json:"proposer,omitempty"` Denom string `protobuf:"bytes,2,opt,name=denom,proto3" json:"denom,omitempty"` Bonder string `protobuf:"bytes,3,opt,name=bonder,proto3" json:"bonder,omitempty"` Pool string `protobuf:"bytes,4,opt,name=pool,proto3" json:"pool,omitempty"` Txhash string `protobuf:"bytes,5,opt,name=txhash,proto3" json:"txhash,omitempty"` Amount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,6,opt,name=amount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"amount"` PropId string `protobuf:"bytes,7,opt,name=propId,proto3" json:"propId,omitempty"` State LiquidityBondState `protobuf:"varint,8,opt,name=state,proto3,enum=fury.fury.ledger.LiquidityBondState" json:"state,omitempty"` }
func NewExecuteBondProposal ¶
func NewExecuteBondProposal( proposer sdk.AccAddress, denom string, bonder sdk.AccAddress, pool string, txhash string, amount sdk.Int, state LiquidityBondState) *ExecuteBondProposal
func (*ExecuteBondProposal) Descriptor ¶
func (*ExecuteBondProposal) Descriptor() ([]byte, []int)
func (*ExecuteBondProposal) GetBonder ¶
func (m *ExecuteBondProposal) GetBonder() string
func (*ExecuteBondProposal) GetDenom ¶
func (m *ExecuteBondProposal) GetDenom() string
func (*ExecuteBondProposal) GetPool ¶
func (m *ExecuteBondProposal) GetPool() string
func (*ExecuteBondProposal) GetPropId ¶
func (m *ExecuteBondProposal) GetPropId() string
func (*ExecuteBondProposal) GetProposer ¶
func (m *ExecuteBondProposal) GetProposer() string
func (*ExecuteBondProposal) GetState ¶
func (m *ExecuteBondProposal) GetState() LiquidityBondState
func (*ExecuteBondProposal) GetTxhash ¶
func (m *ExecuteBondProposal) GetTxhash() string
func (*ExecuteBondProposal) Marshal ¶
func (m *ExecuteBondProposal) Marshal() (dAtA []byte, err error)
func (*ExecuteBondProposal) MarshalTo ¶
func (m *ExecuteBondProposal) MarshalTo(dAtA []byte) (int, error)
func (*ExecuteBondProposal) MarshalToSizedBuffer ¶
func (m *ExecuteBondProposal) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ExecuteBondProposal) ProposalRoute ¶
func (p *ExecuteBondProposal) ProposalRoute() string
func (*ExecuteBondProposal) ProposalType ¶
func (p *ExecuteBondProposal) ProposalType() string
func (*ExecuteBondProposal) ProtoMessage ¶
func (*ExecuteBondProposal) ProtoMessage()
func (*ExecuteBondProposal) Reset ¶
func (m *ExecuteBondProposal) Reset()
func (*ExecuteBondProposal) Size ¶
func (m *ExecuteBondProposal) Size() (n int)
func (*ExecuteBondProposal) String ¶
func (m *ExecuteBondProposal) String() string
func (*ExecuteBondProposal) Unmarshal ¶
func (m *ExecuteBondProposal) Unmarshal(dAtA []byte) error
func (*ExecuteBondProposal) ValidateBasic ¶
func (p *ExecuteBondProposal) ValidateBasic() error
func (*ExecuteBondProposal) XXX_DiscardUnknown ¶
func (m *ExecuteBondProposal) XXX_DiscardUnknown()
func (*ExecuteBondProposal) XXX_Marshal ¶
func (m *ExecuteBondProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExecuteBondProposal) XXX_Merge ¶
func (m *ExecuteBondProposal) XXX_Merge(src proto.Message)
func (*ExecuteBondProposal) XXX_Size ¶
func (m *ExecuteBondProposal) XXX_Size() int
func (*ExecuteBondProposal) XXX_Unmarshal ¶
func (m *ExecuteBondProposal) XXX_Unmarshal(b []byte) error
type GenesisEraSnapshot ¶
type GenesisEraSnapshot struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Era uint32 `protobuf:"varint,2,opt,name=era,proto3" json:"era,omitempty"` ShotIds []string `protobuf:"bytes,3,rep,name=shotIds,proto3" json:"shotIds,omitempty"` }
func (*GenesisEraSnapshot) Descriptor ¶
func (*GenesisEraSnapshot) Descriptor() ([]byte, []int)
func (*GenesisEraSnapshot) GetDenom ¶
func (m *GenesisEraSnapshot) GetDenom() string
func (*GenesisEraSnapshot) GetEra ¶
func (m *GenesisEraSnapshot) GetEra() uint32
func (*GenesisEraSnapshot) GetShotIds ¶
func (m *GenesisEraSnapshot) GetShotIds() []string
func (*GenesisEraSnapshot) Marshal ¶
func (m *GenesisEraSnapshot) Marshal() (dAtA []byte, err error)
func (*GenesisEraSnapshot) MarshalTo ¶
func (m *GenesisEraSnapshot) MarshalTo(dAtA []byte) (int, error)
func (*GenesisEraSnapshot) MarshalToSizedBuffer ¶
func (m *GenesisEraSnapshot) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GenesisEraSnapshot) ProtoMessage ¶
func (*GenesisEraSnapshot) ProtoMessage()
func (*GenesisEraSnapshot) Reset ¶
func (m *GenesisEraSnapshot) Reset()
func (*GenesisEraSnapshot) Size ¶
func (m *GenesisEraSnapshot) Size() (n int)
func (*GenesisEraSnapshot) String ¶
func (m *GenesisEraSnapshot) String() string
func (*GenesisEraSnapshot) Unmarshal ¶
func (m *GenesisEraSnapshot) Unmarshal(dAtA []byte) error
func (*GenesisEraSnapshot) XXX_DiscardUnknown ¶
func (m *GenesisEraSnapshot) XXX_DiscardUnknown()
func (*GenesisEraSnapshot) XXX_Marshal ¶
func (m *GenesisEraSnapshot) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GenesisEraSnapshot) XXX_Merge ¶
func (m *GenesisEraSnapshot) XXX_Merge(src proto.Message)
func (*GenesisEraSnapshot) XXX_Size ¶
func (m *GenesisEraSnapshot) XXX_Size() int
func (*GenesisEraSnapshot) XXX_Unmarshal ¶
func (m *GenesisEraSnapshot) XXX_Unmarshal(b []byte) error
type GenesisInterchainTxProposalInfo ¶
type GenesisInterchainTxProposalInfo struct { CtrlPortId string `protobuf:"bytes,1,opt,name=ctrlPortId,proto3" json:"ctrlPortId,omitempty"` CtrlChannelId string `protobuf:"bytes,2,opt,name=ctrlChannelId,proto3" json:"ctrlChannelId,omitempty"` Sequence uint64 `protobuf:"varint,3,opt,name=sequence,proto3" json:"sequence,omitempty"` ProposalId string `protobuf:"bytes,4,opt,name=proposalId,proto3" json:"proposalId,omitempty"` Status InterchainTxStatus `protobuf:"varint,5,opt,name=status,proto3,enum=fury.fury.ledger.InterchainTxStatus" json:"status,omitempty"` }
func (*GenesisInterchainTxProposalInfo) Descriptor ¶
func (*GenesisInterchainTxProposalInfo) Descriptor() ([]byte, []int)
func (*GenesisInterchainTxProposalInfo) GetCtrlChannelId ¶
func (m *GenesisInterchainTxProposalInfo) GetCtrlChannelId() string
func (*GenesisInterchainTxProposalInfo) GetCtrlPortId ¶
func (m *GenesisInterchainTxProposalInfo) GetCtrlPortId() string
func (*GenesisInterchainTxProposalInfo) GetProposalId ¶
func (m *GenesisInterchainTxProposalInfo) GetProposalId() string
func (*GenesisInterchainTxProposalInfo) GetSequence ¶
func (m *GenesisInterchainTxProposalInfo) GetSequence() uint64
func (*GenesisInterchainTxProposalInfo) GetStatus ¶
func (m *GenesisInterchainTxProposalInfo) GetStatus() InterchainTxStatus
func (*GenesisInterchainTxProposalInfo) Marshal ¶
func (m *GenesisInterchainTxProposalInfo) Marshal() (dAtA []byte, err error)
func (*GenesisInterchainTxProposalInfo) MarshalTo ¶
func (m *GenesisInterchainTxProposalInfo) MarshalTo(dAtA []byte) (int, error)
func (*GenesisInterchainTxProposalInfo) MarshalToSizedBuffer ¶
func (m *GenesisInterchainTxProposalInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GenesisInterchainTxProposalInfo) ProtoMessage ¶
func (*GenesisInterchainTxProposalInfo) ProtoMessage()
func (*GenesisInterchainTxProposalInfo) Reset ¶
func (m *GenesisInterchainTxProposalInfo) Reset()
func (*GenesisInterchainTxProposalInfo) Size ¶
func (m *GenesisInterchainTxProposalInfo) Size() (n int)
func (*GenesisInterchainTxProposalInfo) String ¶
func (m *GenesisInterchainTxProposalInfo) String() string
func (*GenesisInterchainTxProposalInfo) Unmarshal ¶
func (m *GenesisInterchainTxProposalInfo) Unmarshal(dAtA []byte) error
func (*GenesisInterchainTxProposalInfo) XXX_DiscardUnknown ¶
func (m *GenesisInterchainTxProposalInfo) XXX_DiscardUnknown()
func (*GenesisInterchainTxProposalInfo) XXX_Marshal ¶
func (m *GenesisInterchainTxProposalInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GenesisInterchainTxProposalInfo) XXX_Merge ¶
func (m *GenesisInterchainTxProposalInfo) XXX_Merge(src proto.Message)
func (*GenesisInterchainTxProposalInfo) XXX_Size ¶
func (m *GenesisInterchainTxProposalInfo) XXX_Size() int
func (*GenesisInterchainTxProposalInfo) XXX_Unmarshal ¶
func (m *GenesisInterchainTxProposalInfo) XXX_Unmarshal(b []byte) error
type GenesisPoolUnbonding ¶
type GenesisPoolUnbonding struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Era uint32 `protobuf:"varint,2,opt,name=era,proto3" json:"era,omitempty"` Pool string `protobuf:"bytes,3,opt,name=pool,proto3" json:"pool,omitempty"` Sequence uint32 `protobuf:"varint,4,opt,name=sequence,proto3" json:"sequence,omitempty"` Unbonding *Unbonding `protobuf:"bytes,5,opt,name=unbonding,proto3" json:"unbonding,omitempty"` }
func (*GenesisPoolUnbonding) Descriptor ¶
func (*GenesisPoolUnbonding) Descriptor() ([]byte, []int)
func (*GenesisPoolUnbonding) GetDenom ¶
func (m *GenesisPoolUnbonding) GetDenom() string
func (*GenesisPoolUnbonding) GetEra ¶
func (m *GenesisPoolUnbonding) GetEra() uint32
func (*GenesisPoolUnbonding) GetPool ¶
func (m *GenesisPoolUnbonding) GetPool() string
func (*GenesisPoolUnbonding) GetSequence ¶
func (m *GenesisPoolUnbonding) GetSequence() uint32
func (*GenesisPoolUnbonding) GetUnbonding ¶
func (m *GenesisPoolUnbonding) GetUnbonding() *Unbonding
func (*GenesisPoolUnbonding) Marshal ¶
func (m *GenesisPoolUnbonding) Marshal() (dAtA []byte, err error)
func (*GenesisPoolUnbonding) MarshalTo ¶
func (m *GenesisPoolUnbonding) MarshalTo(dAtA []byte) (int, error)
func (*GenesisPoolUnbonding) MarshalToSizedBuffer ¶
func (m *GenesisPoolUnbonding) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GenesisPoolUnbonding) ProtoMessage ¶
func (*GenesisPoolUnbonding) ProtoMessage()
func (*GenesisPoolUnbonding) Reset ¶
func (m *GenesisPoolUnbonding) Reset()
func (*GenesisPoolUnbonding) Size ¶
func (m *GenesisPoolUnbonding) Size() (n int)
func (*GenesisPoolUnbonding) String ¶
func (m *GenesisPoolUnbonding) String() string
func (*GenesisPoolUnbonding) Unmarshal ¶
func (m *GenesisPoolUnbonding) Unmarshal(dAtA []byte) error
func (*GenesisPoolUnbonding) XXX_DiscardUnknown ¶
func (m *GenesisPoolUnbonding) XXX_DiscardUnknown()
func (*GenesisPoolUnbonding) XXX_Marshal ¶
func (m *GenesisPoolUnbonding) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GenesisPoolUnbonding) XXX_Merge ¶
func (m *GenesisPoolUnbonding) XXX_Merge(src proto.Message)
func (*GenesisPoolUnbonding) XXX_Size ¶
func (m *GenesisPoolUnbonding) XXX_Size() int
func (*GenesisPoolUnbonding) XXX_Unmarshal ¶
func (m *GenesisPoolUnbonding) XXX_Unmarshal(b []byte) error
type GenesisSnapshot ¶
type GenesisSnapshot struct { ShotId string `protobuf:"bytes,1,opt,name=shotId,proto3" json:"shotId,omitempty"` Snapshot *BondSnapshot `protobuf:"bytes,2,opt,name=snapshot,proto3" json:"snapshot,omitempty"` }
func (*GenesisSnapshot) Descriptor ¶
func (*GenesisSnapshot) Descriptor() ([]byte, []int)
func (*GenesisSnapshot) GetShotId ¶
func (m *GenesisSnapshot) GetShotId() string
func (*GenesisSnapshot) GetSnapshot ¶
func (m *GenesisSnapshot) GetSnapshot() *BondSnapshot
func (*GenesisSnapshot) Marshal ¶
func (m *GenesisSnapshot) Marshal() (dAtA []byte, err error)
func (*GenesisSnapshot) MarshalToSizedBuffer ¶
func (m *GenesisSnapshot) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GenesisSnapshot) ProtoMessage ¶
func (*GenesisSnapshot) ProtoMessage()
func (*GenesisSnapshot) Reset ¶
func (m *GenesisSnapshot) Reset()
func (*GenesisSnapshot) Size ¶
func (m *GenesisSnapshot) Size() (n int)
func (*GenesisSnapshot) String ¶
func (m *GenesisSnapshot) String() string
func (*GenesisSnapshot) Unmarshal ¶
func (m *GenesisSnapshot) Unmarshal(dAtA []byte) error
func (*GenesisSnapshot) XXX_DiscardUnknown ¶
func (m *GenesisSnapshot) XXX_DiscardUnknown()
func (*GenesisSnapshot) XXX_Marshal ¶
func (m *GenesisSnapshot) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GenesisSnapshot) XXX_Merge ¶
func (m *GenesisSnapshot) XXX_Merge(src proto.Message)
func (*GenesisSnapshot) XXX_Size ¶
func (m *GenesisSnapshot) XXX_Size() int
func (*GenesisSnapshot) XXX_Unmarshal ¶
func (m *GenesisSnapshot) XXX_Unmarshal(b []byte) error
type GenesisState ¶
type GenesisState struct { ExchangeRateList []ExchangeRate `protobuf:"bytes,1,rep,name=exchangeRateList,proto3" json:"exchangeRateList"` EraExchangeRateList []*EraExchangeRate `protobuf:"bytes,2,rep,name=eraExchangeRateList,proto3" json:"eraExchangeRateList,omitempty"` TotalProtocolFeeList []*TotalProtocolFee `protobuf:"bytes,3,rep,name=totalProtocolFeeList,proto3" json:"totalProtocolFeeList,omitempty"` UnbondSwitchList []*UnbondSwitch `protobuf:"bytes,4,rep,name=unbondSwitchList,proto3" json:"unbondSwitchList,omitempty"` BondedPoolList []*Pool `protobuf:"bytes,5,rep,name=bondedPoolList,proto3" json:"bondedPoolList,omitempty"` BondPipelineList []*BondPipeline `protobuf:"bytes,6,rep,name=bondPipelineList,proto3" json:"bondPipelineList,omitempty"` EraUnbondLimitList []*EraUnbondLimit `protobuf:"bytes,7,rep,name=eraUnbondLimitList,proto3" json:"eraUnbondLimitList,omitempty"` PoolDetailList []*PoolDetail `protobuf:"bytes,8,rep,name=poolDetailList,proto3" json:"poolDetailList,omitempty"` CurrentEraSnapshotList []*EraSnapshot `protobuf:"bytes,9,rep,name=currentEraSnapshotList,proto3" json:"currentEraSnapshotList,omitempty"` SnapshotList []*GenesisSnapshot `protobuf:"bytes,10,rep,name=snapshotList,proto3" json:"snapshotList,omitempty"` EraSnapshotList []*GenesisEraSnapshot `protobuf:"bytes,11,rep,name=eraSnapshotList,proto3" json:"eraSnapshotList,omitempty"` ChainEraList []*ChainEra `protobuf:"bytes,12,rep,name=chainEraList,proto3" json:"chainEraList,omitempty"` StakingRewardCommissionList []*StakingRewardCommission `protobuf:"bytes,13,rep,name=stakingRewardCommissionList,proto3" json:"stakingRewardCommissionList,omitempty"` ProtocolFeeReceiver string `protobuf:"bytes,14,opt,name=protocolFeeReceiver,proto3" json:"protocolFeeReceiver,omitempty"` RelayFeeReceiverList []*RelayFeeReceiver `protobuf:"bytes,15,rep,name=relayFeeReceiverList,proto3" json:"relayFeeReceiverList,omitempty"` TotalExpectedActiveList []*TotalExpectedActive `protobuf:"bytes,16,rep,name=totalExpectedActiveList,proto3" json:"totalExpectedActiveList,omitempty"` PoolUnbondingList []*GenesisPoolUnbonding `protobuf:"bytes,17,rep,name=poolUnbondingList,proto3" json:"poolUnbondingList,omitempty"` UnbondRelayFeeList []*UnbondRelayFee `protobuf:"bytes,18,rep,name=unbondRelayFeeList,proto3" json:"unbondRelayFeeList,omitempty"` UnbondCommissionList []*UnbondCommission `protobuf:"bytes,19,rep,name=unbondCommissionList,proto3" json:"unbondCommissionList,omitempty"` BondRecordList []*BondRecord `protobuf:"bytes,20,rep,name=bondRecordList,proto3" json:"bondRecordList,omitempty"` RparamsList []*RParams `protobuf:"bytes,21,rep,name=rparamsList,proto3" json:"rparamsList,omitempty"` SignatureList []*Signature `protobuf:"bytes,22,rep,name=signatureList,proto3" json:"signatureList,omitempty"` MigrateIsSealed bool `protobuf:"varint,23,opt,name=MigrateIsSealed,proto3" json:"MigrateIsSealed,omitempty"` IcaPoolDetailList []*IcaPoolDetail `protobuf:"bytes,24,rep,name=icaPoolDetailList,proto3" json:"icaPoolDetailList,omitempty"` InterchainTxProposalInfoList []*GenesisInterchainTxProposalInfo `protobuf:"bytes,25,rep,name=interchainTxProposalInfoList,proto3" json:"interchainTxProposalInfoList,omitempty"` TotalExpectedFeeList []*TotalExpectedFee `protobuf:"bytes,26,rep,name=totalExpectedFeeList,proto3" json:"totalExpectedFeeList,omitempty"` }
GenesisState defines the ledger module's genesis state.
func DefaultGenesis ¶
func DefaultGenesis() *GenesisState
DefaultGenesis returns the default Capability genesis state
func (*GenesisState) Descriptor ¶
func (*GenesisState) Descriptor() ([]byte, []int)
func (*GenesisState) GetBondPipelineList ¶
func (m *GenesisState) GetBondPipelineList() []*BondPipeline
func (*GenesisState) GetBondRecordList ¶
func (m *GenesisState) GetBondRecordList() []*BondRecord
func (*GenesisState) GetBondedPoolList ¶
func (m *GenesisState) GetBondedPoolList() []*Pool
func (*GenesisState) GetChainEraList ¶
func (m *GenesisState) GetChainEraList() []*ChainEra
func (*GenesisState) GetCurrentEraSnapshotList ¶
func (m *GenesisState) GetCurrentEraSnapshotList() []*EraSnapshot
func (*GenesisState) GetEraExchangeRateList ¶
func (m *GenesisState) GetEraExchangeRateList() []*EraExchangeRate
func (*GenesisState) GetEraSnapshotList ¶
func (m *GenesisState) GetEraSnapshotList() []*GenesisEraSnapshot
func (*GenesisState) GetEraUnbondLimitList ¶
func (m *GenesisState) GetEraUnbondLimitList() []*EraUnbondLimit
func (*GenesisState) GetExchangeRateList ¶
func (m *GenesisState) GetExchangeRateList() []ExchangeRate
func (*GenesisState) GetIcaPoolDetailList ¶
func (m *GenesisState) GetIcaPoolDetailList() []*IcaPoolDetail
func (*GenesisState) GetInterchainTxProposalInfoList ¶
func (m *GenesisState) GetInterchainTxProposalInfoList() []*GenesisInterchainTxProposalInfo
func (*GenesisState) GetMigrateIsSealed ¶
func (m *GenesisState) GetMigrateIsSealed() bool
func (*GenesisState) GetPoolDetailList ¶
func (m *GenesisState) GetPoolDetailList() []*PoolDetail
func (*GenesisState) GetPoolUnbondingList ¶
func (m *GenesisState) GetPoolUnbondingList() []*GenesisPoolUnbonding
func (*GenesisState) GetProtocolFeeReceiver ¶
func (m *GenesisState) GetProtocolFeeReceiver() string
func (*GenesisState) GetRelayFeeReceiverList ¶
func (m *GenesisState) GetRelayFeeReceiverList() []*RelayFeeReceiver
func (*GenesisState) GetRparamsList ¶
func (m *GenesisState) GetRparamsList() []*RParams
func (*GenesisState) GetSignatureList ¶
func (m *GenesisState) GetSignatureList() []*Signature
func (*GenesisState) GetSnapshotList ¶
func (m *GenesisState) GetSnapshotList() []*GenesisSnapshot
func (*GenesisState) GetStakingRewardCommissionList ¶
func (m *GenesisState) GetStakingRewardCommissionList() []*StakingRewardCommission
func (*GenesisState) GetTotalExpectedActiveList ¶
func (m *GenesisState) GetTotalExpectedActiveList() []*TotalExpectedActive
func (*GenesisState) GetTotalExpectedFeeList ¶
func (m *GenesisState) GetTotalExpectedFeeList() []*TotalExpectedFee
func (*GenesisState) GetTotalProtocolFeeList ¶
func (m *GenesisState) GetTotalProtocolFeeList() []*TotalProtocolFee
func (*GenesisState) GetUnbondCommissionList ¶
func (m *GenesisState) GetUnbondCommissionList() []*UnbondCommission
func (*GenesisState) GetUnbondRelayFeeList ¶
func (m *GenesisState) GetUnbondRelayFeeList() []*UnbondRelayFee
func (*GenesisState) GetUnbondSwitchList ¶
func (m *GenesisState) GetUnbondSwitchList() []*UnbondSwitch
func (*GenesisState) Marshal ¶
func (m *GenesisState) Marshal() (dAtA []byte, err error)
func (*GenesisState) MarshalToSizedBuffer ¶
func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GenesisState) ProtoMessage ¶
func (*GenesisState) ProtoMessage()
func (*GenesisState) Reset ¶
func (m *GenesisState) Reset()
func (*GenesisState) Size ¶
func (m *GenesisState) Size() (n int)
func (*GenesisState) String ¶
func (m *GenesisState) String() string
func (*GenesisState) Unmarshal ¶
func (m *GenesisState) Unmarshal(dAtA []byte) error
func (GenesisState) Validate ¶
func (gs GenesisState) Validate() error
Validate performs basic genesis state validation returning an error upon any failure.
func (*GenesisState) XXX_DiscardUnknown ¶
func (m *GenesisState) XXX_DiscardUnknown()
func (*GenesisState) XXX_Marshal ¶
func (m *GenesisState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GenesisState) XXX_Merge ¶
func (m *GenesisState) XXX_Merge(src proto.Message)
func (*GenesisState) XXX_Size ¶
func (m *GenesisState) XXX_Size() int
func (*GenesisState) XXX_Unmarshal ¶
func (m *GenesisState) XXX_Unmarshal(b []byte) error
type IcaAccount ¶
type IcaAccount struct { Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` CtrlConnectionId string `protobuf:"bytes,3,opt,name=ctrlConnectionId,proto3" json:"ctrlConnectionId,omitempty"` CtrlPortId string `protobuf:"bytes,4,opt,name=ctrlPortId,proto3" json:"ctrlPortId,omitempty"` CtrlChannelId string `protobuf:"bytes,5,opt,name=ctrlChannelId,proto3" json:"ctrlChannelId,omitempty"` HostConnectionId string `protobuf:"bytes,6,opt,name=hostConnectionId,proto3" json:"hostConnectionId,omitempty"` HostPortId string `protobuf:"bytes,7,opt,name=hostPortId,proto3" json:"hostPortId,omitempty"` HostChannelId string `protobuf:"bytes,8,opt,name=hostChannelId,proto3" json:"hostChannelId,omitempty"` }
func (*IcaAccount) Descriptor ¶
func (*IcaAccount) Descriptor() ([]byte, []int)
func (*IcaAccount) GetAddress ¶
func (m *IcaAccount) GetAddress() string
func (*IcaAccount) GetCtrlChannelId ¶
func (m *IcaAccount) GetCtrlChannelId() string
func (*IcaAccount) GetCtrlConnectionId ¶
func (m *IcaAccount) GetCtrlConnectionId() string
func (*IcaAccount) GetCtrlPortId ¶
func (m *IcaAccount) GetCtrlPortId() string
func (*IcaAccount) GetHostChannelId ¶
func (m *IcaAccount) GetHostChannelId() string
func (*IcaAccount) GetHostConnectionId ¶
func (m *IcaAccount) GetHostConnectionId() string
func (*IcaAccount) GetHostPortId ¶
func (m *IcaAccount) GetHostPortId() string
func (*IcaAccount) GetOwner ¶
func (m *IcaAccount) GetOwner() string
func (*IcaAccount) Marshal ¶
func (m *IcaAccount) Marshal() (dAtA []byte, err error)
func (*IcaAccount) MarshalToSizedBuffer ¶
func (m *IcaAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*IcaAccount) ProtoMessage ¶
func (*IcaAccount) ProtoMessage()
func (*IcaAccount) Reset ¶
func (m *IcaAccount) Reset()
func (*IcaAccount) Size ¶
func (m *IcaAccount) Size() (n int)
func (*IcaAccount) String ¶
func (m *IcaAccount) String() string
func (*IcaAccount) Unmarshal ¶
func (m *IcaAccount) Unmarshal(dAtA []byte) error
func (*IcaAccount) XXX_DiscardUnknown ¶
func (m *IcaAccount) XXX_DiscardUnknown()
func (*IcaAccount) XXX_Marshal ¶
func (m *IcaAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IcaAccount) XXX_Merge ¶
func (m *IcaAccount) XXX_Merge(src proto.Message)
func (*IcaAccount) XXX_Size ¶
func (m *IcaAccount) XXX_Size() int
func (*IcaAccount) XXX_Unmarshal ¶
func (m *IcaAccount) XXX_Unmarshal(b []byte) error
type IcaPoolDetail ¶
type IcaPoolDetail struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Index uint32 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"` Status IcaPoolStatus `protobuf:"varint,3,opt,name=status,proto3,enum=fury.fury.ledger.IcaPoolStatus" json:"status,omitempty"` DelegationAccount *IcaAccount `protobuf:"bytes,4,opt,name=DelegationAccount,proto3" json:"DelegationAccount,omitempty"` WithdrawalAccount *IcaAccount `protobuf:"bytes,5,opt,name=WithdrawalAccount,proto3" json:"WithdrawalAccount,omitempty"` }
func (*IcaPoolDetail) Descriptor ¶
func (*IcaPoolDetail) Descriptor() ([]byte, []int)
func (*IcaPoolDetail) GetDelegationAccount ¶
func (m *IcaPoolDetail) GetDelegationAccount() *IcaAccount
func (*IcaPoolDetail) GetDenom ¶
func (m *IcaPoolDetail) GetDenom() string
func (*IcaPoolDetail) GetIndex ¶
func (m *IcaPoolDetail) GetIndex() uint32
func (*IcaPoolDetail) GetStatus ¶
func (m *IcaPoolDetail) GetStatus() IcaPoolStatus
func (*IcaPoolDetail) GetWithdrawalAccount ¶
func (m *IcaPoolDetail) GetWithdrawalAccount() *IcaAccount
func (*IcaPoolDetail) Marshal ¶
func (m *IcaPoolDetail) Marshal() (dAtA []byte, err error)
func (*IcaPoolDetail) MarshalToSizedBuffer ¶
func (m *IcaPoolDetail) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*IcaPoolDetail) ProtoMessage ¶
func (*IcaPoolDetail) ProtoMessage()
func (*IcaPoolDetail) Reset ¶
func (m *IcaPoolDetail) Reset()
func (*IcaPoolDetail) Size ¶
func (m *IcaPoolDetail) Size() (n int)
func (*IcaPoolDetail) String ¶
func (m *IcaPoolDetail) String() string
func (*IcaPoolDetail) Unmarshal ¶
func (m *IcaPoolDetail) Unmarshal(dAtA []byte) error
func (*IcaPoolDetail) XXX_DiscardUnknown ¶
func (m *IcaPoolDetail) XXX_DiscardUnknown()
func (*IcaPoolDetail) XXX_Marshal ¶
func (m *IcaPoolDetail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IcaPoolDetail) XXX_Merge ¶
func (m *IcaPoolDetail) XXX_Merge(src proto.Message)
func (*IcaPoolDetail) XXX_Size ¶
func (m *IcaPoolDetail) XXX_Size() int
func (*IcaPoolDetail) XXX_Unmarshal ¶
func (m *IcaPoolDetail) XXX_Unmarshal(b []byte) error
type IcaPoolStatus ¶
type IcaPoolStatus int32
const ( IcaPoolStatusUnspecified IcaPoolStatus = 0 IcaPoolStatusInit IcaPoolStatus = 1 IcaPoolStatusCreateOne IcaPoolStatus = 2 IcaPoolStatusCreateTwo IcaPoolStatus = 3 IcaPoolStatusSetWithdrawal IcaPoolStatus = 4 )
func (IcaPoolStatus) EnumDescriptor ¶
func (IcaPoolStatus) EnumDescriptor() ([]byte, []int)
func (IcaPoolStatus) String ¶
func (x IcaPoolStatus) String() string
type InterchainTxProposal ¶
type InterchainTxProposal struct { Proposer string `protobuf:"bytes,1,opt,name=proposer,proto3" json:"proposer,omitempty"` Denom string `protobuf:"bytes,2,opt,name=denom,proto3" json:"denom,omitempty"` PoolAddress string `protobuf:"bytes,3,opt,name=poolAddress,proto3" json:"poolAddress,omitempty"` Era uint32 `protobuf:"varint,4,opt,name=era,proto3" json:"era,omitempty"` TxType OriginalTxType `protobuf:"varint,5,opt,name=txType,proto3,enum=fury.fury.ledger.OriginalTxType" json:"txType,omitempty"` Factor uint32 `protobuf:"varint,6,opt,name=factor,proto3" json:"factor,omitempty"` Msgs []*types.Any `protobuf:"bytes,7,rep,name=msgs,proto3" json:"msgs,omitempty"` PropId string `protobuf:"bytes,8,opt,name=propId,proto3" json:"propId,omitempty"` }
func NewInterchainTxProposal ¶
func NewInterchainTxProposal( proposer sdk.AccAddress, denom, pool string, era uint32, txType OriginalTxType, factor uint32, msgs []sdk.Msg) (*InterchainTxProposal, error)
func (*InterchainTxProposal) Descriptor ¶
func (*InterchainTxProposal) Descriptor() ([]byte, []int)
func (*InterchainTxProposal) GetDenom ¶
func (m *InterchainTxProposal) GetDenom() string
func (*InterchainTxProposal) GetEra ¶
func (m *InterchainTxProposal) GetEra() uint32
func (*InterchainTxProposal) GetFactor ¶
func (m *InterchainTxProposal) GetFactor() uint32
func (*InterchainTxProposal) GetMsgs ¶
func (m *InterchainTxProposal) GetMsgs() []*types.Any
func (*InterchainTxProposal) GetPoolAddress ¶
func (m *InterchainTxProposal) GetPoolAddress() string
func (*InterchainTxProposal) GetPropId ¶
func (m *InterchainTxProposal) GetPropId() string
func (*InterchainTxProposal) GetProposer ¶
func (m *InterchainTxProposal) GetProposer() string
func (*InterchainTxProposal) GetTxMsg ¶
func (msg *InterchainTxProposal) GetTxMsg(c codec.BinaryCodec) ([]sdk.Msg, error)
GetTxMsg fetches the cached any message
func (*InterchainTxProposal) GetTxType ¶
func (m *InterchainTxProposal) GetTxType() OriginalTxType
func (*InterchainTxProposal) Marshal ¶
func (m *InterchainTxProposal) Marshal() (dAtA []byte, err error)
func (*InterchainTxProposal) MarshalTo ¶
func (m *InterchainTxProposal) MarshalTo(dAtA []byte) (int, error)
func (*InterchainTxProposal) MarshalToSizedBuffer ¶
func (m *InterchainTxProposal) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*InterchainTxProposal) ProposalRoute ¶
func (p *InterchainTxProposal) ProposalRoute() string
func (*InterchainTxProposal) ProposalType ¶
func (p *InterchainTxProposal) ProposalType() string
func (*InterchainTxProposal) ProtoMessage ¶
func (*InterchainTxProposal) ProtoMessage()
func (*InterchainTxProposal) Reset ¶
func (m *InterchainTxProposal) Reset()
func (*InterchainTxProposal) Size ¶
func (m *InterchainTxProposal) Size() (n int)
func (*InterchainTxProposal) String ¶
func (m *InterchainTxProposal) String() string
func (*InterchainTxProposal) Unmarshal ¶
func (m *InterchainTxProposal) Unmarshal(dAtA []byte) error
func (*InterchainTxProposal) ValidateBasic ¶
func (p *InterchainTxProposal) ValidateBasic() error
func (*InterchainTxProposal) XXX_DiscardUnknown ¶
func (m *InterchainTxProposal) XXX_DiscardUnknown()
func (*InterchainTxProposal) XXX_Marshal ¶
func (m *InterchainTxProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InterchainTxProposal) XXX_Merge ¶
func (m *InterchainTxProposal) XXX_Merge(src proto.Message)
func (*InterchainTxProposal) XXX_Size ¶
func (m *InterchainTxProposal) XXX_Size() int
func (*InterchainTxProposal) XXX_Unmarshal ¶
func (m *InterchainTxProposal) XXX_Unmarshal(b []byte) error
type InterchainTxStatus ¶
type InterchainTxStatus int32
const ( InterchainTxStatusUnspecified InterchainTxStatus = 0 InterchainTxStatusInit InterchainTxStatus = 1 InterchainTxStatusSuccess InterchainTxStatus = 2 InterchainTxStatusFailed InterchainTxStatus = 3 )
func (InterchainTxStatus) EnumDescriptor ¶
func (InterchainTxStatus) EnumDescriptor() ([]byte, []int)
func (InterchainTxStatus) String ¶
func (x InterchainTxStatus) String() string
type LinkChunk ¶
type LinkChunk struct { Bond github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,1,opt,name=bond,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"bond"` Unbond github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,2,opt,name=unbond,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"unbond"` Active github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,3,opt,name=active,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"active"` }
func (*LinkChunk) Descriptor ¶
func (*LinkChunk) MarshalToSizedBuffer ¶
func (*LinkChunk) ProtoMessage ¶
func (*LinkChunk) ProtoMessage()
func (*LinkChunk) XXX_DiscardUnknown ¶
func (m *LinkChunk) XXX_DiscardUnknown()
func (*LinkChunk) XXX_Marshal ¶
func (*LinkChunk) XXX_Unmarshal ¶
type LiquidityBondState ¶
type LiquidityBondState int32
const ( LiquidityBondStateVerifyOk LiquidityBondState = 0 LiquidityBondStateDenomUnmatch LiquidityBondState = 1 LiquidityBondStateBonderUnmatch LiquidityBondState = 2 LiquidityBondStatePoolUnmatch LiquidityBondState = 3 LiquidityBondStateAmountUnmatch LiquidityBondState = 4 LiquidityBondStateMemoUnmatch LiquidityBondState = 5 )
func (LiquidityBondState) EnumDescriptor ¶
func (LiquidityBondState) EnumDescriptor() ([]byte, []int)
func (LiquidityBondState) String ¶
func (x LiquidityBondState) String() string
type MintRewardKeeper ¶
type MsgClearCurrentEraSnapShots ¶
type MsgClearCurrentEraSnapShots struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` Denom string `protobuf:"bytes,2,opt,name=denom,proto3" json:"denom,omitempty"` }
func NewMsgClearCurrentEraSnapShots ¶
func NewMsgClearCurrentEraSnapShots(creator sdk.AccAddress, denom string) *MsgClearCurrentEraSnapShots
func (*MsgClearCurrentEraSnapShots) Descriptor ¶
func (*MsgClearCurrentEraSnapShots) Descriptor() ([]byte, []int)
func (*MsgClearCurrentEraSnapShots) GetCreator ¶
func (m *MsgClearCurrentEraSnapShots) GetCreator() string
func (*MsgClearCurrentEraSnapShots) GetDenom ¶
func (m *MsgClearCurrentEraSnapShots) GetDenom() string
func (*MsgClearCurrentEraSnapShots) GetSignBytes ¶
func (msg *MsgClearCurrentEraSnapShots) GetSignBytes() []byte
func (*MsgClearCurrentEraSnapShots) GetSigners ¶
func (msg *MsgClearCurrentEraSnapShots) GetSigners() []sdk.AccAddress
func (*MsgClearCurrentEraSnapShots) Marshal ¶
func (m *MsgClearCurrentEraSnapShots) Marshal() (dAtA []byte, err error)
func (*MsgClearCurrentEraSnapShots) MarshalTo ¶
func (m *MsgClearCurrentEraSnapShots) MarshalTo(dAtA []byte) (int, error)
func (*MsgClearCurrentEraSnapShots) MarshalToSizedBuffer ¶
func (m *MsgClearCurrentEraSnapShots) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgClearCurrentEraSnapShots) ProtoMessage ¶
func (*MsgClearCurrentEraSnapShots) ProtoMessage()
func (*MsgClearCurrentEraSnapShots) Reset ¶
func (m *MsgClearCurrentEraSnapShots) Reset()
func (*MsgClearCurrentEraSnapShots) Route ¶
func (msg *MsgClearCurrentEraSnapShots) Route() string
func (*MsgClearCurrentEraSnapShots) Size ¶
func (m *MsgClearCurrentEraSnapShots) Size() (n int)
func (*MsgClearCurrentEraSnapShots) String ¶
func (m *MsgClearCurrentEraSnapShots) String() string
func (*MsgClearCurrentEraSnapShots) Type ¶
func (msg *MsgClearCurrentEraSnapShots) Type() string
func (*MsgClearCurrentEraSnapShots) Unmarshal ¶
func (m *MsgClearCurrentEraSnapShots) Unmarshal(dAtA []byte) error
func (*MsgClearCurrentEraSnapShots) ValidateBasic ¶
func (msg *MsgClearCurrentEraSnapShots) ValidateBasic() error
func (*MsgClearCurrentEraSnapShots) XXX_DiscardUnknown ¶
func (m *MsgClearCurrentEraSnapShots) XXX_DiscardUnknown()
func (*MsgClearCurrentEraSnapShots) XXX_Marshal ¶
func (m *MsgClearCurrentEraSnapShots) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgClearCurrentEraSnapShots) XXX_Merge ¶
func (m *MsgClearCurrentEraSnapShots) XXX_Merge(src proto.Message)
func (*MsgClearCurrentEraSnapShots) XXX_Size ¶
func (m *MsgClearCurrentEraSnapShots) XXX_Size() int
func (*MsgClearCurrentEraSnapShots) XXX_Unmarshal ¶
func (m *MsgClearCurrentEraSnapShots) XXX_Unmarshal(b []byte) error
type MsgClearCurrentEraSnapShotsResponse ¶
type MsgClearCurrentEraSnapShotsResponse struct { }
func (*MsgClearCurrentEraSnapShotsResponse) Descriptor ¶
func (*MsgClearCurrentEraSnapShotsResponse) Descriptor() ([]byte, []int)
func (*MsgClearCurrentEraSnapShotsResponse) Marshal ¶
func (m *MsgClearCurrentEraSnapShotsResponse) Marshal() (dAtA []byte, err error)
func (*MsgClearCurrentEraSnapShotsResponse) MarshalTo ¶
func (m *MsgClearCurrentEraSnapShotsResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgClearCurrentEraSnapShotsResponse) MarshalToSizedBuffer ¶
func (m *MsgClearCurrentEraSnapShotsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgClearCurrentEraSnapShotsResponse) ProtoMessage ¶
func (*MsgClearCurrentEraSnapShotsResponse) ProtoMessage()
func (*MsgClearCurrentEraSnapShotsResponse) Reset ¶
func (m *MsgClearCurrentEraSnapShotsResponse) Reset()
func (*MsgClearCurrentEraSnapShotsResponse) Size ¶
func (m *MsgClearCurrentEraSnapShotsResponse) Size() (n int)
func (*MsgClearCurrentEraSnapShotsResponse) String ¶
func (m *MsgClearCurrentEraSnapShotsResponse) String() string
func (*MsgClearCurrentEraSnapShotsResponse) Unmarshal ¶
func (m *MsgClearCurrentEraSnapShotsResponse) Unmarshal(dAtA []byte) error
func (*MsgClearCurrentEraSnapShotsResponse) XXX_DiscardUnknown ¶
func (m *MsgClearCurrentEraSnapShotsResponse) XXX_DiscardUnknown()
func (*MsgClearCurrentEraSnapShotsResponse) XXX_Marshal ¶
func (m *MsgClearCurrentEraSnapShotsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgClearCurrentEraSnapShotsResponse) XXX_Merge ¶
func (m *MsgClearCurrentEraSnapShotsResponse) XXX_Merge(src proto.Message)
func (*MsgClearCurrentEraSnapShotsResponse) XXX_Size ¶
func (m *MsgClearCurrentEraSnapShotsResponse) XXX_Size() int
func (*MsgClearCurrentEraSnapShotsResponse) XXX_Unmarshal ¶
func (m *MsgClearCurrentEraSnapShotsResponse) XXX_Unmarshal(b []byte) error
type MsgClient ¶
type MsgClient interface { SetEraUnbondLimit(ctx context.Context, in *MsgSetEraUnbondLimit, opts ...grpc.CallOption) (*MsgSetEraUnbondLimitResponse, error) SetPoolDetail(ctx context.Context, in *MsgSetPoolDetail, opts ...grpc.CallOption) (*MsgSetPoolDetailResponse, error) SetLeastBond(ctx context.Context, in *MsgSetLeastBond, opts ...grpc.CallOption) (*MsgSetLeastBondResponse, error) ClearCurrentEraSnapShots(ctx context.Context, in *MsgClearCurrentEraSnapShots, opts ...grpc.CallOption) (*MsgClearCurrentEraSnapShotsResponse, error) SetStakingRewardCommission(ctx context.Context, in *MsgSetStakingRewardCommission, opts ...grpc.CallOption) (*MsgSetStakingRewardCommissionResponse, error) SetProtocolFeeReceiver(ctx context.Context, in *MsgSetProtocolFeeReceiver, opts ...grpc.CallOption) (*MsgSetProtocolFeeReceiverResponse, error) SetUnbondRelayFee(ctx context.Context, in *MsgSetUnbondRelayFee, opts ...grpc.CallOption) (*MsgSetUnbondRelayFeeResponse, error) LiquidityUnbond(ctx context.Context, in *MsgLiquidityUnbond, opts ...grpc.CallOption) (*MsgLiquidityUnbondResponse, error) SetUnbondCommission(ctx context.Context, in *MsgSetUnbondCommission, opts ...grpc.CallOption) (*MsgSetUnbondCommissionResponse, error) SubmitSignature(ctx context.Context, in *MsgSubmitSignature, opts ...grpc.CallOption) (*MsgSubmitSignatureResponse, error) SetRParams(ctx context.Context, in *MsgSetRParams, opts ...grpc.CallOption) (*MsgSetRParamsResponse, error) SetRelayFeeReceiver(ctx context.Context, in *MsgSetRelayFeeReceiver, opts ...grpc.CallOption) (*MsgSetRelayFeeReceiverResponse, error) SetRelayGasPrice(ctx context.Context, in *MsgSetRelayGasPrice, opts ...grpc.CallOption) (*MsgSetRelayGasPriceResponse, error) SetEraSeconds(ctx context.Context, in *MsgSetEraSeconds, opts ...grpc.CallOption) (*MsgSetEraSecondsResponse, error) RmBondedPool(ctx context.Context, in *MsgRmBondedPool, opts ...grpc.CallOption) (*MsgRmBondedPoolResponse, error) MigrateInit(ctx context.Context, in *MsgMigrateInit, opts ...grpc.CallOption) (*MsgMigrateInitResponse, error) MigrateUnbondings(ctx context.Context, in *MsgMigrateUnbondings, opts ...grpc.CallOption) (*MsgMigrateUnbondingsResponse, error) ToggleUnbondSwitch(ctx context.Context, in *MsgToggleUnbondSwitch, opts ...grpc.CallOption) (*MsgToggleUnbondSwitchResponse, error) UnsealMigrateInit(ctx context.Context, in *MsgUnsealMigrateInit, opts ...grpc.CallOption) (*MsgUnsealMigrateInitResponse, error) RegisterIcaPool(ctx context.Context, in *MsgRegisterIcaPool, opts ...grpc.CallOption) (*MsgRegisterIcaPoolResponse, error) SetWithdrawalAddr(ctx context.Context, in *MsgSetWithdrawalAddr, opts ...grpc.CallOption) (*MsgSetWithdrawalAddrResponse, error) InitPool(ctx context.Context, in *MsgInitPool, opts ...grpc.CallOption) (*MsgInitPoolResponse, error) SetPoolStatus(ctx context.Context, in *MsgSetPoolStatus, opts ...grpc.CallOption) (*MsgSetPoolStatusResponse, 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 ¶
func NewMsgClient(cc grpc1.ClientConn) MsgClient
type MsgInitPool ¶
type MsgInitPool struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` Denom string `protobuf:"bytes,2,opt,name=denom,proto3" json:"denom,omitempty"` Pool string `protobuf:"bytes,3,opt,name=pool,proto3" json:"pool,omitempty"` }
func NewMsgInitPool ¶
func NewMsgInitPool(creator string, denom string, pool string) *MsgInitPool
func (*MsgInitPool) Descriptor ¶
func (*MsgInitPool) Descriptor() ([]byte, []int)
func (*MsgInitPool) GetCreator ¶
func (m *MsgInitPool) GetCreator() string
func (*MsgInitPool) GetDenom ¶
func (m *MsgInitPool) GetDenom() string
func (*MsgInitPool) GetPool ¶
func (m *MsgInitPool) GetPool() string
func (*MsgInitPool) GetSignBytes ¶
func (msg *MsgInitPool) GetSignBytes() []byte
func (*MsgInitPool) GetSigners ¶
func (msg *MsgInitPool) GetSigners() []sdk.AccAddress
func (*MsgInitPool) Marshal ¶
func (m *MsgInitPool) Marshal() (dAtA []byte, err error)
func (*MsgInitPool) MarshalToSizedBuffer ¶
func (m *MsgInitPool) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgInitPool) ProtoMessage ¶
func (*MsgInitPool) ProtoMessage()
func (*MsgInitPool) Reset ¶
func (m *MsgInitPool) Reset()
func (*MsgInitPool) Route ¶
func (msg *MsgInitPool) Route() string
func (*MsgInitPool) Size ¶
func (m *MsgInitPool) Size() (n int)
func (*MsgInitPool) String ¶
func (m *MsgInitPool) String() string
func (*MsgInitPool) Type ¶
func (msg *MsgInitPool) Type() string
func (*MsgInitPool) Unmarshal ¶
func (m *MsgInitPool) Unmarshal(dAtA []byte) error
func (*MsgInitPool) ValidateBasic ¶
func (msg *MsgInitPool) ValidateBasic() error
func (*MsgInitPool) XXX_DiscardUnknown ¶
func (m *MsgInitPool) XXX_DiscardUnknown()
func (*MsgInitPool) XXX_Marshal ¶
func (m *MsgInitPool) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgInitPool) XXX_Merge ¶
func (m *MsgInitPool) XXX_Merge(src proto.Message)
func (*MsgInitPool) XXX_Size ¶
func (m *MsgInitPool) XXX_Size() int
func (*MsgInitPool) XXX_Unmarshal ¶
func (m *MsgInitPool) XXX_Unmarshal(b []byte) error
type MsgInitPoolResponse ¶
type MsgInitPoolResponse struct { }
func (*MsgInitPoolResponse) Descriptor ¶
func (*MsgInitPoolResponse) Descriptor() ([]byte, []int)
func (*MsgInitPoolResponse) Marshal ¶
func (m *MsgInitPoolResponse) Marshal() (dAtA []byte, err error)
func (*MsgInitPoolResponse) MarshalTo ¶
func (m *MsgInitPoolResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgInitPoolResponse) MarshalToSizedBuffer ¶
func (m *MsgInitPoolResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgInitPoolResponse) ProtoMessage ¶
func (*MsgInitPoolResponse) ProtoMessage()
func (*MsgInitPoolResponse) Reset ¶
func (m *MsgInitPoolResponse) Reset()
func (*MsgInitPoolResponse) Size ¶
func (m *MsgInitPoolResponse) Size() (n int)
func (*MsgInitPoolResponse) String ¶
func (m *MsgInitPoolResponse) String() string
func (*MsgInitPoolResponse) Unmarshal ¶
func (m *MsgInitPoolResponse) Unmarshal(dAtA []byte) error
func (*MsgInitPoolResponse) XXX_DiscardUnknown ¶
func (m *MsgInitPoolResponse) XXX_DiscardUnknown()
func (*MsgInitPoolResponse) XXX_Marshal ¶
func (m *MsgInitPoolResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgInitPoolResponse) XXX_Merge ¶
func (m *MsgInitPoolResponse) XXX_Merge(src proto.Message)
func (*MsgInitPoolResponse) XXX_Size ¶
func (m *MsgInitPoolResponse) XXX_Size() int
func (*MsgInitPoolResponse) XXX_Unmarshal ¶
func (m *MsgInitPoolResponse) XXX_Unmarshal(b []byte) error
type MsgLiquidityUnbond ¶
type MsgLiquidityUnbond struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` Pool string `protobuf:"bytes,2,opt,name=pool,proto3" json:"pool,omitempty"` Value github_com_cosmos_cosmos_sdk_types.Coin `protobuf:"bytes,3,opt,name=value,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Coin" json:"value"` Recipient string `protobuf:"bytes,4,opt,name=recipient,proto3" json:"recipient,omitempty"` }
func NewMsgLiquidityUnbond ¶
func NewMsgLiquidityUnbond(creator sdk.AccAddress, pool string, value sdk.Coin, recipient string) *MsgLiquidityUnbond
func (*MsgLiquidityUnbond) Descriptor ¶
func (*MsgLiquidityUnbond) Descriptor() ([]byte, []int)
func (*MsgLiquidityUnbond) GetCreator ¶
func (m *MsgLiquidityUnbond) GetCreator() string
func (*MsgLiquidityUnbond) GetPool ¶
func (m *MsgLiquidityUnbond) GetPool() string
func (*MsgLiquidityUnbond) GetRecipient ¶
func (m *MsgLiquidityUnbond) GetRecipient() string
func (*MsgLiquidityUnbond) GetSignBytes ¶
func (msg *MsgLiquidityUnbond) GetSignBytes() []byte
func (*MsgLiquidityUnbond) GetSigners ¶
func (msg *MsgLiquidityUnbond) GetSigners() []sdk.AccAddress
func (*MsgLiquidityUnbond) Marshal ¶
func (m *MsgLiquidityUnbond) Marshal() (dAtA []byte, err error)
func (*MsgLiquidityUnbond) MarshalTo ¶
func (m *MsgLiquidityUnbond) MarshalTo(dAtA []byte) (int, error)
func (*MsgLiquidityUnbond) MarshalToSizedBuffer ¶
func (m *MsgLiquidityUnbond) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgLiquidityUnbond) ProtoMessage ¶
func (*MsgLiquidityUnbond) ProtoMessage()
func (*MsgLiquidityUnbond) Reset ¶
func (m *MsgLiquidityUnbond) Reset()
func (*MsgLiquidityUnbond) Route ¶
func (msg *MsgLiquidityUnbond) Route() string
func (*MsgLiquidityUnbond) Size ¶
func (m *MsgLiquidityUnbond) Size() (n int)
func (*MsgLiquidityUnbond) String ¶
func (m *MsgLiquidityUnbond) String() string
func (*MsgLiquidityUnbond) Type ¶
func (msg *MsgLiquidityUnbond) Type() string
func (*MsgLiquidityUnbond) Unmarshal ¶
func (m *MsgLiquidityUnbond) Unmarshal(dAtA []byte) error
func (*MsgLiquidityUnbond) ValidateBasic ¶
func (msg *MsgLiquidityUnbond) ValidateBasic() error
func (*MsgLiquidityUnbond) XXX_DiscardUnknown ¶
func (m *MsgLiquidityUnbond) XXX_DiscardUnknown()
func (*MsgLiquidityUnbond) XXX_Marshal ¶
func (m *MsgLiquidityUnbond) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgLiquidityUnbond) XXX_Merge ¶
func (m *MsgLiquidityUnbond) XXX_Merge(src proto.Message)
func (*MsgLiquidityUnbond) XXX_Size ¶
func (m *MsgLiquidityUnbond) XXX_Size() int
func (*MsgLiquidityUnbond) XXX_Unmarshal ¶
func (m *MsgLiquidityUnbond) XXX_Unmarshal(b []byte) error
type MsgLiquidityUnbondResponse ¶
type MsgLiquidityUnbondResponse struct { }
func (*MsgLiquidityUnbondResponse) Descriptor ¶
func (*MsgLiquidityUnbondResponse) Descriptor() ([]byte, []int)
func (*MsgLiquidityUnbondResponse) Marshal ¶
func (m *MsgLiquidityUnbondResponse) Marshal() (dAtA []byte, err error)
func (*MsgLiquidityUnbondResponse) MarshalTo ¶
func (m *MsgLiquidityUnbondResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgLiquidityUnbondResponse) MarshalToSizedBuffer ¶
func (m *MsgLiquidityUnbondResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgLiquidityUnbondResponse) ProtoMessage ¶
func (*MsgLiquidityUnbondResponse) ProtoMessage()
func (*MsgLiquidityUnbondResponse) Reset ¶
func (m *MsgLiquidityUnbondResponse) Reset()
func (*MsgLiquidityUnbondResponse) Size ¶
func (m *MsgLiquidityUnbondResponse) Size() (n int)
func (*MsgLiquidityUnbondResponse) String ¶
func (m *MsgLiquidityUnbondResponse) String() string
func (*MsgLiquidityUnbondResponse) Unmarshal ¶
func (m *MsgLiquidityUnbondResponse) Unmarshal(dAtA []byte) error
func (*MsgLiquidityUnbondResponse) XXX_DiscardUnknown ¶
func (m *MsgLiquidityUnbondResponse) XXX_DiscardUnknown()
func (*MsgLiquidityUnbondResponse) XXX_Marshal ¶
func (m *MsgLiquidityUnbondResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgLiquidityUnbondResponse) XXX_Merge ¶
func (m *MsgLiquidityUnbondResponse) XXX_Merge(src proto.Message)
func (*MsgLiquidityUnbondResponse) XXX_Size ¶
func (m *MsgLiquidityUnbondResponse) XXX_Size() int
func (*MsgLiquidityUnbondResponse) XXX_Unmarshal ¶
func (m *MsgLiquidityUnbondResponse) XXX_Unmarshal(b []byte) error
type MsgMigrateInit ¶
type MsgMigrateInit struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` Denom string `protobuf:"bytes,2,opt,name=denom,proto3" json:"denom,omitempty"` Pool string `protobuf:"bytes,3,opt,name=pool,proto3" json:"pool,omitempty"` TotalSupply github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,4,opt,name=totalSupply,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"totalSupply"` Active github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,5,opt,name=active,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"active"` Bond github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,6,opt,name=bond,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"bond"` Unbond github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,7,opt,name=unbond,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"unbond"` ExchangeRate github_com_fury_fury_utils.Dec `protobuf:"bytes,8,opt,name=exchangeRate,proto3,customtype=github.com/gridiron-protocol/fury/utils.Dec" json:"exchangeRate"` TotalProtocolFee github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,9,opt,name=totalProtocolFee,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"totalProtocolFee"` }
func NewMsgMigrateInit ¶
func (*MsgMigrateInit) Descriptor ¶
func (*MsgMigrateInit) Descriptor() ([]byte, []int)
func (*MsgMigrateInit) GetCreator ¶
func (m *MsgMigrateInit) GetCreator() string
func (*MsgMigrateInit) GetDenom ¶
func (m *MsgMigrateInit) GetDenom() string
func (*MsgMigrateInit) GetPool ¶
func (m *MsgMigrateInit) GetPool() string
func (*MsgMigrateInit) GetSignBytes ¶
func (msg *MsgMigrateInit) GetSignBytes() []byte
func (*MsgMigrateInit) GetSigners ¶
func (msg *MsgMigrateInit) GetSigners() []sdk.AccAddress
func (*MsgMigrateInit) Marshal ¶
func (m *MsgMigrateInit) Marshal() (dAtA []byte, err error)
func (*MsgMigrateInit) MarshalToSizedBuffer ¶
func (m *MsgMigrateInit) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgMigrateInit) ProtoMessage ¶
func (*MsgMigrateInit) ProtoMessage()
func (*MsgMigrateInit) Reset ¶
func (m *MsgMigrateInit) Reset()
func (*MsgMigrateInit) Route ¶
func (msg *MsgMigrateInit) Route() string
func (*MsgMigrateInit) Size ¶
func (m *MsgMigrateInit) Size() (n int)
func (*MsgMigrateInit) String ¶
func (m *MsgMigrateInit) String() string
func (*MsgMigrateInit) Type ¶
func (msg *MsgMigrateInit) Type() string
func (*MsgMigrateInit) Unmarshal ¶
func (m *MsgMigrateInit) Unmarshal(dAtA []byte) error
func (*MsgMigrateInit) ValidateBasic ¶
func (msg *MsgMigrateInit) ValidateBasic() error
func (*MsgMigrateInit) XXX_DiscardUnknown ¶
func (m *MsgMigrateInit) XXX_DiscardUnknown()
func (*MsgMigrateInit) XXX_Marshal ¶
func (m *MsgMigrateInit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgMigrateInit) XXX_Merge ¶
func (m *MsgMigrateInit) XXX_Merge(src proto.Message)
func (*MsgMigrateInit) XXX_Size ¶
func (m *MsgMigrateInit) XXX_Size() int
func (*MsgMigrateInit) XXX_Unmarshal ¶
func (m *MsgMigrateInit) XXX_Unmarshal(b []byte) error
type MsgMigrateInitResponse ¶
type MsgMigrateInitResponse struct { }
func (*MsgMigrateInitResponse) Descriptor ¶
func (*MsgMigrateInitResponse) Descriptor() ([]byte, []int)
func (*MsgMigrateInitResponse) Marshal ¶
func (m *MsgMigrateInitResponse) Marshal() (dAtA []byte, err error)
func (*MsgMigrateInitResponse) MarshalTo ¶
func (m *MsgMigrateInitResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgMigrateInitResponse) MarshalToSizedBuffer ¶
func (m *MsgMigrateInitResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgMigrateInitResponse) ProtoMessage ¶
func (*MsgMigrateInitResponse) ProtoMessage()
func (*MsgMigrateInitResponse) Reset ¶
func (m *MsgMigrateInitResponse) Reset()
func (*MsgMigrateInitResponse) Size ¶
func (m *MsgMigrateInitResponse) Size() (n int)
func (*MsgMigrateInitResponse) String ¶
func (m *MsgMigrateInitResponse) String() string
func (*MsgMigrateInitResponse) Unmarshal ¶
func (m *MsgMigrateInitResponse) Unmarshal(dAtA []byte) error
func (*MsgMigrateInitResponse) XXX_DiscardUnknown ¶
func (m *MsgMigrateInitResponse) XXX_DiscardUnknown()
func (*MsgMigrateInitResponse) XXX_Marshal ¶
func (m *MsgMigrateInitResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgMigrateInitResponse) XXX_Merge ¶
func (m *MsgMigrateInitResponse) XXX_Merge(src proto.Message)
func (*MsgMigrateInitResponse) XXX_Size ¶
func (m *MsgMigrateInitResponse) XXX_Size() int
func (*MsgMigrateInitResponse) XXX_Unmarshal ¶
func (m *MsgMigrateInitResponse) XXX_Unmarshal(b []byte) error
type MsgMigrateUnbondings ¶
type MsgMigrateUnbondings struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` Denom string `protobuf:"bytes,2,opt,name=denom,proto3" json:"denom,omitempty"` Pool string `protobuf:"bytes,3,opt,name=pool,proto3" json:"pool,omitempty"` Era uint32 `protobuf:"varint,4,opt,name=era,proto3" json:"era"` Unbondings []*Unbonding `protobuf:"bytes,5,rep,name=unbondings,proto3" json:"unbondings,omitempty"` }
func NewMsgMigrateUnbondings ¶
func NewMsgMigrateUnbondings(creator, denom, pool string, era uint32, unbondings []*Unbonding) *MsgMigrateUnbondings
func (*MsgMigrateUnbondings) Descriptor ¶
func (*MsgMigrateUnbondings) Descriptor() ([]byte, []int)
func (*MsgMigrateUnbondings) GetCreator ¶
func (m *MsgMigrateUnbondings) GetCreator() string
func (*MsgMigrateUnbondings) GetDenom ¶
func (m *MsgMigrateUnbondings) GetDenom() string
func (*MsgMigrateUnbondings) GetEra ¶
func (m *MsgMigrateUnbondings) GetEra() uint32
func (*MsgMigrateUnbondings) GetPool ¶
func (m *MsgMigrateUnbondings) GetPool() string
func (*MsgMigrateUnbondings) GetSignBytes ¶
func (msg *MsgMigrateUnbondings) GetSignBytes() []byte
func (*MsgMigrateUnbondings) GetSigners ¶
func (msg *MsgMigrateUnbondings) GetSigners() []sdk.AccAddress
func (*MsgMigrateUnbondings) GetUnbondings ¶
func (m *MsgMigrateUnbondings) GetUnbondings() []*Unbonding
func (*MsgMigrateUnbondings) Marshal ¶
func (m *MsgMigrateUnbondings) Marshal() (dAtA []byte, err error)
func (*MsgMigrateUnbondings) MarshalTo ¶
func (m *MsgMigrateUnbondings) MarshalTo(dAtA []byte) (int, error)
func (*MsgMigrateUnbondings) MarshalToSizedBuffer ¶
func (m *MsgMigrateUnbondings) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgMigrateUnbondings) ProtoMessage ¶
func (*MsgMigrateUnbondings) ProtoMessage()
func (*MsgMigrateUnbondings) Reset ¶
func (m *MsgMigrateUnbondings) Reset()
func (*MsgMigrateUnbondings) Route ¶
func (msg *MsgMigrateUnbondings) Route() string
func (*MsgMigrateUnbondings) Size ¶
func (m *MsgMigrateUnbondings) Size() (n int)
func (*MsgMigrateUnbondings) String ¶
func (m *MsgMigrateUnbondings) String() string
func (*MsgMigrateUnbondings) Type ¶
func (msg *MsgMigrateUnbondings) Type() string
func (*MsgMigrateUnbondings) Unmarshal ¶
func (m *MsgMigrateUnbondings) Unmarshal(dAtA []byte) error
func (*MsgMigrateUnbondings) ValidateBasic ¶
func (msg *MsgMigrateUnbondings) ValidateBasic() error
func (*MsgMigrateUnbondings) XXX_DiscardUnknown ¶
func (m *MsgMigrateUnbondings) XXX_DiscardUnknown()
func (*MsgMigrateUnbondings) XXX_Marshal ¶
func (m *MsgMigrateUnbondings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgMigrateUnbondings) XXX_Merge ¶
func (m *MsgMigrateUnbondings) XXX_Merge(src proto.Message)
func (*MsgMigrateUnbondings) XXX_Size ¶
func (m *MsgMigrateUnbondings) XXX_Size() int
func (*MsgMigrateUnbondings) XXX_Unmarshal ¶
func (m *MsgMigrateUnbondings) XXX_Unmarshal(b []byte) error
type MsgMigrateUnbondingsResponse ¶
type MsgMigrateUnbondingsResponse struct { }
func (*MsgMigrateUnbondingsResponse) Descriptor ¶
func (*MsgMigrateUnbondingsResponse) Descriptor() ([]byte, []int)
func (*MsgMigrateUnbondingsResponse) Marshal ¶
func (m *MsgMigrateUnbondingsResponse) Marshal() (dAtA []byte, err error)
func (*MsgMigrateUnbondingsResponse) MarshalTo ¶
func (m *MsgMigrateUnbondingsResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgMigrateUnbondingsResponse) MarshalToSizedBuffer ¶
func (m *MsgMigrateUnbondingsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgMigrateUnbondingsResponse) ProtoMessage ¶
func (*MsgMigrateUnbondingsResponse) ProtoMessage()
func (*MsgMigrateUnbondingsResponse) Reset ¶
func (m *MsgMigrateUnbondingsResponse) Reset()
func (*MsgMigrateUnbondingsResponse) Size ¶
func (m *MsgMigrateUnbondingsResponse) Size() (n int)
func (*MsgMigrateUnbondingsResponse) String ¶
func (m *MsgMigrateUnbondingsResponse) String() string
func (*MsgMigrateUnbondingsResponse) Unmarshal ¶
func (m *MsgMigrateUnbondingsResponse) Unmarshal(dAtA []byte) error
func (*MsgMigrateUnbondingsResponse) XXX_DiscardUnknown ¶
func (m *MsgMigrateUnbondingsResponse) XXX_DiscardUnknown()
func (*MsgMigrateUnbondingsResponse) XXX_Marshal ¶
func (m *MsgMigrateUnbondingsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgMigrateUnbondingsResponse) XXX_Merge ¶
func (m *MsgMigrateUnbondingsResponse) XXX_Merge(src proto.Message)
func (*MsgMigrateUnbondingsResponse) XXX_Size ¶
func (m *MsgMigrateUnbondingsResponse) XXX_Size() int
func (*MsgMigrateUnbondingsResponse) XXX_Unmarshal ¶
func (m *MsgMigrateUnbondingsResponse) XXX_Unmarshal(b []byte) error
type MsgRegisterIcaPool ¶
type MsgRegisterIcaPool struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` Denom string `protobuf:"bytes,2,opt,name=denom,proto3" json:"denom,omitempty"` ConnectionId string `protobuf:"bytes,3,opt,name=connectionId,proto3" json:"connectionId,omitempty"` }
func NewMsgRegisterIcaPool ¶
func NewMsgRegisterIcaPool(creator string, denom string, connectionId string) *MsgRegisterIcaPool
func (*MsgRegisterIcaPool) Descriptor ¶
func (*MsgRegisterIcaPool) Descriptor() ([]byte, []int)
func (*MsgRegisterIcaPool) GetConnectionId ¶
func (m *MsgRegisterIcaPool) GetConnectionId() string
func (*MsgRegisterIcaPool) GetCreator ¶
func (m *MsgRegisterIcaPool) GetCreator() string
func (*MsgRegisterIcaPool) GetDenom ¶
func (m *MsgRegisterIcaPool) GetDenom() string
func (*MsgRegisterIcaPool) GetSignBytes ¶
func (msg *MsgRegisterIcaPool) GetSignBytes() []byte
func (*MsgRegisterIcaPool) GetSigners ¶
func (msg *MsgRegisterIcaPool) GetSigners() []sdk.AccAddress
func (*MsgRegisterIcaPool) Marshal ¶
func (m *MsgRegisterIcaPool) Marshal() (dAtA []byte, err error)
func (*MsgRegisterIcaPool) MarshalTo ¶
func (m *MsgRegisterIcaPool) MarshalTo(dAtA []byte) (int, error)
func (*MsgRegisterIcaPool) MarshalToSizedBuffer ¶
func (m *MsgRegisterIcaPool) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgRegisterIcaPool) ProtoMessage ¶
func (*MsgRegisterIcaPool) ProtoMessage()
func (*MsgRegisterIcaPool) Reset ¶
func (m *MsgRegisterIcaPool) Reset()
func (*MsgRegisterIcaPool) Route ¶
func (msg *MsgRegisterIcaPool) Route() string
func (*MsgRegisterIcaPool) Size ¶
func (m *MsgRegisterIcaPool) Size() (n int)
func (*MsgRegisterIcaPool) String ¶
func (m *MsgRegisterIcaPool) String() string
func (*MsgRegisterIcaPool) Type ¶
func (msg *MsgRegisterIcaPool) Type() string
func (*MsgRegisterIcaPool) Unmarshal ¶
func (m *MsgRegisterIcaPool) Unmarshal(dAtA []byte) error
func (*MsgRegisterIcaPool) ValidateBasic ¶
func (msg *MsgRegisterIcaPool) ValidateBasic() error
func (*MsgRegisterIcaPool) XXX_DiscardUnknown ¶
func (m *MsgRegisterIcaPool) XXX_DiscardUnknown()
func (*MsgRegisterIcaPool) XXX_Marshal ¶
func (m *MsgRegisterIcaPool) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgRegisterIcaPool) XXX_Merge ¶
func (m *MsgRegisterIcaPool) XXX_Merge(src proto.Message)
func (*MsgRegisterIcaPool) XXX_Size ¶
func (m *MsgRegisterIcaPool) XXX_Size() int
func (*MsgRegisterIcaPool) XXX_Unmarshal ¶
func (m *MsgRegisterIcaPool) XXX_Unmarshal(b []byte) error
type MsgRegisterIcaPoolResponse ¶
type MsgRegisterIcaPoolResponse struct { }
func (*MsgRegisterIcaPoolResponse) Descriptor ¶
func (*MsgRegisterIcaPoolResponse) Descriptor() ([]byte, []int)
func (*MsgRegisterIcaPoolResponse) Marshal ¶
func (m *MsgRegisterIcaPoolResponse) Marshal() (dAtA []byte, err error)
func (*MsgRegisterIcaPoolResponse) MarshalTo ¶
func (m *MsgRegisterIcaPoolResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgRegisterIcaPoolResponse) MarshalToSizedBuffer ¶
func (m *MsgRegisterIcaPoolResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgRegisterIcaPoolResponse) ProtoMessage ¶
func (*MsgRegisterIcaPoolResponse) ProtoMessage()
func (*MsgRegisterIcaPoolResponse) Reset ¶
func (m *MsgRegisterIcaPoolResponse) Reset()
func (*MsgRegisterIcaPoolResponse) Size ¶
func (m *MsgRegisterIcaPoolResponse) Size() (n int)
func (*MsgRegisterIcaPoolResponse) String ¶
func (m *MsgRegisterIcaPoolResponse) String() string
func (*MsgRegisterIcaPoolResponse) Unmarshal ¶
func (m *MsgRegisterIcaPoolResponse) Unmarshal(dAtA []byte) error
func (*MsgRegisterIcaPoolResponse) XXX_DiscardUnknown ¶
func (m *MsgRegisterIcaPoolResponse) XXX_DiscardUnknown()
func (*MsgRegisterIcaPoolResponse) XXX_Marshal ¶
func (m *MsgRegisterIcaPoolResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgRegisterIcaPoolResponse) XXX_Merge ¶
func (m *MsgRegisterIcaPoolResponse) XXX_Merge(src proto.Message)
func (*MsgRegisterIcaPoolResponse) XXX_Size ¶
func (m *MsgRegisterIcaPoolResponse) XXX_Size() int
func (*MsgRegisterIcaPoolResponse) XXX_Unmarshal ¶
func (m *MsgRegisterIcaPoolResponse) XXX_Unmarshal(b []byte) error
type MsgRmBondedPool ¶
type MsgRmBondedPool struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` Denom string `protobuf:"bytes,2,opt,name=denom,proto3" json:"denom,omitempty"` Address string `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"` }
func NewMsgRmBondedPool ¶
func NewMsgRmBondedPool(creator string, denom string, address string) *MsgRmBondedPool
func (*MsgRmBondedPool) Descriptor ¶
func (*MsgRmBondedPool) Descriptor() ([]byte, []int)
func (*MsgRmBondedPool) GetAddress ¶
func (m *MsgRmBondedPool) GetAddress() string
func (*MsgRmBondedPool) GetCreator ¶
func (m *MsgRmBondedPool) GetCreator() string
func (*MsgRmBondedPool) GetDenom ¶
func (m *MsgRmBondedPool) GetDenom() string
func (*MsgRmBondedPool) GetSignBytes ¶
func (msg *MsgRmBondedPool) GetSignBytes() []byte
func (*MsgRmBondedPool) GetSigners ¶
func (msg *MsgRmBondedPool) GetSigners() []sdk.AccAddress
func (*MsgRmBondedPool) Marshal ¶
func (m *MsgRmBondedPool) Marshal() (dAtA []byte, err error)
func (*MsgRmBondedPool) MarshalToSizedBuffer ¶
func (m *MsgRmBondedPool) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgRmBondedPool) ProtoMessage ¶
func (*MsgRmBondedPool) ProtoMessage()
func (*MsgRmBondedPool) Reset ¶
func (m *MsgRmBondedPool) Reset()
func (*MsgRmBondedPool) Route ¶
func (msg *MsgRmBondedPool) Route() string
func (*MsgRmBondedPool) Size ¶
func (m *MsgRmBondedPool) Size() (n int)
func (*MsgRmBondedPool) String ¶
func (m *MsgRmBondedPool) String() string
func (*MsgRmBondedPool) Type ¶
func (msg *MsgRmBondedPool) Type() string
func (*MsgRmBondedPool) Unmarshal ¶
func (m *MsgRmBondedPool) Unmarshal(dAtA []byte) error
func (*MsgRmBondedPool) ValidateBasic ¶
func (msg *MsgRmBondedPool) ValidateBasic() error
func (*MsgRmBondedPool) XXX_DiscardUnknown ¶
func (m *MsgRmBondedPool) XXX_DiscardUnknown()
func (*MsgRmBondedPool) XXX_Marshal ¶
func (m *MsgRmBondedPool) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgRmBondedPool) XXX_Merge ¶
func (m *MsgRmBondedPool) XXX_Merge(src proto.Message)
func (*MsgRmBondedPool) XXX_Size ¶
func (m *MsgRmBondedPool) XXX_Size() int
func (*MsgRmBondedPool) XXX_Unmarshal ¶
func (m *MsgRmBondedPool) XXX_Unmarshal(b []byte) error
type MsgRmBondedPoolResponse ¶
type MsgRmBondedPoolResponse struct { }
func (*MsgRmBondedPoolResponse) Descriptor ¶
func (*MsgRmBondedPoolResponse) Descriptor() ([]byte, []int)
func (*MsgRmBondedPoolResponse) Marshal ¶
func (m *MsgRmBondedPoolResponse) Marshal() (dAtA []byte, err error)
func (*MsgRmBondedPoolResponse) MarshalTo ¶
func (m *MsgRmBondedPoolResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgRmBondedPoolResponse) MarshalToSizedBuffer ¶
func (m *MsgRmBondedPoolResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgRmBondedPoolResponse) ProtoMessage ¶
func (*MsgRmBondedPoolResponse) ProtoMessage()
func (*MsgRmBondedPoolResponse) Reset ¶
func (m *MsgRmBondedPoolResponse) Reset()
func (*MsgRmBondedPoolResponse) Size ¶
func (m *MsgRmBondedPoolResponse) Size() (n int)
func (*MsgRmBondedPoolResponse) String ¶
func (m *MsgRmBondedPoolResponse) String() string
func (*MsgRmBondedPoolResponse) Unmarshal ¶
func (m *MsgRmBondedPoolResponse) Unmarshal(dAtA []byte) error
func (*MsgRmBondedPoolResponse) XXX_DiscardUnknown ¶
func (m *MsgRmBondedPoolResponse) XXX_DiscardUnknown()
func (*MsgRmBondedPoolResponse) XXX_Marshal ¶
func (m *MsgRmBondedPoolResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgRmBondedPoolResponse) XXX_Merge ¶
func (m *MsgRmBondedPoolResponse) XXX_Merge(src proto.Message)
func (*MsgRmBondedPoolResponse) XXX_Size ¶
func (m *MsgRmBondedPoolResponse) XXX_Size() int
func (*MsgRmBondedPoolResponse) XXX_Unmarshal ¶
func (m *MsgRmBondedPoolResponse) XXX_Unmarshal(b []byte) error
type MsgServer ¶
type MsgServer interface { SetEraUnbondLimit(context.Context, *MsgSetEraUnbondLimit) (*MsgSetEraUnbondLimitResponse, error) SetPoolDetail(context.Context, *MsgSetPoolDetail) (*MsgSetPoolDetailResponse, error) SetLeastBond(context.Context, *MsgSetLeastBond) (*MsgSetLeastBondResponse, error) ClearCurrentEraSnapShots(context.Context, *MsgClearCurrentEraSnapShots) (*MsgClearCurrentEraSnapShotsResponse, error) SetStakingRewardCommission(context.Context, *MsgSetStakingRewardCommission) (*MsgSetStakingRewardCommissionResponse, error) SetProtocolFeeReceiver(context.Context, *MsgSetProtocolFeeReceiver) (*MsgSetProtocolFeeReceiverResponse, error) SetUnbondRelayFee(context.Context, *MsgSetUnbondRelayFee) (*MsgSetUnbondRelayFeeResponse, error) LiquidityUnbond(context.Context, *MsgLiquidityUnbond) (*MsgLiquidityUnbondResponse, error) SetUnbondCommission(context.Context, *MsgSetUnbondCommission) (*MsgSetUnbondCommissionResponse, error) SubmitSignature(context.Context, *MsgSubmitSignature) (*MsgSubmitSignatureResponse, error) SetRParams(context.Context, *MsgSetRParams) (*MsgSetRParamsResponse, error) SetRelayFeeReceiver(context.Context, *MsgSetRelayFeeReceiver) (*MsgSetRelayFeeReceiverResponse, error) SetRelayGasPrice(context.Context, *MsgSetRelayGasPrice) (*MsgSetRelayGasPriceResponse, error) SetEraSeconds(context.Context, *MsgSetEraSeconds) (*MsgSetEraSecondsResponse, error) RmBondedPool(context.Context, *MsgRmBondedPool) (*MsgRmBondedPoolResponse, error) MigrateInit(context.Context, *MsgMigrateInit) (*MsgMigrateInitResponse, error) MigrateUnbondings(context.Context, *MsgMigrateUnbondings) (*MsgMigrateUnbondingsResponse, error) ToggleUnbondSwitch(context.Context, *MsgToggleUnbondSwitch) (*MsgToggleUnbondSwitchResponse, error) UnsealMigrateInit(context.Context, *MsgUnsealMigrateInit) (*MsgUnsealMigrateInitResponse, error) RegisterIcaPool(context.Context, *MsgRegisterIcaPool) (*MsgRegisterIcaPoolResponse, error) SetWithdrawalAddr(context.Context, *MsgSetWithdrawalAddr) (*MsgSetWithdrawalAddrResponse, error) InitPool(context.Context, *MsgInitPool) (*MsgInitPoolResponse, error) SetPoolStatus(context.Context, *MsgSetPoolStatus) (*MsgSetPoolStatusResponse, error) }
MsgServer is the server API for Msg service.
type MsgSetEraSeconds ¶
type MsgSetEraSeconds struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` Denom string `protobuf:"bytes,2,opt,name=denom,proto3" json:"denom,omitempty"` EraSeconds uint32 `protobuf:"varint,3,opt,name=eraSeconds,proto3" json:"eraSeconds"` BondingDuration uint32 `protobuf:"varint,4,opt,name=bondingDuration,proto3" json:"bondingDuration"` Offset int32 `protobuf:"varint,5,opt,name=offset,proto3" json:"offset"` }
func NewMsgSetEraSeconds ¶
func (*MsgSetEraSeconds) Descriptor ¶
func (*MsgSetEraSeconds) Descriptor() ([]byte, []int)
func (*MsgSetEraSeconds) GetBondingDuration ¶
func (m *MsgSetEraSeconds) GetBondingDuration() uint32
func (*MsgSetEraSeconds) GetCreator ¶
func (m *MsgSetEraSeconds) GetCreator() string
func (*MsgSetEraSeconds) GetDenom ¶
func (m *MsgSetEraSeconds) GetDenom() string
func (*MsgSetEraSeconds) GetEraSeconds ¶
func (m *MsgSetEraSeconds) GetEraSeconds() uint32
func (*MsgSetEraSeconds) GetOffset ¶
func (m *MsgSetEraSeconds) GetOffset() int32
func (*MsgSetEraSeconds) GetSignBytes ¶
func (msg *MsgSetEraSeconds) GetSignBytes() []byte
func (*MsgSetEraSeconds) GetSigners ¶
func (msg *MsgSetEraSeconds) GetSigners() []sdk.AccAddress
func (*MsgSetEraSeconds) Marshal ¶
func (m *MsgSetEraSeconds) Marshal() (dAtA []byte, err error)
func (*MsgSetEraSeconds) MarshalToSizedBuffer ¶
func (m *MsgSetEraSeconds) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSetEraSeconds) ProtoMessage ¶
func (*MsgSetEraSeconds) ProtoMessage()
func (*MsgSetEraSeconds) Reset ¶
func (m *MsgSetEraSeconds) Reset()
func (*MsgSetEraSeconds) Route ¶
func (msg *MsgSetEraSeconds) Route() string
func (*MsgSetEraSeconds) Size ¶
func (m *MsgSetEraSeconds) Size() (n int)
func (*MsgSetEraSeconds) String ¶
func (m *MsgSetEraSeconds) String() string
func (*MsgSetEraSeconds) Type ¶
func (msg *MsgSetEraSeconds) Type() string
func (*MsgSetEraSeconds) Unmarshal ¶
func (m *MsgSetEraSeconds) Unmarshal(dAtA []byte) error
func (*MsgSetEraSeconds) ValidateBasic ¶
func (msg *MsgSetEraSeconds) ValidateBasic() error
func (*MsgSetEraSeconds) XXX_DiscardUnknown ¶
func (m *MsgSetEraSeconds) XXX_DiscardUnknown()
func (*MsgSetEraSeconds) XXX_Marshal ¶
func (m *MsgSetEraSeconds) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSetEraSeconds) XXX_Merge ¶
func (m *MsgSetEraSeconds) XXX_Merge(src proto.Message)
func (*MsgSetEraSeconds) XXX_Size ¶
func (m *MsgSetEraSeconds) XXX_Size() int
func (*MsgSetEraSeconds) XXX_Unmarshal ¶
func (m *MsgSetEraSeconds) XXX_Unmarshal(b []byte) error
type MsgSetEraSecondsResponse ¶
type MsgSetEraSecondsResponse struct { }
func (*MsgSetEraSecondsResponse) Descriptor ¶
func (*MsgSetEraSecondsResponse) Descriptor() ([]byte, []int)
func (*MsgSetEraSecondsResponse) Marshal ¶
func (m *MsgSetEraSecondsResponse) Marshal() (dAtA []byte, err error)
func (*MsgSetEraSecondsResponse) MarshalTo ¶
func (m *MsgSetEraSecondsResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSetEraSecondsResponse) MarshalToSizedBuffer ¶
func (m *MsgSetEraSecondsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSetEraSecondsResponse) ProtoMessage ¶
func (*MsgSetEraSecondsResponse) ProtoMessage()
func (*MsgSetEraSecondsResponse) Reset ¶
func (m *MsgSetEraSecondsResponse) Reset()
func (*MsgSetEraSecondsResponse) Size ¶
func (m *MsgSetEraSecondsResponse) Size() (n int)
func (*MsgSetEraSecondsResponse) String ¶
func (m *MsgSetEraSecondsResponse) String() string
func (*MsgSetEraSecondsResponse) Unmarshal ¶
func (m *MsgSetEraSecondsResponse) Unmarshal(dAtA []byte) error
func (*MsgSetEraSecondsResponse) XXX_DiscardUnknown ¶
func (m *MsgSetEraSecondsResponse) XXX_DiscardUnknown()
func (*MsgSetEraSecondsResponse) XXX_Marshal ¶
func (m *MsgSetEraSecondsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSetEraSecondsResponse) XXX_Merge ¶
func (m *MsgSetEraSecondsResponse) XXX_Merge(src proto.Message)
func (*MsgSetEraSecondsResponse) XXX_Size ¶
func (m *MsgSetEraSecondsResponse) XXX_Size() int
func (*MsgSetEraSecondsResponse) XXX_Unmarshal ¶
func (m *MsgSetEraSecondsResponse) XXX_Unmarshal(b []byte) error
type MsgSetEraUnbondLimit ¶
type MsgSetEraUnbondLimit struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` Denom string `protobuf:"bytes,2,opt,name=denom,proto3" json:"denom,omitempty"` Limit uint32 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit"` }
func NewMsgSetEraUnbondLimit ¶
func NewMsgSetEraUnbondLimit(creator sdk.AccAddress, denom string, limit uint32) *MsgSetEraUnbondLimit
func (*MsgSetEraUnbondLimit) Descriptor ¶
func (*MsgSetEraUnbondLimit) Descriptor() ([]byte, []int)
func (*MsgSetEraUnbondLimit) GetCreator ¶
func (m *MsgSetEraUnbondLimit) GetCreator() string
func (*MsgSetEraUnbondLimit) GetDenom ¶
func (m *MsgSetEraUnbondLimit) GetDenom() string
func (*MsgSetEraUnbondLimit) GetLimit ¶
func (m *MsgSetEraUnbondLimit) GetLimit() uint32
func (*MsgSetEraUnbondLimit) GetSignBytes ¶
func (msg *MsgSetEraUnbondLimit) GetSignBytes() []byte
func (*MsgSetEraUnbondLimit) GetSigners ¶
func (msg *MsgSetEraUnbondLimit) GetSigners() []sdk.AccAddress
func (*MsgSetEraUnbondLimit) Marshal ¶
func (m *MsgSetEraUnbondLimit) Marshal() (dAtA []byte, err error)
func (*MsgSetEraUnbondLimit) MarshalTo ¶
func (m *MsgSetEraUnbondLimit) MarshalTo(dAtA []byte) (int, error)
func (*MsgSetEraUnbondLimit) MarshalToSizedBuffer ¶
func (m *MsgSetEraUnbondLimit) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSetEraUnbondLimit) ProtoMessage ¶
func (*MsgSetEraUnbondLimit) ProtoMessage()
func (*MsgSetEraUnbondLimit) Reset ¶
func (m *MsgSetEraUnbondLimit) Reset()
func (*MsgSetEraUnbondLimit) Route ¶
func (msg *MsgSetEraUnbondLimit) Route() string
func (*MsgSetEraUnbondLimit) Size ¶
func (m *MsgSetEraUnbondLimit) Size() (n int)
func (*MsgSetEraUnbondLimit) String ¶
func (m *MsgSetEraUnbondLimit) String() string
func (*MsgSetEraUnbondLimit) Type ¶
func (msg *MsgSetEraUnbondLimit) Type() string
func (*MsgSetEraUnbondLimit) Unmarshal ¶
func (m *MsgSetEraUnbondLimit) Unmarshal(dAtA []byte) error
func (*MsgSetEraUnbondLimit) ValidateBasic ¶
func (msg *MsgSetEraUnbondLimit) ValidateBasic() error
func (*MsgSetEraUnbondLimit) XXX_DiscardUnknown ¶
func (m *MsgSetEraUnbondLimit) XXX_DiscardUnknown()
func (*MsgSetEraUnbondLimit) XXX_Marshal ¶
func (m *MsgSetEraUnbondLimit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSetEraUnbondLimit) XXX_Merge ¶
func (m *MsgSetEraUnbondLimit) XXX_Merge(src proto.Message)
func (*MsgSetEraUnbondLimit) XXX_Size ¶
func (m *MsgSetEraUnbondLimit) XXX_Size() int
func (*MsgSetEraUnbondLimit) XXX_Unmarshal ¶
func (m *MsgSetEraUnbondLimit) XXX_Unmarshal(b []byte) error
type MsgSetEraUnbondLimitResponse ¶
type MsgSetEraUnbondLimitResponse struct { }
func (*MsgSetEraUnbondLimitResponse) Descriptor ¶
func (*MsgSetEraUnbondLimitResponse) Descriptor() ([]byte, []int)
func (*MsgSetEraUnbondLimitResponse) Marshal ¶
func (m *MsgSetEraUnbondLimitResponse) Marshal() (dAtA []byte, err error)
func (*MsgSetEraUnbondLimitResponse) MarshalTo ¶
func (m *MsgSetEraUnbondLimitResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSetEraUnbondLimitResponse) MarshalToSizedBuffer ¶
func (m *MsgSetEraUnbondLimitResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSetEraUnbondLimitResponse) ProtoMessage ¶
func (*MsgSetEraUnbondLimitResponse) ProtoMessage()
func (*MsgSetEraUnbondLimitResponse) Reset ¶
func (m *MsgSetEraUnbondLimitResponse) Reset()
func (*MsgSetEraUnbondLimitResponse) Size ¶
func (m *MsgSetEraUnbondLimitResponse) Size() (n int)
func (*MsgSetEraUnbondLimitResponse) String ¶
func (m *MsgSetEraUnbondLimitResponse) String() string
func (*MsgSetEraUnbondLimitResponse) Unmarshal ¶
func (m *MsgSetEraUnbondLimitResponse) Unmarshal(dAtA []byte) error
func (*MsgSetEraUnbondLimitResponse) XXX_DiscardUnknown ¶
func (m *MsgSetEraUnbondLimitResponse) XXX_DiscardUnknown()
func (*MsgSetEraUnbondLimitResponse) XXX_Marshal ¶
func (m *MsgSetEraUnbondLimitResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSetEraUnbondLimitResponse) XXX_Merge ¶
func (m *MsgSetEraUnbondLimitResponse) XXX_Merge(src proto.Message)
func (*MsgSetEraUnbondLimitResponse) XXX_Size ¶
func (m *MsgSetEraUnbondLimitResponse) XXX_Size() int
func (*MsgSetEraUnbondLimitResponse) XXX_Unmarshal ¶
func (m *MsgSetEraUnbondLimitResponse) XXX_Unmarshal(b []byte) error
type MsgSetLeastBond ¶
type MsgSetLeastBond struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` Denom string `protobuf:"bytes,2,opt,name=denom,proto3" json:"denom,omitempty"` LeastBond string `protobuf:"bytes,3,opt,name=leastBond,proto3" json:"leastBond,omitempty"` }
func NewMsgSetLeastBond ¶
func NewMsgSetLeastBond(creator sdk.AccAddress, denom, leastBond string) *MsgSetLeastBond
func (*MsgSetLeastBond) Descriptor ¶
func (*MsgSetLeastBond) Descriptor() ([]byte, []int)
func (*MsgSetLeastBond) GetCreator ¶
func (m *MsgSetLeastBond) GetCreator() string
func (*MsgSetLeastBond) GetDenom ¶
func (m *MsgSetLeastBond) GetDenom() string
func (*MsgSetLeastBond) GetLeastBond ¶
func (m *MsgSetLeastBond) GetLeastBond() string
func (*MsgSetLeastBond) GetSignBytes ¶
func (msg *MsgSetLeastBond) GetSignBytes() []byte
func (*MsgSetLeastBond) GetSigners ¶
func (msg *MsgSetLeastBond) GetSigners() []sdk.AccAddress
func (*MsgSetLeastBond) Marshal ¶
func (m *MsgSetLeastBond) Marshal() (dAtA []byte, err error)
func (*MsgSetLeastBond) MarshalToSizedBuffer ¶
func (m *MsgSetLeastBond) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSetLeastBond) ProtoMessage ¶
func (*MsgSetLeastBond) ProtoMessage()
func (*MsgSetLeastBond) Reset ¶
func (m *MsgSetLeastBond) Reset()
func (*MsgSetLeastBond) Route ¶
func (msg *MsgSetLeastBond) Route() string
func (*MsgSetLeastBond) Size ¶
func (m *MsgSetLeastBond) Size() (n int)
func (*MsgSetLeastBond) String ¶
func (m *MsgSetLeastBond) String() string
func (*MsgSetLeastBond) Type ¶
func (msg *MsgSetLeastBond) Type() string
func (*MsgSetLeastBond) Unmarshal ¶
func (m *MsgSetLeastBond) Unmarshal(dAtA []byte) error
func (*MsgSetLeastBond) ValidateBasic ¶
func (msg *MsgSetLeastBond) ValidateBasic() error
func (*MsgSetLeastBond) XXX_DiscardUnknown ¶
func (m *MsgSetLeastBond) XXX_DiscardUnknown()
func (*MsgSetLeastBond) XXX_Marshal ¶
func (m *MsgSetLeastBond) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSetLeastBond) XXX_Merge ¶
func (m *MsgSetLeastBond) XXX_Merge(src proto.Message)
func (*MsgSetLeastBond) XXX_Size ¶
func (m *MsgSetLeastBond) XXX_Size() int
func (*MsgSetLeastBond) XXX_Unmarshal ¶
func (m *MsgSetLeastBond) XXX_Unmarshal(b []byte) error
type MsgSetLeastBondResponse ¶
type MsgSetLeastBondResponse struct { }
func (*MsgSetLeastBondResponse) Descriptor ¶
func (*MsgSetLeastBondResponse) Descriptor() ([]byte, []int)
func (*MsgSetLeastBondResponse) Marshal ¶
func (m *MsgSetLeastBondResponse) Marshal() (dAtA []byte, err error)
func (*MsgSetLeastBondResponse) MarshalTo ¶
func (m *MsgSetLeastBondResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSetLeastBondResponse) MarshalToSizedBuffer ¶
func (m *MsgSetLeastBondResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSetLeastBondResponse) ProtoMessage ¶
func (*MsgSetLeastBondResponse) ProtoMessage()
func (*MsgSetLeastBondResponse) Reset ¶
func (m *MsgSetLeastBondResponse) Reset()
func (*MsgSetLeastBondResponse) Size ¶
func (m *MsgSetLeastBondResponse) Size() (n int)
func (*MsgSetLeastBondResponse) String ¶
func (m *MsgSetLeastBondResponse) String() string
func (*MsgSetLeastBondResponse) Unmarshal ¶
func (m *MsgSetLeastBondResponse) Unmarshal(dAtA []byte) error
func (*MsgSetLeastBondResponse) XXX_DiscardUnknown ¶
func (m *MsgSetLeastBondResponse) XXX_DiscardUnknown()
func (*MsgSetLeastBondResponse) XXX_Marshal ¶
func (m *MsgSetLeastBondResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSetLeastBondResponse) XXX_Merge ¶
func (m *MsgSetLeastBondResponse) XXX_Merge(src proto.Message)
func (*MsgSetLeastBondResponse) XXX_Size ¶
func (m *MsgSetLeastBondResponse) XXX_Size() int
func (*MsgSetLeastBondResponse) XXX_Unmarshal ¶
func (m *MsgSetLeastBondResponse) XXX_Unmarshal(b []byte) error
type MsgSetPoolDetail ¶
type MsgSetPoolDetail struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` Denom string `protobuf:"bytes,2,opt,name=denom,proto3" json:"denom,omitempty"` Pool string `protobuf:"bytes,3,opt,name=pool,proto3" json:"pool,omitempty"` SubAccounts []string `protobuf:"bytes,4,rep,name=subAccounts,proto3" json:"subAccounts,omitempty"` Threshold uint32 `protobuf:"varint,5,opt,name=threshold,proto3" json:"threshold"` }
func NewMsgSetPoolDetail ¶
func NewMsgSetPoolDetail(creator sdk.AccAddress, denom string, pool string, subAccounts []string, threshold uint32) *MsgSetPoolDetail
func (*MsgSetPoolDetail) Descriptor ¶
func (*MsgSetPoolDetail) Descriptor() ([]byte, []int)
func (*MsgSetPoolDetail) GetCreator ¶
func (m *MsgSetPoolDetail) GetCreator() string
func (*MsgSetPoolDetail) GetDenom ¶
func (m *MsgSetPoolDetail) GetDenom() string
func (*MsgSetPoolDetail) GetPool ¶
func (m *MsgSetPoolDetail) GetPool() string
func (*MsgSetPoolDetail) GetSignBytes ¶
func (msg *MsgSetPoolDetail) GetSignBytes() []byte
func (*MsgSetPoolDetail) GetSigners ¶
func (msg *MsgSetPoolDetail) GetSigners() []sdk.AccAddress
func (*MsgSetPoolDetail) GetSubAccounts ¶
func (m *MsgSetPoolDetail) GetSubAccounts() []string
func (*MsgSetPoolDetail) GetThreshold ¶
func (m *MsgSetPoolDetail) GetThreshold() uint32
func (*MsgSetPoolDetail) Marshal ¶
func (m *MsgSetPoolDetail) Marshal() (dAtA []byte, err error)
func (*MsgSetPoolDetail) MarshalToSizedBuffer ¶
func (m *MsgSetPoolDetail) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSetPoolDetail) ProtoMessage ¶
func (*MsgSetPoolDetail) ProtoMessage()
func (*MsgSetPoolDetail) Reset ¶
func (m *MsgSetPoolDetail) Reset()
func (*MsgSetPoolDetail) Route ¶
func (msg *MsgSetPoolDetail) Route() string
func (*MsgSetPoolDetail) Size ¶
func (m *MsgSetPoolDetail) Size() (n int)
func (*MsgSetPoolDetail) String ¶
func (m *MsgSetPoolDetail) String() string
func (*MsgSetPoolDetail) Type ¶
func (msg *MsgSetPoolDetail) Type() string
func (*MsgSetPoolDetail) Unmarshal ¶
func (m *MsgSetPoolDetail) Unmarshal(dAtA []byte) error
func (*MsgSetPoolDetail) ValidateBasic ¶
func (msg *MsgSetPoolDetail) ValidateBasic() error
func (*MsgSetPoolDetail) XXX_DiscardUnknown ¶
func (m *MsgSetPoolDetail) XXX_DiscardUnknown()
func (*MsgSetPoolDetail) XXX_Marshal ¶
func (m *MsgSetPoolDetail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSetPoolDetail) XXX_Merge ¶
func (m *MsgSetPoolDetail) XXX_Merge(src proto.Message)
func (*MsgSetPoolDetail) XXX_Size ¶
func (m *MsgSetPoolDetail) XXX_Size() int
func (*MsgSetPoolDetail) XXX_Unmarshal ¶
func (m *MsgSetPoolDetail) XXX_Unmarshal(b []byte) error
type MsgSetPoolDetailResponse ¶
type MsgSetPoolDetailResponse struct { }
func (*MsgSetPoolDetailResponse) Descriptor ¶
func (*MsgSetPoolDetailResponse) Descriptor() ([]byte, []int)
func (*MsgSetPoolDetailResponse) Marshal ¶
func (m *MsgSetPoolDetailResponse) Marshal() (dAtA []byte, err error)
func (*MsgSetPoolDetailResponse) MarshalTo ¶
func (m *MsgSetPoolDetailResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSetPoolDetailResponse) MarshalToSizedBuffer ¶
func (m *MsgSetPoolDetailResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSetPoolDetailResponse) ProtoMessage ¶
func (*MsgSetPoolDetailResponse) ProtoMessage()
func (*MsgSetPoolDetailResponse) Reset ¶
func (m *MsgSetPoolDetailResponse) Reset()
func (*MsgSetPoolDetailResponse) Size ¶
func (m *MsgSetPoolDetailResponse) Size() (n int)
func (*MsgSetPoolDetailResponse) String ¶
func (m *MsgSetPoolDetailResponse) String() string
func (*MsgSetPoolDetailResponse) Unmarshal ¶
func (m *MsgSetPoolDetailResponse) Unmarshal(dAtA []byte) error
func (*MsgSetPoolDetailResponse) XXX_DiscardUnknown ¶
func (m *MsgSetPoolDetailResponse) XXX_DiscardUnknown()
func (*MsgSetPoolDetailResponse) XXX_Marshal ¶
func (m *MsgSetPoolDetailResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSetPoolDetailResponse) XXX_Merge ¶
func (m *MsgSetPoolDetailResponse) XXX_Merge(src proto.Message)
func (*MsgSetPoolDetailResponse) XXX_Size ¶
func (m *MsgSetPoolDetailResponse) XXX_Size() int
func (*MsgSetPoolDetailResponse) XXX_Unmarshal ¶
func (m *MsgSetPoolDetailResponse) XXX_Unmarshal(b []byte) error
type MsgSetPoolStatus ¶
type MsgSetPoolStatus struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` Denom string `protobuf:"bytes,2,opt,name=denom,proto3" json:"denom,omitempty"` Pool string `protobuf:"bytes,3,opt,name=pool,proto3" json:"pool,omitempty"` Status PoolStatus `protobuf:"varint,4,opt,name=status,proto3,enum=fury.fury.ledger.PoolStatus" json:"status,omitempty"` }
func NewMsgSetPoolStatus ¶
func NewMsgSetPoolStatus(creator string, denom string, pool string, status PoolStatus) *MsgSetPoolStatus
func (*MsgSetPoolStatus) Descriptor ¶
func (*MsgSetPoolStatus) Descriptor() ([]byte, []int)
func (*MsgSetPoolStatus) GetCreator ¶
func (m *MsgSetPoolStatus) GetCreator() string
func (*MsgSetPoolStatus) GetDenom ¶
func (m *MsgSetPoolStatus) GetDenom() string
func (*MsgSetPoolStatus) GetPool ¶
func (m *MsgSetPoolStatus) GetPool() string
func (*MsgSetPoolStatus) GetSignBytes ¶
func (msg *MsgSetPoolStatus) GetSignBytes() []byte
func (*MsgSetPoolStatus) GetSigners ¶
func (msg *MsgSetPoolStatus) GetSigners() []sdk.AccAddress
func (*MsgSetPoolStatus) GetStatus ¶
func (m *MsgSetPoolStatus) GetStatus() PoolStatus
func (*MsgSetPoolStatus) Marshal ¶
func (m *MsgSetPoolStatus) Marshal() (dAtA []byte, err error)
func (*MsgSetPoolStatus) MarshalToSizedBuffer ¶
func (m *MsgSetPoolStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSetPoolStatus) ProtoMessage ¶
func (*MsgSetPoolStatus) ProtoMessage()
func (*MsgSetPoolStatus) Reset ¶
func (m *MsgSetPoolStatus) Reset()
func (*MsgSetPoolStatus) Route ¶
func (msg *MsgSetPoolStatus) Route() string
func (*MsgSetPoolStatus) Size ¶
func (m *MsgSetPoolStatus) Size() (n int)
func (*MsgSetPoolStatus) String ¶
func (m *MsgSetPoolStatus) String() string
func (*MsgSetPoolStatus) Type ¶
func (msg *MsgSetPoolStatus) Type() string
func (*MsgSetPoolStatus) Unmarshal ¶
func (m *MsgSetPoolStatus) Unmarshal(dAtA []byte) error
func (*MsgSetPoolStatus) ValidateBasic ¶
func (msg *MsgSetPoolStatus) ValidateBasic() error
func (*MsgSetPoolStatus) XXX_DiscardUnknown ¶
func (m *MsgSetPoolStatus) XXX_DiscardUnknown()
func (*MsgSetPoolStatus) XXX_Marshal ¶
func (m *MsgSetPoolStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSetPoolStatus) XXX_Merge ¶
func (m *MsgSetPoolStatus) XXX_Merge(src proto.Message)
func (*MsgSetPoolStatus) XXX_Size ¶
func (m *MsgSetPoolStatus) XXX_Size() int
func (*MsgSetPoolStatus) XXX_Unmarshal ¶
func (m *MsgSetPoolStatus) XXX_Unmarshal(b []byte) error
type MsgSetPoolStatusResponse ¶
type MsgSetPoolStatusResponse struct { }
func (*MsgSetPoolStatusResponse) Descriptor ¶
func (*MsgSetPoolStatusResponse) Descriptor() ([]byte, []int)
func (*MsgSetPoolStatusResponse) Marshal ¶
func (m *MsgSetPoolStatusResponse) Marshal() (dAtA []byte, err error)
func (*MsgSetPoolStatusResponse) MarshalTo ¶
func (m *MsgSetPoolStatusResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSetPoolStatusResponse) MarshalToSizedBuffer ¶
func (m *MsgSetPoolStatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSetPoolStatusResponse) ProtoMessage ¶
func (*MsgSetPoolStatusResponse) ProtoMessage()
func (*MsgSetPoolStatusResponse) Reset ¶
func (m *MsgSetPoolStatusResponse) Reset()
func (*MsgSetPoolStatusResponse) Size ¶
func (m *MsgSetPoolStatusResponse) Size() (n int)
func (*MsgSetPoolStatusResponse) String ¶
func (m *MsgSetPoolStatusResponse) String() string
func (*MsgSetPoolStatusResponse) Unmarshal ¶
func (m *MsgSetPoolStatusResponse) Unmarshal(dAtA []byte) error
func (*MsgSetPoolStatusResponse) XXX_DiscardUnknown ¶
func (m *MsgSetPoolStatusResponse) XXX_DiscardUnknown()
func (*MsgSetPoolStatusResponse) XXX_Marshal ¶
func (m *MsgSetPoolStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSetPoolStatusResponse) XXX_Merge ¶
func (m *MsgSetPoolStatusResponse) XXX_Merge(src proto.Message)
func (*MsgSetPoolStatusResponse) XXX_Size ¶
func (m *MsgSetPoolStatusResponse) XXX_Size() int
func (*MsgSetPoolStatusResponse) XXX_Unmarshal ¶
func (m *MsgSetPoolStatusResponse) XXX_Unmarshal(b []byte) error
type MsgSetProtocolFeeReceiver ¶
type MsgSetProtocolFeeReceiver struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` Receiver string `protobuf:"bytes,2,opt,name=receiver,proto3" json:"receiver,omitempty"` }
func NewMsgSetProtocolFeeReceiver ¶
func NewMsgSetProtocolFeeReceiver(creator sdk.AccAddress, receiver sdk.AccAddress) *MsgSetProtocolFeeReceiver
func (*MsgSetProtocolFeeReceiver) Descriptor ¶
func (*MsgSetProtocolFeeReceiver) Descriptor() ([]byte, []int)
func (*MsgSetProtocolFeeReceiver) GetCreator ¶
func (m *MsgSetProtocolFeeReceiver) GetCreator() string
func (*MsgSetProtocolFeeReceiver) GetReceiver ¶
func (m *MsgSetProtocolFeeReceiver) GetReceiver() string
func (*MsgSetProtocolFeeReceiver) GetSignBytes ¶
func (msg *MsgSetProtocolFeeReceiver) GetSignBytes() []byte
func (*MsgSetProtocolFeeReceiver) GetSigners ¶
func (msg *MsgSetProtocolFeeReceiver) GetSigners() []sdk.AccAddress
func (*MsgSetProtocolFeeReceiver) Marshal ¶
func (m *MsgSetProtocolFeeReceiver) Marshal() (dAtA []byte, err error)
func (*MsgSetProtocolFeeReceiver) MarshalTo ¶
func (m *MsgSetProtocolFeeReceiver) MarshalTo(dAtA []byte) (int, error)
func (*MsgSetProtocolFeeReceiver) MarshalToSizedBuffer ¶
func (m *MsgSetProtocolFeeReceiver) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSetProtocolFeeReceiver) ProtoMessage ¶
func (*MsgSetProtocolFeeReceiver) ProtoMessage()
func (*MsgSetProtocolFeeReceiver) Reset ¶
func (m *MsgSetProtocolFeeReceiver) Reset()
func (*MsgSetProtocolFeeReceiver) Route ¶
func (msg *MsgSetProtocolFeeReceiver) Route() string
func (*MsgSetProtocolFeeReceiver) Size ¶
func (m *MsgSetProtocolFeeReceiver) Size() (n int)
func (*MsgSetProtocolFeeReceiver) String ¶
func (m *MsgSetProtocolFeeReceiver) String() string
func (*MsgSetProtocolFeeReceiver) Type ¶
func (msg *MsgSetProtocolFeeReceiver) Type() string
func (*MsgSetProtocolFeeReceiver) Unmarshal ¶
func (m *MsgSetProtocolFeeReceiver) Unmarshal(dAtA []byte) error
func (*MsgSetProtocolFeeReceiver) ValidateBasic ¶
func (msg *MsgSetProtocolFeeReceiver) ValidateBasic() error
func (*MsgSetProtocolFeeReceiver) XXX_DiscardUnknown ¶
func (m *MsgSetProtocolFeeReceiver) XXX_DiscardUnknown()
func (*MsgSetProtocolFeeReceiver) XXX_Marshal ¶
func (m *MsgSetProtocolFeeReceiver) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSetProtocolFeeReceiver) XXX_Merge ¶
func (m *MsgSetProtocolFeeReceiver) XXX_Merge(src proto.Message)
func (*MsgSetProtocolFeeReceiver) XXX_Size ¶
func (m *MsgSetProtocolFeeReceiver) XXX_Size() int
func (*MsgSetProtocolFeeReceiver) XXX_Unmarshal ¶
func (m *MsgSetProtocolFeeReceiver) XXX_Unmarshal(b []byte) error
type MsgSetProtocolFeeReceiverResponse ¶
type MsgSetProtocolFeeReceiverResponse struct { }
func (*MsgSetProtocolFeeReceiverResponse) Descriptor ¶
func (*MsgSetProtocolFeeReceiverResponse) Descriptor() ([]byte, []int)
func (*MsgSetProtocolFeeReceiverResponse) Marshal ¶
func (m *MsgSetProtocolFeeReceiverResponse) Marshal() (dAtA []byte, err error)
func (*MsgSetProtocolFeeReceiverResponse) MarshalTo ¶
func (m *MsgSetProtocolFeeReceiverResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSetProtocolFeeReceiverResponse) MarshalToSizedBuffer ¶
func (m *MsgSetProtocolFeeReceiverResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSetProtocolFeeReceiverResponse) ProtoMessage ¶
func (*MsgSetProtocolFeeReceiverResponse) ProtoMessage()
func (*MsgSetProtocolFeeReceiverResponse) Reset ¶
func (m *MsgSetProtocolFeeReceiverResponse) Reset()
func (*MsgSetProtocolFeeReceiverResponse) Size ¶
func (m *MsgSetProtocolFeeReceiverResponse) Size() (n int)
func (*MsgSetProtocolFeeReceiverResponse) String ¶
func (m *MsgSetProtocolFeeReceiverResponse) String() string
func (*MsgSetProtocolFeeReceiverResponse) Unmarshal ¶
func (m *MsgSetProtocolFeeReceiverResponse) Unmarshal(dAtA []byte) error
func (*MsgSetProtocolFeeReceiverResponse) XXX_DiscardUnknown ¶
func (m *MsgSetProtocolFeeReceiverResponse) XXX_DiscardUnknown()
func (*MsgSetProtocolFeeReceiverResponse) XXX_Marshal ¶
func (m *MsgSetProtocolFeeReceiverResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSetProtocolFeeReceiverResponse) XXX_Merge ¶
func (m *MsgSetProtocolFeeReceiverResponse) XXX_Merge(src proto.Message)
func (*MsgSetProtocolFeeReceiverResponse) XXX_Size ¶
func (m *MsgSetProtocolFeeReceiverResponse) XXX_Size() int
func (*MsgSetProtocolFeeReceiverResponse) XXX_Unmarshal ¶
func (m *MsgSetProtocolFeeReceiverResponse) XXX_Unmarshal(b []byte) error
type MsgSetRParams ¶
type MsgSetRParams struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` Denom string `protobuf:"bytes,2,opt,name=denom,proto3" json:"denom,omitempty"` GasPrice string `protobuf:"bytes,3,opt,name=gasPrice,proto3" json:"gasPrice,omitempty"` EraSeconds uint32 `protobuf:"varint,4,opt,name=eraSeconds,proto3" json:"eraSeconds,omitempty"` Offset int32 `protobuf:"varint,5,opt,name=offset,proto3" json:"offset"` BondingDuration uint32 `protobuf:"varint,6,opt,name=bondingDuration,proto3" json:"bondingDuration"` LeastBond string `protobuf:"bytes,7,opt,name=leastBond,proto3" json:"leastBond,omitempty"` }
func NewMsgSetRParams ¶
func (*MsgSetRParams) Descriptor ¶
func (*MsgSetRParams) Descriptor() ([]byte, []int)
func (*MsgSetRParams) GetBondingDuration ¶
func (m *MsgSetRParams) GetBondingDuration() uint32
func (*MsgSetRParams) GetCreator ¶
func (m *MsgSetRParams) GetCreator() string
func (*MsgSetRParams) GetDenom ¶
func (m *MsgSetRParams) GetDenom() string
func (*MsgSetRParams) GetEraSeconds ¶
func (m *MsgSetRParams) GetEraSeconds() uint32
func (*MsgSetRParams) GetGasPrice ¶
func (m *MsgSetRParams) GetGasPrice() string
func (*MsgSetRParams) GetLeastBond ¶
func (m *MsgSetRParams) GetLeastBond() string
func (*MsgSetRParams) GetOffset ¶
func (m *MsgSetRParams) GetOffset() int32
func (*MsgSetRParams) GetSignBytes ¶
func (msg *MsgSetRParams) GetSignBytes() []byte
func (*MsgSetRParams) GetSigners ¶
func (msg *MsgSetRParams) GetSigners() []sdk.AccAddress
func (*MsgSetRParams) Marshal ¶
func (m *MsgSetRParams) Marshal() (dAtA []byte, err error)
func (*MsgSetRParams) MarshalToSizedBuffer ¶
func (m *MsgSetRParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSetRParams) ProtoMessage ¶
func (*MsgSetRParams) ProtoMessage()
func (*MsgSetRParams) Reset ¶
func (m *MsgSetRParams) Reset()
func (*MsgSetRParams) Route ¶
func (msg *MsgSetRParams) Route() string
func (*MsgSetRParams) Size ¶
func (m *MsgSetRParams) Size() (n int)
func (*MsgSetRParams) String ¶
func (m *MsgSetRParams) String() string
func (*MsgSetRParams) Type ¶
func (msg *MsgSetRParams) Type() string
func (*MsgSetRParams) Unmarshal ¶
func (m *MsgSetRParams) Unmarshal(dAtA []byte) error
func (*MsgSetRParams) ValidateBasic ¶
func (msg *MsgSetRParams) ValidateBasic() error
func (*MsgSetRParams) XXX_DiscardUnknown ¶
func (m *MsgSetRParams) XXX_DiscardUnknown()
func (*MsgSetRParams) XXX_Marshal ¶
func (m *MsgSetRParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSetRParams) XXX_Merge ¶
func (m *MsgSetRParams) XXX_Merge(src proto.Message)
func (*MsgSetRParams) XXX_Size ¶
func (m *MsgSetRParams) XXX_Size() int
func (*MsgSetRParams) XXX_Unmarshal ¶
func (m *MsgSetRParams) XXX_Unmarshal(b []byte) error
type MsgSetRParamsResponse ¶
type MsgSetRParamsResponse struct { }
func (*MsgSetRParamsResponse) Descriptor ¶
func (*MsgSetRParamsResponse) Descriptor() ([]byte, []int)
func (*MsgSetRParamsResponse) Marshal ¶
func (m *MsgSetRParamsResponse) Marshal() (dAtA []byte, err error)
func (*MsgSetRParamsResponse) MarshalTo ¶
func (m *MsgSetRParamsResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSetRParamsResponse) MarshalToSizedBuffer ¶
func (m *MsgSetRParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSetRParamsResponse) ProtoMessage ¶
func (*MsgSetRParamsResponse) ProtoMessage()
func (*MsgSetRParamsResponse) Reset ¶
func (m *MsgSetRParamsResponse) Reset()
func (*MsgSetRParamsResponse) Size ¶
func (m *MsgSetRParamsResponse) Size() (n int)
func (*MsgSetRParamsResponse) String ¶
func (m *MsgSetRParamsResponse) String() string
func (*MsgSetRParamsResponse) Unmarshal ¶
func (m *MsgSetRParamsResponse) Unmarshal(dAtA []byte) error
func (*MsgSetRParamsResponse) XXX_DiscardUnknown ¶
func (m *MsgSetRParamsResponse) XXX_DiscardUnknown()
func (*MsgSetRParamsResponse) XXX_Marshal ¶
func (m *MsgSetRParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSetRParamsResponse) XXX_Merge ¶
func (m *MsgSetRParamsResponse) XXX_Merge(src proto.Message)
func (*MsgSetRParamsResponse) XXX_Size ¶
func (m *MsgSetRParamsResponse) XXX_Size() int
func (*MsgSetRParamsResponse) XXX_Unmarshal ¶
func (m *MsgSetRParamsResponse) XXX_Unmarshal(b []byte) error
type MsgSetRelayFeeReceiver ¶
type MsgSetRelayFeeReceiver struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` Denom string `protobuf:"bytes,2,opt,name=denom,proto3" json:"denom,omitempty"` Receiver string `protobuf:"bytes,3,opt,name=receiver,proto3" json:"receiver,omitempty"` }
func NewMsgSetRelayFeeReceiver ¶
func NewMsgSetRelayFeeReceiver(creator string, denom, receiver string) *MsgSetRelayFeeReceiver
func (*MsgSetRelayFeeReceiver) Descriptor ¶
func (*MsgSetRelayFeeReceiver) Descriptor() ([]byte, []int)
func (*MsgSetRelayFeeReceiver) GetCreator ¶
func (m *MsgSetRelayFeeReceiver) GetCreator() string
func (*MsgSetRelayFeeReceiver) GetDenom ¶
func (m *MsgSetRelayFeeReceiver) GetDenom() string
func (*MsgSetRelayFeeReceiver) GetReceiver ¶
func (m *MsgSetRelayFeeReceiver) GetReceiver() string
func (*MsgSetRelayFeeReceiver) GetSignBytes ¶
func (msg *MsgSetRelayFeeReceiver) GetSignBytes() []byte
func (*MsgSetRelayFeeReceiver) GetSigners ¶
func (msg *MsgSetRelayFeeReceiver) GetSigners() []sdk.AccAddress
func (*MsgSetRelayFeeReceiver) Marshal ¶
func (m *MsgSetRelayFeeReceiver) Marshal() (dAtA []byte, err error)
func (*MsgSetRelayFeeReceiver) MarshalTo ¶
func (m *MsgSetRelayFeeReceiver) MarshalTo(dAtA []byte) (int, error)
func (*MsgSetRelayFeeReceiver) MarshalToSizedBuffer ¶
func (m *MsgSetRelayFeeReceiver) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSetRelayFeeReceiver) ProtoMessage ¶
func (*MsgSetRelayFeeReceiver) ProtoMessage()
func (*MsgSetRelayFeeReceiver) Reset ¶
func (m *MsgSetRelayFeeReceiver) Reset()
func (*MsgSetRelayFeeReceiver) Route ¶
func (msg *MsgSetRelayFeeReceiver) Route() string
func (*MsgSetRelayFeeReceiver) Size ¶
func (m *MsgSetRelayFeeReceiver) Size() (n int)
func (*MsgSetRelayFeeReceiver) String ¶
func (m *MsgSetRelayFeeReceiver) String() string
func (*MsgSetRelayFeeReceiver) Type ¶
func (msg *MsgSetRelayFeeReceiver) Type() string
func (*MsgSetRelayFeeReceiver) Unmarshal ¶
func (m *MsgSetRelayFeeReceiver) Unmarshal(dAtA []byte) error
func (*MsgSetRelayFeeReceiver) ValidateBasic ¶
func (msg *MsgSetRelayFeeReceiver) ValidateBasic() error
func (*MsgSetRelayFeeReceiver) XXX_DiscardUnknown ¶
func (m *MsgSetRelayFeeReceiver) XXX_DiscardUnknown()
func (*MsgSetRelayFeeReceiver) XXX_Marshal ¶
func (m *MsgSetRelayFeeReceiver) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSetRelayFeeReceiver) XXX_Merge ¶
func (m *MsgSetRelayFeeReceiver) XXX_Merge(src proto.Message)
func (*MsgSetRelayFeeReceiver) XXX_Size ¶
func (m *MsgSetRelayFeeReceiver) XXX_Size() int
func (*MsgSetRelayFeeReceiver) XXX_Unmarshal ¶
func (m *MsgSetRelayFeeReceiver) XXX_Unmarshal(b []byte) error
type MsgSetRelayFeeReceiverResponse ¶
type MsgSetRelayFeeReceiverResponse struct { }
func (*MsgSetRelayFeeReceiverResponse) Descriptor ¶
func (*MsgSetRelayFeeReceiverResponse) Descriptor() ([]byte, []int)
func (*MsgSetRelayFeeReceiverResponse) Marshal ¶
func (m *MsgSetRelayFeeReceiverResponse) Marshal() (dAtA []byte, err error)
func (*MsgSetRelayFeeReceiverResponse) MarshalTo ¶
func (m *MsgSetRelayFeeReceiverResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSetRelayFeeReceiverResponse) MarshalToSizedBuffer ¶
func (m *MsgSetRelayFeeReceiverResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSetRelayFeeReceiverResponse) ProtoMessage ¶
func (*MsgSetRelayFeeReceiverResponse) ProtoMessage()
func (*MsgSetRelayFeeReceiverResponse) Reset ¶
func (m *MsgSetRelayFeeReceiverResponse) Reset()
func (*MsgSetRelayFeeReceiverResponse) Size ¶
func (m *MsgSetRelayFeeReceiverResponse) Size() (n int)
func (*MsgSetRelayFeeReceiverResponse) String ¶
func (m *MsgSetRelayFeeReceiverResponse) String() string
func (*MsgSetRelayFeeReceiverResponse) Unmarshal ¶
func (m *MsgSetRelayFeeReceiverResponse) Unmarshal(dAtA []byte) error
func (*MsgSetRelayFeeReceiverResponse) XXX_DiscardUnknown ¶
func (m *MsgSetRelayFeeReceiverResponse) XXX_DiscardUnknown()
func (*MsgSetRelayFeeReceiverResponse) XXX_Marshal ¶
func (m *MsgSetRelayFeeReceiverResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSetRelayFeeReceiverResponse) XXX_Merge ¶
func (m *MsgSetRelayFeeReceiverResponse) XXX_Merge(src proto.Message)
func (*MsgSetRelayFeeReceiverResponse) XXX_Size ¶
func (m *MsgSetRelayFeeReceiverResponse) XXX_Size() int
func (*MsgSetRelayFeeReceiverResponse) XXX_Unmarshal ¶
func (m *MsgSetRelayFeeReceiverResponse) XXX_Unmarshal(b []byte) error
type MsgSetRelayGasPrice ¶
type MsgSetRelayGasPrice struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` Denom string `protobuf:"bytes,2,opt,name=denom,proto3" json:"denom,omitempty"` GasPrice string `protobuf:"bytes,3,opt,name=gasPrice,proto3" json:"gasPrice,omitempty"` }
func NewMsgSetRelayGasPrice ¶
func NewMsgSetRelayGasPrice(creator string, denom string, gasPrice string) *MsgSetRelayGasPrice
func (*MsgSetRelayGasPrice) Descriptor ¶
func (*MsgSetRelayGasPrice) Descriptor() ([]byte, []int)
func (*MsgSetRelayGasPrice) GetCreator ¶
func (m *MsgSetRelayGasPrice) GetCreator() string
func (*MsgSetRelayGasPrice) GetDenom ¶
func (m *MsgSetRelayGasPrice) GetDenom() string
func (*MsgSetRelayGasPrice) GetGasPrice ¶
func (m *MsgSetRelayGasPrice) GetGasPrice() string
func (*MsgSetRelayGasPrice) GetSignBytes ¶
func (msg *MsgSetRelayGasPrice) GetSignBytes() []byte
func (*MsgSetRelayGasPrice) GetSigners ¶
func (msg *MsgSetRelayGasPrice) GetSigners() []sdk.AccAddress
func (*MsgSetRelayGasPrice) Marshal ¶
func (m *MsgSetRelayGasPrice) Marshal() (dAtA []byte, err error)
func (*MsgSetRelayGasPrice) MarshalTo ¶
func (m *MsgSetRelayGasPrice) MarshalTo(dAtA []byte) (int, error)
func (*MsgSetRelayGasPrice) MarshalToSizedBuffer ¶
func (m *MsgSetRelayGasPrice) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSetRelayGasPrice) ProtoMessage ¶
func (*MsgSetRelayGasPrice) ProtoMessage()
func (*MsgSetRelayGasPrice) Reset ¶
func (m *MsgSetRelayGasPrice) Reset()
func (*MsgSetRelayGasPrice) Route ¶
func (msg *MsgSetRelayGasPrice) Route() string
func (*MsgSetRelayGasPrice) Size ¶
func (m *MsgSetRelayGasPrice) Size() (n int)
func (*MsgSetRelayGasPrice) String ¶
func (m *MsgSetRelayGasPrice) String() string
func (*MsgSetRelayGasPrice) Type ¶
func (msg *MsgSetRelayGasPrice) Type() string
func (*MsgSetRelayGasPrice) Unmarshal ¶
func (m *MsgSetRelayGasPrice) Unmarshal(dAtA []byte) error
func (*MsgSetRelayGasPrice) ValidateBasic ¶
func (msg *MsgSetRelayGasPrice) ValidateBasic() error
func (*MsgSetRelayGasPrice) XXX_DiscardUnknown ¶
func (m *MsgSetRelayGasPrice) XXX_DiscardUnknown()
func (*MsgSetRelayGasPrice) XXX_Marshal ¶
func (m *MsgSetRelayGasPrice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSetRelayGasPrice) XXX_Merge ¶
func (m *MsgSetRelayGasPrice) XXX_Merge(src proto.Message)
func (*MsgSetRelayGasPrice) XXX_Size ¶
func (m *MsgSetRelayGasPrice) XXX_Size() int
func (*MsgSetRelayGasPrice) XXX_Unmarshal ¶
func (m *MsgSetRelayGasPrice) XXX_Unmarshal(b []byte) error
type MsgSetRelayGasPriceResponse ¶
type MsgSetRelayGasPriceResponse struct { }
func (*MsgSetRelayGasPriceResponse) Descriptor ¶
func (*MsgSetRelayGasPriceResponse) Descriptor() ([]byte, []int)
func (*MsgSetRelayGasPriceResponse) Marshal ¶
func (m *MsgSetRelayGasPriceResponse) Marshal() (dAtA []byte, err error)
func (*MsgSetRelayGasPriceResponse) MarshalTo ¶
func (m *MsgSetRelayGasPriceResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSetRelayGasPriceResponse) MarshalToSizedBuffer ¶
func (m *MsgSetRelayGasPriceResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSetRelayGasPriceResponse) ProtoMessage ¶
func (*MsgSetRelayGasPriceResponse) ProtoMessage()
func (*MsgSetRelayGasPriceResponse) Reset ¶
func (m *MsgSetRelayGasPriceResponse) Reset()
func (*MsgSetRelayGasPriceResponse) Size ¶
func (m *MsgSetRelayGasPriceResponse) Size() (n int)
func (*MsgSetRelayGasPriceResponse) String ¶
func (m *MsgSetRelayGasPriceResponse) String() string
func (*MsgSetRelayGasPriceResponse) Unmarshal ¶
func (m *MsgSetRelayGasPriceResponse) Unmarshal(dAtA []byte) error
func (*MsgSetRelayGasPriceResponse) XXX_DiscardUnknown ¶
func (m *MsgSetRelayGasPriceResponse) XXX_DiscardUnknown()
func (*MsgSetRelayGasPriceResponse) XXX_Marshal ¶
func (m *MsgSetRelayGasPriceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSetRelayGasPriceResponse) XXX_Merge ¶
func (m *MsgSetRelayGasPriceResponse) XXX_Merge(src proto.Message)
func (*MsgSetRelayGasPriceResponse) XXX_Size ¶
func (m *MsgSetRelayGasPriceResponse) XXX_Size() int
func (*MsgSetRelayGasPriceResponse) XXX_Unmarshal ¶
func (m *MsgSetRelayGasPriceResponse) XXX_Unmarshal(b []byte) error
type MsgSetStakingRewardCommission ¶
type MsgSetStakingRewardCommission struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` Denom string `protobuf:"bytes,2,opt,name=denom,proto3" json:"denom,omitempty"` Commission github_com_fury_fury_utils.Dec `protobuf:"bytes,3,opt,name=commission,proto3,customtype=github.com/gridiron-protocol/fury/utils.Dec" json:"commission"` }
func NewMsgSetStakingRewardCommission ¶
func NewMsgSetStakingRewardCommission(creator sdk.AccAddress, denom string, commission utils.Dec) *MsgSetStakingRewardCommission
func (*MsgSetStakingRewardCommission) Descriptor ¶
func (*MsgSetStakingRewardCommission) Descriptor() ([]byte, []int)
func (*MsgSetStakingRewardCommission) GetCreator ¶
func (m *MsgSetStakingRewardCommission) GetCreator() string
func (*MsgSetStakingRewardCommission) GetDenom ¶
func (m *MsgSetStakingRewardCommission) GetDenom() string
func (*MsgSetStakingRewardCommission) GetSignBytes ¶
func (msg *MsgSetStakingRewardCommission) GetSignBytes() []byte
func (*MsgSetStakingRewardCommission) GetSigners ¶
func (msg *MsgSetStakingRewardCommission) GetSigners() []sdk.AccAddress
func (*MsgSetStakingRewardCommission) Marshal ¶
func (m *MsgSetStakingRewardCommission) Marshal() (dAtA []byte, err error)
func (*MsgSetStakingRewardCommission) MarshalTo ¶
func (m *MsgSetStakingRewardCommission) MarshalTo(dAtA []byte) (int, error)
func (*MsgSetStakingRewardCommission) MarshalToSizedBuffer ¶
func (m *MsgSetStakingRewardCommission) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSetStakingRewardCommission) ProtoMessage ¶
func (*MsgSetStakingRewardCommission) ProtoMessage()
func (*MsgSetStakingRewardCommission) Reset ¶
func (m *MsgSetStakingRewardCommission) Reset()
func (*MsgSetStakingRewardCommission) Route ¶
func (msg *MsgSetStakingRewardCommission) Route() string
func (*MsgSetStakingRewardCommission) Size ¶
func (m *MsgSetStakingRewardCommission) Size() (n int)
func (*MsgSetStakingRewardCommission) String ¶
func (m *MsgSetStakingRewardCommission) String() string
func (*MsgSetStakingRewardCommission) Type ¶
func (msg *MsgSetStakingRewardCommission) Type() string
func (*MsgSetStakingRewardCommission) Unmarshal ¶
func (m *MsgSetStakingRewardCommission) Unmarshal(dAtA []byte) error
func (*MsgSetStakingRewardCommission) ValidateBasic ¶
func (msg *MsgSetStakingRewardCommission) ValidateBasic() error
func (*MsgSetStakingRewardCommission) XXX_DiscardUnknown ¶
func (m *MsgSetStakingRewardCommission) XXX_DiscardUnknown()
func (*MsgSetStakingRewardCommission) XXX_Marshal ¶
func (m *MsgSetStakingRewardCommission) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSetStakingRewardCommission) XXX_Merge ¶
func (m *MsgSetStakingRewardCommission) XXX_Merge(src proto.Message)
func (*MsgSetStakingRewardCommission) XXX_Size ¶
func (m *MsgSetStakingRewardCommission) XXX_Size() int
func (*MsgSetStakingRewardCommission) XXX_Unmarshal ¶
func (m *MsgSetStakingRewardCommission) XXX_Unmarshal(b []byte) error
type MsgSetStakingRewardCommissionResponse ¶
type MsgSetStakingRewardCommissionResponse struct { }
func (*MsgSetStakingRewardCommissionResponse) Descriptor ¶
func (*MsgSetStakingRewardCommissionResponse) Descriptor() ([]byte, []int)
func (*MsgSetStakingRewardCommissionResponse) Marshal ¶
func (m *MsgSetStakingRewardCommissionResponse) Marshal() (dAtA []byte, err error)
func (*MsgSetStakingRewardCommissionResponse) MarshalTo ¶
func (m *MsgSetStakingRewardCommissionResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSetStakingRewardCommissionResponse) MarshalToSizedBuffer ¶
func (m *MsgSetStakingRewardCommissionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSetStakingRewardCommissionResponse) ProtoMessage ¶
func (*MsgSetStakingRewardCommissionResponse) ProtoMessage()
func (*MsgSetStakingRewardCommissionResponse) Reset ¶
func (m *MsgSetStakingRewardCommissionResponse) Reset()
func (*MsgSetStakingRewardCommissionResponse) Size ¶
func (m *MsgSetStakingRewardCommissionResponse) Size() (n int)
func (*MsgSetStakingRewardCommissionResponse) String ¶
func (m *MsgSetStakingRewardCommissionResponse) String() string
func (*MsgSetStakingRewardCommissionResponse) Unmarshal ¶
func (m *MsgSetStakingRewardCommissionResponse) Unmarshal(dAtA []byte) error
func (*MsgSetStakingRewardCommissionResponse) XXX_DiscardUnknown ¶
func (m *MsgSetStakingRewardCommissionResponse) XXX_DiscardUnknown()
func (*MsgSetStakingRewardCommissionResponse) XXX_Marshal ¶
func (m *MsgSetStakingRewardCommissionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSetStakingRewardCommissionResponse) XXX_Merge ¶
func (m *MsgSetStakingRewardCommissionResponse) XXX_Merge(src proto.Message)
func (*MsgSetStakingRewardCommissionResponse) XXX_Size ¶
func (m *MsgSetStakingRewardCommissionResponse) XXX_Size() int
func (*MsgSetStakingRewardCommissionResponse) XXX_Unmarshal ¶
func (m *MsgSetStakingRewardCommissionResponse) XXX_Unmarshal(b []byte) error
type MsgSetUnbondCommission ¶
type MsgSetUnbondCommission struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` Denom string `protobuf:"bytes,2,opt,name=denom,proto3" json:"denom,omitempty"` Commission github_com_fury_fury_utils.Dec `protobuf:"bytes,3,opt,name=commission,proto3,customtype=github.com/gridiron-protocol/fury/utils.Dec" json:"commission"` }
func NewMsgSetUnbondCommission ¶
func NewMsgSetUnbondCommission(creator sdk.AccAddress, denom string, commission utils.Dec) *MsgSetUnbondCommission
func (*MsgSetUnbondCommission) Descriptor ¶
func (*MsgSetUnbondCommission) Descriptor() ([]byte, []int)
func (*MsgSetUnbondCommission) GetCreator ¶
func (m *MsgSetUnbondCommission) GetCreator() string
func (*MsgSetUnbondCommission) GetDenom ¶
func (m *MsgSetUnbondCommission) GetDenom() string
func (*MsgSetUnbondCommission) GetSignBytes ¶
func (msg *MsgSetUnbondCommission) GetSignBytes() []byte
func (*MsgSetUnbondCommission) GetSigners ¶
func (msg *MsgSetUnbondCommission) GetSigners() []sdk.AccAddress
func (*MsgSetUnbondCommission) Marshal ¶
func (m *MsgSetUnbondCommission) Marshal() (dAtA []byte, err error)
func (*MsgSetUnbondCommission) MarshalTo ¶
func (m *MsgSetUnbondCommission) MarshalTo(dAtA []byte) (int, error)
func (*MsgSetUnbondCommission) MarshalToSizedBuffer ¶
func (m *MsgSetUnbondCommission) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSetUnbondCommission) ProtoMessage ¶
func (*MsgSetUnbondCommission) ProtoMessage()
func (*MsgSetUnbondCommission) Reset ¶
func (m *MsgSetUnbondCommission) Reset()
func (*MsgSetUnbondCommission) Route ¶
func (msg *MsgSetUnbondCommission) Route() string
func (*MsgSetUnbondCommission) Size ¶
func (m *MsgSetUnbondCommission) Size() (n int)
func (*MsgSetUnbondCommission) String ¶
func (m *MsgSetUnbondCommission) String() string
func (*MsgSetUnbondCommission) Type ¶
func (msg *MsgSetUnbondCommission) Type() string
func (*MsgSetUnbondCommission) Unmarshal ¶
func (m *MsgSetUnbondCommission) Unmarshal(dAtA []byte) error
func (*MsgSetUnbondCommission) ValidateBasic ¶
func (msg *MsgSetUnbondCommission) ValidateBasic() error
func (*MsgSetUnbondCommission) XXX_DiscardUnknown ¶
func (m *MsgSetUnbondCommission) XXX_DiscardUnknown()
func (*MsgSetUnbondCommission) XXX_Marshal ¶
func (m *MsgSetUnbondCommission) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSetUnbondCommission) XXX_Merge ¶
func (m *MsgSetUnbondCommission) XXX_Merge(src proto.Message)
func (*MsgSetUnbondCommission) XXX_Size ¶
func (m *MsgSetUnbondCommission) XXX_Size() int
func (*MsgSetUnbondCommission) XXX_Unmarshal ¶
func (m *MsgSetUnbondCommission) XXX_Unmarshal(b []byte) error
type MsgSetUnbondCommissionResponse ¶
type MsgSetUnbondCommissionResponse struct { }
func (*MsgSetUnbondCommissionResponse) Descriptor ¶
func (*MsgSetUnbondCommissionResponse) Descriptor() ([]byte, []int)
func (*MsgSetUnbondCommissionResponse) Marshal ¶
func (m *MsgSetUnbondCommissionResponse) Marshal() (dAtA []byte, err error)
func (*MsgSetUnbondCommissionResponse) MarshalTo ¶
func (m *MsgSetUnbondCommissionResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSetUnbondCommissionResponse) MarshalToSizedBuffer ¶
func (m *MsgSetUnbondCommissionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSetUnbondCommissionResponse) ProtoMessage ¶
func (*MsgSetUnbondCommissionResponse) ProtoMessage()
func (*MsgSetUnbondCommissionResponse) Reset ¶
func (m *MsgSetUnbondCommissionResponse) Reset()
func (*MsgSetUnbondCommissionResponse) Size ¶
func (m *MsgSetUnbondCommissionResponse) Size() (n int)
func (*MsgSetUnbondCommissionResponse) String ¶
func (m *MsgSetUnbondCommissionResponse) String() string
func (*MsgSetUnbondCommissionResponse) Unmarshal ¶
func (m *MsgSetUnbondCommissionResponse) Unmarshal(dAtA []byte) error
func (*MsgSetUnbondCommissionResponse) XXX_DiscardUnknown ¶
func (m *MsgSetUnbondCommissionResponse) XXX_DiscardUnknown()
func (*MsgSetUnbondCommissionResponse) XXX_Marshal ¶
func (m *MsgSetUnbondCommissionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSetUnbondCommissionResponse) XXX_Merge ¶
func (m *MsgSetUnbondCommissionResponse) XXX_Merge(src proto.Message)
func (*MsgSetUnbondCommissionResponse) XXX_Size ¶
func (m *MsgSetUnbondCommissionResponse) XXX_Size() int
func (*MsgSetUnbondCommissionResponse) XXX_Unmarshal ¶
func (m *MsgSetUnbondCommissionResponse) XXX_Unmarshal(b []byte) error
type MsgSetUnbondRelayFee ¶
type MsgSetUnbondRelayFee struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` Denom string `protobuf:"bytes,2,opt,name=denom,proto3" json:"denom,omitempty"` Value github_com_cosmos_cosmos_sdk_types.Coin `protobuf:"bytes,3,opt,name=value,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Coin" json:"value"` }
func NewMsgSetUnbondRelayFee ¶
func NewMsgSetUnbondRelayFee(creator sdk.AccAddress, denom string, value sdk.Coin) *MsgSetUnbondRelayFee
func (*MsgSetUnbondRelayFee) Descriptor ¶
func (*MsgSetUnbondRelayFee) Descriptor() ([]byte, []int)
func (*MsgSetUnbondRelayFee) GetCreator ¶
func (m *MsgSetUnbondRelayFee) GetCreator() string
func (*MsgSetUnbondRelayFee) GetDenom ¶
func (m *MsgSetUnbondRelayFee) GetDenom() string
func (*MsgSetUnbondRelayFee) GetSignBytes ¶
func (msg *MsgSetUnbondRelayFee) GetSignBytes() []byte
func (*MsgSetUnbondRelayFee) GetSigners ¶
func (msg *MsgSetUnbondRelayFee) GetSigners() []sdk.AccAddress
func (*MsgSetUnbondRelayFee) Marshal ¶
func (m *MsgSetUnbondRelayFee) Marshal() (dAtA []byte, err error)
func (*MsgSetUnbondRelayFee) MarshalTo ¶
func (m *MsgSetUnbondRelayFee) MarshalTo(dAtA []byte) (int, error)
func (*MsgSetUnbondRelayFee) MarshalToSizedBuffer ¶
func (m *MsgSetUnbondRelayFee) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSetUnbondRelayFee) ProtoMessage ¶
func (*MsgSetUnbondRelayFee) ProtoMessage()
func (*MsgSetUnbondRelayFee) Reset ¶
func (m *MsgSetUnbondRelayFee) Reset()
func (*MsgSetUnbondRelayFee) Route ¶
func (msg *MsgSetUnbondRelayFee) Route() string
func (*MsgSetUnbondRelayFee) Size ¶
func (m *MsgSetUnbondRelayFee) Size() (n int)
func (*MsgSetUnbondRelayFee) String ¶
func (m *MsgSetUnbondRelayFee) String() string
func (*MsgSetUnbondRelayFee) Type ¶
func (msg *MsgSetUnbondRelayFee) Type() string
func (*MsgSetUnbondRelayFee) Unmarshal ¶
func (m *MsgSetUnbondRelayFee) Unmarshal(dAtA []byte) error
func (*MsgSetUnbondRelayFee) ValidateBasic ¶
func (msg *MsgSetUnbondRelayFee) ValidateBasic() error
func (*MsgSetUnbondRelayFee) XXX_DiscardUnknown ¶
func (m *MsgSetUnbondRelayFee) XXX_DiscardUnknown()
func (*MsgSetUnbondRelayFee) XXX_Marshal ¶
func (m *MsgSetUnbondRelayFee) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSetUnbondRelayFee) XXX_Merge ¶
func (m *MsgSetUnbondRelayFee) XXX_Merge(src proto.Message)
func (*MsgSetUnbondRelayFee) XXX_Size ¶
func (m *MsgSetUnbondRelayFee) XXX_Size() int
func (*MsgSetUnbondRelayFee) XXX_Unmarshal ¶
func (m *MsgSetUnbondRelayFee) XXX_Unmarshal(b []byte) error
type MsgSetUnbondRelayFeeResponse ¶
type MsgSetUnbondRelayFeeResponse struct { }
func (*MsgSetUnbondRelayFeeResponse) Descriptor ¶
func (*MsgSetUnbondRelayFeeResponse) Descriptor() ([]byte, []int)
func (*MsgSetUnbondRelayFeeResponse) Marshal ¶
func (m *MsgSetUnbondRelayFeeResponse) Marshal() (dAtA []byte, err error)
func (*MsgSetUnbondRelayFeeResponse) MarshalTo ¶
func (m *MsgSetUnbondRelayFeeResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSetUnbondRelayFeeResponse) MarshalToSizedBuffer ¶
func (m *MsgSetUnbondRelayFeeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSetUnbondRelayFeeResponse) ProtoMessage ¶
func (*MsgSetUnbondRelayFeeResponse) ProtoMessage()
func (*MsgSetUnbondRelayFeeResponse) Reset ¶
func (m *MsgSetUnbondRelayFeeResponse) Reset()
func (*MsgSetUnbondRelayFeeResponse) Size ¶
func (m *MsgSetUnbondRelayFeeResponse) Size() (n int)
func (*MsgSetUnbondRelayFeeResponse) String ¶
func (m *MsgSetUnbondRelayFeeResponse) String() string
func (*MsgSetUnbondRelayFeeResponse) Unmarshal ¶
func (m *MsgSetUnbondRelayFeeResponse) Unmarshal(dAtA []byte) error
func (*MsgSetUnbondRelayFeeResponse) XXX_DiscardUnknown ¶
func (m *MsgSetUnbondRelayFeeResponse) XXX_DiscardUnknown()
func (*MsgSetUnbondRelayFeeResponse) XXX_Marshal ¶
func (m *MsgSetUnbondRelayFeeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSetUnbondRelayFeeResponse) XXX_Merge ¶
func (m *MsgSetUnbondRelayFeeResponse) XXX_Merge(src proto.Message)
func (*MsgSetUnbondRelayFeeResponse) XXX_Size ¶
func (m *MsgSetUnbondRelayFeeResponse) XXX_Size() int
func (*MsgSetUnbondRelayFeeResponse) XXX_Unmarshal ¶
func (m *MsgSetUnbondRelayFeeResponse) XXX_Unmarshal(b []byte) error
type MsgSetWithdrawalAddr ¶
type MsgSetWithdrawalAddr struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` DelegationAddr string `protobuf:"bytes,3,opt,name=delegationAddr,proto3" json:"delegationAddr,omitempty"` }
func NewMsgSetWithdrawalAddr ¶
func NewMsgSetWithdrawalAddr(creator string, delegationAddr string) *MsgSetWithdrawalAddr
func (*MsgSetWithdrawalAddr) Descriptor ¶
func (*MsgSetWithdrawalAddr) Descriptor() ([]byte, []int)
func (*MsgSetWithdrawalAddr) GetCreator ¶
func (m *MsgSetWithdrawalAddr) GetCreator() string
func (*MsgSetWithdrawalAddr) GetDelegationAddr ¶
func (m *MsgSetWithdrawalAddr) GetDelegationAddr() string
func (*MsgSetWithdrawalAddr) GetSignBytes ¶
func (msg *MsgSetWithdrawalAddr) GetSignBytes() []byte
func (*MsgSetWithdrawalAddr) GetSigners ¶
func (msg *MsgSetWithdrawalAddr) GetSigners() []sdk.AccAddress
func (*MsgSetWithdrawalAddr) Marshal ¶
func (m *MsgSetWithdrawalAddr) Marshal() (dAtA []byte, err error)
func (*MsgSetWithdrawalAddr) MarshalTo ¶
func (m *MsgSetWithdrawalAddr) MarshalTo(dAtA []byte) (int, error)
func (*MsgSetWithdrawalAddr) MarshalToSizedBuffer ¶
func (m *MsgSetWithdrawalAddr) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSetWithdrawalAddr) ProtoMessage ¶
func (*MsgSetWithdrawalAddr) ProtoMessage()
func (*MsgSetWithdrawalAddr) Reset ¶
func (m *MsgSetWithdrawalAddr) Reset()
func (*MsgSetWithdrawalAddr) Route ¶
func (msg *MsgSetWithdrawalAddr) Route() string
func (*MsgSetWithdrawalAddr) Size ¶
func (m *MsgSetWithdrawalAddr) Size() (n int)
func (*MsgSetWithdrawalAddr) String ¶
func (m *MsgSetWithdrawalAddr) String() string
func (*MsgSetWithdrawalAddr) Type ¶
func (msg *MsgSetWithdrawalAddr) Type() string
func (*MsgSetWithdrawalAddr) Unmarshal ¶
func (m *MsgSetWithdrawalAddr) Unmarshal(dAtA []byte) error
func (*MsgSetWithdrawalAddr) ValidateBasic ¶
func (msg *MsgSetWithdrawalAddr) ValidateBasic() error
func (*MsgSetWithdrawalAddr) XXX_DiscardUnknown ¶
func (m *MsgSetWithdrawalAddr) XXX_DiscardUnknown()
func (*MsgSetWithdrawalAddr) XXX_Marshal ¶
func (m *MsgSetWithdrawalAddr) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSetWithdrawalAddr) XXX_Merge ¶
func (m *MsgSetWithdrawalAddr) XXX_Merge(src proto.Message)
func (*MsgSetWithdrawalAddr) XXX_Size ¶
func (m *MsgSetWithdrawalAddr) XXX_Size() int
func (*MsgSetWithdrawalAddr) XXX_Unmarshal ¶
func (m *MsgSetWithdrawalAddr) XXX_Unmarshal(b []byte) error
type MsgSetWithdrawalAddrResponse ¶
type MsgSetWithdrawalAddrResponse struct { }
func (*MsgSetWithdrawalAddrResponse) Descriptor ¶
func (*MsgSetWithdrawalAddrResponse) Descriptor() ([]byte, []int)
func (*MsgSetWithdrawalAddrResponse) Marshal ¶
func (m *MsgSetWithdrawalAddrResponse) Marshal() (dAtA []byte, err error)
func (*MsgSetWithdrawalAddrResponse) MarshalTo ¶
func (m *MsgSetWithdrawalAddrResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSetWithdrawalAddrResponse) MarshalToSizedBuffer ¶
func (m *MsgSetWithdrawalAddrResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSetWithdrawalAddrResponse) ProtoMessage ¶
func (*MsgSetWithdrawalAddrResponse) ProtoMessage()
func (*MsgSetWithdrawalAddrResponse) Reset ¶
func (m *MsgSetWithdrawalAddrResponse) Reset()
func (*MsgSetWithdrawalAddrResponse) Size ¶
func (m *MsgSetWithdrawalAddrResponse) Size() (n int)
func (*MsgSetWithdrawalAddrResponse) String ¶
func (m *MsgSetWithdrawalAddrResponse) String() string
func (*MsgSetWithdrawalAddrResponse) Unmarshal ¶
func (m *MsgSetWithdrawalAddrResponse) Unmarshal(dAtA []byte) error
func (*MsgSetWithdrawalAddrResponse) XXX_DiscardUnknown ¶
func (m *MsgSetWithdrawalAddrResponse) XXX_DiscardUnknown()
func (*MsgSetWithdrawalAddrResponse) XXX_Marshal ¶
func (m *MsgSetWithdrawalAddrResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSetWithdrawalAddrResponse) XXX_Merge ¶
func (m *MsgSetWithdrawalAddrResponse) XXX_Merge(src proto.Message)
func (*MsgSetWithdrawalAddrResponse) XXX_Size ¶
func (m *MsgSetWithdrawalAddrResponse) XXX_Size() int
func (*MsgSetWithdrawalAddrResponse) XXX_Unmarshal ¶
func (m *MsgSetWithdrawalAddrResponse) XXX_Unmarshal(b []byte) error
type MsgSubmitSignature ¶
type MsgSubmitSignature struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` Denom string `protobuf:"bytes,2,opt,name=denom,proto3" json:"denom,omitempty"` Era uint32 `protobuf:"varint,3,opt,name=era,proto3" json:"era"` Pool string `protobuf:"bytes,4,opt,name=pool,proto3" json:"pool,omitempty"` TxType OriginalTxType `protobuf:"varint,5,opt,name=txType,proto3,enum=fury.fury.ledger.OriginalTxType" json:"txType,omitempty"` PropId string `protobuf:"bytes,6,opt,name=propId,proto3" json:"propId,omitempty"` Signature string `protobuf:"bytes,7,opt,name=signature,proto3" json:"signature,omitempty"` }
func NewMsgSubmitSignature ¶
func NewMsgSubmitSignature(creator string, denom string, era uint32, pool string, txType OriginalTxType, propId string, signature string) *MsgSubmitSignature
func (*MsgSubmitSignature) Descriptor ¶
func (*MsgSubmitSignature) Descriptor() ([]byte, []int)
func (*MsgSubmitSignature) GetCreator ¶
func (m *MsgSubmitSignature) GetCreator() string
func (*MsgSubmitSignature) GetDenom ¶
func (m *MsgSubmitSignature) GetDenom() string
func (*MsgSubmitSignature) GetEra ¶
func (m *MsgSubmitSignature) GetEra() uint32
func (*MsgSubmitSignature) GetPool ¶
func (m *MsgSubmitSignature) GetPool() string
func (*MsgSubmitSignature) GetPropId ¶
func (m *MsgSubmitSignature) GetPropId() string
func (*MsgSubmitSignature) GetSignBytes ¶
func (msg *MsgSubmitSignature) GetSignBytes() []byte
func (*MsgSubmitSignature) GetSignature ¶
func (m *MsgSubmitSignature) GetSignature() string
func (*MsgSubmitSignature) GetSigners ¶
func (msg *MsgSubmitSignature) GetSigners() []sdk.AccAddress
func (*MsgSubmitSignature) GetTxType ¶
func (m *MsgSubmitSignature) GetTxType() OriginalTxType
func (*MsgSubmitSignature) Marshal ¶
func (m *MsgSubmitSignature) Marshal() (dAtA []byte, err error)
func (*MsgSubmitSignature) MarshalTo ¶
func (m *MsgSubmitSignature) MarshalTo(dAtA []byte) (int, error)
func (*MsgSubmitSignature) MarshalToSizedBuffer ¶
func (m *MsgSubmitSignature) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSubmitSignature) ProtoMessage ¶
func (*MsgSubmitSignature) ProtoMessage()
func (*MsgSubmitSignature) Reset ¶
func (m *MsgSubmitSignature) Reset()
func (*MsgSubmitSignature) Route ¶
func (msg *MsgSubmitSignature) Route() string
func (*MsgSubmitSignature) Size ¶
func (m *MsgSubmitSignature) Size() (n int)
func (*MsgSubmitSignature) String ¶
func (m *MsgSubmitSignature) String() string
func (*MsgSubmitSignature) Type ¶
func (msg *MsgSubmitSignature) Type() string
func (*MsgSubmitSignature) Unmarshal ¶
func (m *MsgSubmitSignature) Unmarshal(dAtA []byte) error
func (*MsgSubmitSignature) ValidateBasic ¶
func (msg *MsgSubmitSignature) ValidateBasic() error
func (*MsgSubmitSignature) XXX_DiscardUnknown ¶
func (m *MsgSubmitSignature) XXX_DiscardUnknown()
func (*MsgSubmitSignature) XXX_Marshal ¶
func (m *MsgSubmitSignature) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSubmitSignature) XXX_Merge ¶
func (m *MsgSubmitSignature) XXX_Merge(src proto.Message)
func (*MsgSubmitSignature) XXX_Size ¶
func (m *MsgSubmitSignature) XXX_Size() int
func (*MsgSubmitSignature) XXX_Unmarshal ¶
func (m *MsgSubmitSignature) XXX_Unmarshal(b []byte) error
type MsgSubmitSignatureResponse ¶
type MsgSubmitSignatureResponse struct { }
func (*MsgSubmitSignatureResponse) Descriptor ¶
func (*MsgSubmitSignatureResponse) Descriptor() ([]byte, []int)
func (*MsgSubmitSignatureResponse) Marshal ¶
func (m *MsgSubmitSignatureResponse) Marshal() (dAtA []byte, err error)
func (*MsgSubmitSignatureResponse) MarshalTo ¶
func (m *MsgSubmitSignatureResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSubmitSignatureResponse) MarshalToSizedBuffer ¶
func (m *MsgSubmitSignatureResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSubmitSignatureResponse) ProtoMessage ¶
func (*MsgSubmitSignatureResponse) ProtoMessage()
func (*MsgSubmitSignatureResponse) Reset ¶
func (m *MsgSubmitSignatureResponse) Reset()
func (*MsgSubmitSignatureResponse) Size ¶
func (m *MsgSubmitSignatureResponse) Size() (n int)
func (*MsgSubmitSignatureResponse) String ¶
func (m *MsgSubmitSignatureResponse) String() string
func (*MsgSubmitSignatureResponse) Unmarshal ¶
func (m *MsgSubmitSignatureResponse) Unmarshal(dAtA []byte) error
func (*MsgSubmitSignatureResponse) XXX_DiscardUnknown ¶
func (m *MsgSubmitSignatureResponse) XXX_DiscardUnknown()
func (*MsgSubmitSignatureResponse) XXX_Marshal ¶
func (m *MsgSubmitSignatureResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSubmitSignatureResponse) XXX_Merge ¶
func (m *MsgSubmitSignatureResponse) XXX_Merge(src proto.Message)
func (*MsgSubmitSignatureResponse) XXX_Size ¶
func (m *MsgSubmitSignatureResponse) XXX_Size() int
func (*MsgSubmitSignatureResponse) XXX_Unmarshal ¶
func (m *MsgSubmitSignatureResponse) XXX_Unmarshal(b []byte) error
type MsgToggleUnbondSwitch ¶
type MsgToggleUnbondSwitch struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` Denom string `protobuf:"bytes,2,opt,name=denom,proto3" json:"denom,omitempty"` }
func NewMsgToggleUnbondSwitch ¶
func NewMsgToggleUnbondSwitch(creator, denom string) *MsgToggleUnbondSwitch
func (*MsgToggleUnbondSwitch) Descriptor ¶
func (*MsgToggleUnbondSwitch) Descriptor() ([]byte, []int)
func (*MsgToggleUnbondSwitch) GetCreator ¶
func (m *MsgToggleUnbondSwitch) GetCreator() string
func (*MsgToggleUnbondSwitch) GetDenom ¶
func (m *MsgToggleUnbondSwitch) GetDenom() string
func (*MsgToggleUnbondSwitch) GetSignBytes ¶
func (msg *MsgToggleUnbondSwitch) GetSignBytes() []byte
func (*MsgToggleUnbondSwitch) GetSigners ¶
func (msg *MsgToggleUnbondSwitch) GetSigners() []sdk.AccAddress
func (*MsgToggleUnbondSwitch) Marshal ¶
func (m *MsgToggleUnbondSwitch) Marshal() (dAtA []byte, err error)
func (*MsgToggleUnbondSwitch) MarshalTo ¶
func (m *MsgToggleUnbondSwitch) MarshalTo(dAtA []byte) (int, error)
func (*MsgToggleUnbondSwitch) MarshalToSizedBuffer ¶
func (m *MsgToggleUnbondSwitch) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgToggleUnbondSwitch) ProtoMessage ¶
func (*MsgToggleUnbondSwitch) ProtoMessage()
func (*MsgToggleUnbondSwitch) Reset ¶
func (m *MsgToggleUnbondSwitch) Reset()
func (*MsgToggleUnbondSwitch) Route ¶
func (msg *MsgToggleUnbondSwitch) Route() string
func (*MsgToggleUnbondSwitch) Size ¶
func (m *MsgToggleUnbondSwitch) Size() (n int)
func (*MsgToggleUnbondSwitch) String ¶
func (m *MsgToggleUnbondSwitch) String() string
func (*MsgToggleUnbondSwitch) Type ¶
func (msg *MsgToggleUnbondSwitch) Type() string
func (*MsgToggleUnbondSwitch) Unmarshal ¶
func (m *MsgToggleUnbondSwitch) Unmarshal(dAtA []byte) error
func (*MsgToggleUnbondSwitch) ValidateBasic ¶
func (msg *MsgToggleUnbondSwitch) ValidateBasic() error
func (*MsgToggleUnbondSwitch) XXX_DiscardUnknown ¶
func (m *MsgToggleUnbondSwitch) XXX_DiscardUnknown()
func (*MsgToggleUnbondSwitch) XXX_Marshal ¶
func (m *MsgToggleUnbondSwitch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgToggleUnbondSwitch) XXX_Merge ¶
func (m *MsgToggleUnbondSwitch) XXX_Merge(src proto.Message)
func (*MsgToggleUnbondSwitch) XXX_Size ¶
func (m *MsgToggleUnbondSwitch) XXX_Size() int
func (*MsgToggleUnbondSwitch) XXX_Unmarshal ¶
func (m *MsgToggleUnbondSwitch) XXX_Unmarshal(b []byte) error
type MsgToggleUnbondSwitchResponse ¶
type MsgToggleUnbondSwitchResponse struct { }
func (*MsgToggleUnbondSwitchResponse) Descriptor ¶
func (*MsgToggleUnbondSwitchResponse) Descriptor() ([]byte, []int)
func (*MsgToggleUnbondSwitchResponse) Marshal ¶
func (m *MsgToggleUnbondSwitchResponse) Marshal() (dAtA []byte, err error)
func (*MsgToggleUnbondSwitchResponse) MarshalTo ¶
func (m *MsgToggleUnbondSwitchResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgToggleUnbondSwitchResponse) MarshalToSizedBuffer ¶
func (m *MsgToggleUnbondSwitchResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgToggleUnbondSwitchResponse) ProtoMessage ¶
func (*MsgToggleUnbondSwitchResponse) ProtoMessage()
func (*MsgToggleUnbondSwitchResponse) Reset ¶
func (m *MsgToggleUnbondSwitchResponse) Reset()
func (*MsgToggleUnbondSwitchResponse) Size ¶
func (m *MsgToggleUnbondSwitchResponse) Size() (n int)
func (*MsgToggleUnbondSwitchResponse) String ¶
func (m *MsgToggleUnbondSwitchResponse) String() string
func (*MsgToggleUnbondSwitchResponse) Unmarshal ¶
func (m *MsgToggleUnbondSwitchResponse) Unmarshal(dAtA []byte) error
func (*MsgToggleUnbondSwitchResponse) XXX_DiscardUnknown ¶
func (m *MsgToggleUnbondSwitchResponse) XXX_DiscardUnknown()
func (*MsgToggleUnbondSwitchResponse) XXX_Marshal ¶
func (m *MsgToggleUnbondSwitchResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgToggleUnbondSwitchResponse) XXX_Merge ¶
func (m *MsgToggleUnbondSwitchResponse) XXX_Merge(src proto.Message)
func (*MsgToggleUnbondSwitchResponse) XXX_Size ¶
func (m *MsgToggleUnbondSwitchResponse) XXX_Size() int
func (*MsgToggleUnbondSwitchResponse) XXX_Unmarshal ¶
func (m *MsgToggleUnbondSwitchResponse) XXX_Unmarshal(b []byte) error
type MsgUnsealMigrateInit ¶
type MsgUnsealMigrateInit struct {
Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
}
func NewMsgUnsealMigrateInit ¶
func NewMsgUnsealMigrateInit(creator string) *MsgUnsealMigrateInit
func (*MsgUnsealMigrateInit) Descriptor ¶
func (*MsgUnsealMigrateInit) Descriptor() ([]byte, []int)
func (*MsgUnsealMigrateInit) GetCreator ¶
func (m *MsgUnsealMigrateInit) GetCreator() string
func (*MsgUnsealMigrateInit) GetSignBytes ¶
func (msg *MsgUnsealMigrateInit) GetSignBytes() []byte
func (*MsgUnsealMigrateInit) GetSigners ¶
func (msg *MsgUnsealMigrateInit) GetSigners() []sdk.AccAddress
func (*MsgUnsealMigrateInit) Marshal ¶
func (m *MsgUnsealMigrateInit) Marshal() (dAtA []byte, err error)
func (*MsgUnsealMigrateInit) MarshalTo ¶
func (m *MsgUnsealMigrateInit) MarshalTo(dAtA []byte) (int, error)
func (*MsgUnsealMigrateInit) MarshalToSizedBuffer ¶
func (m *MsgUnsealMigrateInit) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUnsealMigrateInit) ProtoMessage ¶
func (*MsgUnsealMigrateInit) ProtoMessage()
func (*MsgUnsealMigrateInit) Reset ¶
func (m *MsgUnsealMigrateInit) Reset()
func (*MsgUnsealMigrateInit) Route ¶
func (msg *MsgUnsealMigrateInit) Route() string
func (*MsgUnsealMigrateInit) Size ¶
func (m *MsgUnsealMigrateInit) Size() (n int)
func (*MsgUnsealMigrateInit) String ¶
func (m *MsgUnsealMigrateInit) String() string
func (*MsgUnsealMigrateInit) Type ¶
func (msg *MsgUnsealMigrateInit) Type() string
func (*MsgUnsealMigrateInit) Unmarshal ¶
func (m *MsgUnsealMigrateInit) Unmarshal(dAtA []byte) error
func (*MsgUnsealMigrateInit) ValidateBasic ¶
func (msg *MsgUnsealMigrateInit) ValidateBasic() error
func (*MsgUnsealMigrateInit) XXX_DiscardUnknown ¶
func (m *MsgUnsealMigrateInit) XXX_DiscardUnknown()
func (*MsgUnsealMigrateInit) XXX_Marshal ¶
func (m *MsgUnsealMigrateInit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUnsealMigrateInit) XXX_Merge ¶
func (m *MsgUnsealMigrateInit) XXX_Merge(src proto.Message)
func (*MsgUnsealMigrateInit) XXX_Size ¶
func (m *MsgUnsealMigrateInit) XXX_Size() int
func (*MsgUnsealMigrateInit) XXX_Unmarshal ¶
func (m *MsgUnsealMigrateInit) XXX_Unmarshal(b []byte) error
type MsgUnsealMigrateInitResponse ¶
type MsgUnsealMigrateInitResponse struct { }
func (*MsgUnsealMigrateInitResponse) Descriptor ¶
func (*MsgUnsealMigrateInitResponse) Descriptor() ([]byte, []int)
func (*MsgUnsealMigrateInitResponse) Marshal ¶
func (m *MsgUnsealMigrateInitResponse) Marshal() (dAtA []byte, err error)
func (*MsgUnsealMigrateInitResponse) MarshalTo ¶
func (m *MsgUnsealMigrateInitResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgUnsealMigrateInitResponse) MarshalToSizedBuffer ¶
func (m *MsgUnsealMigrateInitResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUnsealMigrateInitResponse) ProtoMessage ¶
func (*MsgUnsealMigrateInitResponse) ProtoMessage()
func (*MsgUnsealMigrateInitResponse) Reset ¶
func (m *MsgUnsealMigrateInitResponse) Reset()
func (*MsgUnsealMigrateInitResponse) Size ¶
func (m *MsgUnsealMigrateInitResponse) Size() (n int)
func (*MsgUnsealMigrateInitResponse) String ¶
func (m *MsgUnsealMigrateInitResponse) String() string
func (*MsgUnsealMigrateInitResponse) Unmarshal ¶
func (m *MsgUnsealMigrateInitResponse) Unmarshal(dAtA []byte) error
func (*MsgUnsealMigrateInitResponse) XXX_DiscardUnknown ¶
func (m *MsgUnsealMigrateInitResponse) XXX_DiscardUnknown()
func (*MsgUnsealMigrateInitResponse) XXX_Marshal ¶
func (m *MsgUnsealMigrateInitResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUnsealMigrateInitResponse) XXX_Merge ¶
func (m *MsgUnsealMigrateInitResponse) XXX_Merge(src proto.Message)
func (*MsgUnsealMigrateInitResponse) XXX_Size ¶
func (m *MsgUnsealMigrateInitResponse) XXX_Size() int
func (*MsgUnsealMigrateInitResponse) XXX_Unmarshal ¶
func (m *MsgUnsealMigrateInitResponse) XXX_Unmarshal(b []byte) error
type OriginalTxType ¶
type OriginalTxType int32
OriginalTxType enumerates the tx type of a signature.
const ( TxTypeDealEraUpdated OriginalTxType = 0 TxTypeDealBondReported OriginalTxType = 1 TxTypeDealActiveReported OriginalTxType = 2 TxTypeDealValidatorUpdated OriginalTxType = 3 TxTypeReserved OriginalTxType = 4 )
func (OriginalTxType) EnumDescriptor ¶
func (OriginalTxType) EnumDescriptor() ([]byte, []int)
func (OriginalTxType) String ¶
func (x OriginalTxType) String() string
type Pool ¶
type Pool struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Addrs []string `protobuf:"bytes,2,rep,name=addrs,proto3" json:"addrs,omitempty"` }
func (*Pool) Descriptor ¶
func (*Pool) ProtoMessage ¶
func (*Pool) ProtoMessage()
func (*Pool) XXX_DiscardUnknown ¶
func (m *Pool) XXX_DiscardUnknown()
func (*Pool) XXX_Unmarshal ¶
type PoolBondState ¶
type PoolBondState int32
const ( EraUpdated PoolBondState = 0 BondReported PoolBondState = 1 ActiveReported PoolBondState = 2 TransferSkipped PoolBondState = 3 TransferReported PoolBondState = 4 )
func (PoolBondState) EnumDescriptor ¶
func (PoolBondState) EnumDescriptor() ([]byte, []int)
func (PoolBondState) String ¶
func (x PoolBondState) String() string
type PoolDetail ¶
type PoolDetail struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Pool string `protobuf:"bytes,2,opt,name=pool,proto3" json:"pool,omitempty"` SubAccounts []string `protobuf:"bytes,3,rep,name=subAccounts,proto3" json:"subAccounts,omitempty"` Threshold uint32 `protobuf:"varint,4,opt,name=threshold,proto3" json:"threshold,omitempty"` Status PoolStatus `protobuf:"varint,5,opt,name=status,proto3,enum=fury.fury.ledger.PoolStatus" json:"status,omitempty"` }
func NewPoolDetail ¶
func NewPoolDetail(denom, pool string, subAccounts []string, threshold uint32, poolStatus PoolStatus) PoolDetail
func (*PoolDetail) Descriptor ¶
func (*PoolDetail) Descriptor() ([]byte, []int)
func (*PoolDetail) GetDenom ¶
func (m *PoolDetail) GetDenom() string
func (*PoolDetail) GetPool ¶
func (m *PoolDetail) GetPool() string
func (*PoolDetail) GetStatus ¶
func (m *PoolDetail) GetStatus() PoolStatus
func (*PoolDetail) GetSubAccounts ¶
func (m *PoolDetail) GetSubAccounts() []string
func (*PoolDetail) GetThreshold ¶
func (m *PoolDetail) GetThreshold() uint32
func (*PoolDetail) Marshal ¶
func (m *PoolDetail) Marshal() (dAtA []byte, err error)
func (*PoolDetail) MarshalToSizedBuffer ¶
func (m *PoolDetail) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*PoolDetail) ProtoMessage ¶
func (*PoolDetail) ProtoMessage()
func (*PoolDetail) Reset ¶
func (m *PoolDetail) Reset()
func (*PoolDetail) Size ¶
func (m *PoolDetail) Size() (n int)
func (*PoolDetail) String ¶
func (m *PoolDetail) String() string
func (*PoolDetail) Unmarshal ¶
func (m *PoolDetail) Unmarshal(dAtA []byte) error
func (*PoolDetail) XXX_DiscardUnknown ¶
func (m *PoolDetail) XXX_DiscardUnknown()
func (*PoolDetail) XXX_Marshal ¶
func (m *PoolDetail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PoolDetail) XXX_Merge ¶
func (m *PoolDetail) XXX_Merge(src proto.Message)
func (*PoolDetail) XXX_Size ¶
func (m *PoolDetail) XXX_Size() int
func (*PoolDetail) XXX_Unmarshal ¶
func (m *PoolDetail) XXX_Unmarshal(b []byte) error
type PoolStatus ¶
type PoolStatus int32
const ( Active PoolStatus = 0 NotActive PoolStatus = 1 Reserved PoolStatus = 2 )
func (PoolStatus) EnumDescriptor ¶
func (PoolStatus) EnumDescriptor() ([]byte, []int)
func (PoolStatus) String ¶
func (x PoolStatus) String() string
type QueryBondedPoolsByDenomRequest ¶
type QueryBondedPoolsByDenomRequest struct {
Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"`
}
func (*QueryBondedPoolsByDenomRequest) Descriptor ¶
func (*QueryBondedPoolsByDenomRequest) Descriptor() ([]byte, []int)
func (*QueryBondedPoolsByDenomRequest) GetDenom ¶
func (m *QueryBondedPoolsByDenomRequest) GetDenom() string
func (*QueryBondedPoolsByDenomRequest) Marshal ¶
func (m *QueryBondedPoolsByDenomRequest) Marshal() (dAtA []byte, err error)
func (*QueryBondedPoolsByDenomRequest) MarshalTo ¶
func (m *QueryBondedPoolsByDenomRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryBondedPoolsByDenomRequest) MarshalToSizedBuffer ¶
func (m *QueryBondedPoolsByDenomRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryBondedPoolsByDenomRequest) ProtoMessage ¶
func (*QueryBondedPoolsByDenomRequest) ProtoMessage()
func (*QueryBondedPoolsByDenomRequest) Reset ¶
func (m *QueryBondedPoolsByDenomRequest) Reset()
func (*QueryBondedPoolsByDenomRequest) Size ¶
func (m *QueryBondedPoolsByDenomRequest) Size() (n int)
func (*QueryBondedPoolsByDenomRequest) String ¶
func (m *QueryBondedPoolsByDenomRequest) String() string
func (*QueryBondedPoolsByDenomRequest) Unmarshal ¶
func (m *QueryBondedPoolsByDenomRequest) Unmarshal(dAtA []byte) error
func (*QueryBondedPoolsByDenomRequest) XXX_DiscardUnknown ¶
func (m *QueryBondedPoolsByDenomRequest) XXX_DiscardUnknown()
func (*QueryBondedPoolsByDenomRequest) XXX_Marshal ¶
func (m *QueryBondedPoolsByDenomRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryBondedPoolsByDenomRequest) XXX_Merge ¶
func (m *QueryBondedPoolsByDenomRequest) XXX_Merge(src proto.Message)
func (*QueryBondedPoolsByDenomRequest) XXX_Size ¶
func (m *QueryBondedPoolsByDenomRequest) XXX_Size() int
func (*QueryBondedPoolsByDenomRequest) XXX_Unmarshal ¶
func (m *QueryBondedPoolsByDenomRequest) XXX_Unmarshal(b []byte) error
type QueryBondedPoolsByDenomResponse ¶
type QueryBondedPoolsByDenomResponse struct {
Addrs []string `protobuf:"bytes,1,rep,name=addrs,proto3" json:"addrs,omitempty"`
}
func (*QueryBondedPoolsByDenomResponse) Descriptor ¶
func (*QueryBondedPoolsByDenomResponse) Descriptor() ([]byte, []int)
func (*QueryBondedPoolsByDenomResponse) GetAddrs ¶
func (m *QueryBondedPoolsByDenomResponse) GetAddrs() []string
func (*QueryBondedPoolsByDenomResponse) Marshal ¶
func (m *QueryBondedPoolsByDenomResponse) Marshal() (dAtA []byte, err error)
func (*QueryBondedPoolsByDenomResponse) MarshalTo ¶
func (m *QueryBondedPoolsByDenomResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryBondedPoolsByDenomResponse) MarshalToSizedBuffer ¶
func (m *QueryBondedPoolsByDenomResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryBondedPoolsByDenomResponse) ProtoMessage ¶
func (*QueryBondedPoolsByDenomResponse) ProtoMessage()
func (*QueryBondedPoolsByDenomResponse) Reset ¶
func (m *QueryBondedPoolsByDenomResponse) Reset()
func (*QueryBondedPoolsByDenomResponse) Size ¶
func (m *QueryBondedPoolsByDenomResponse) Size() (n int)
func (*QueryBondedPoolsByDenomResponse) String ¶
func (m *QueryBondedPoolsByDenomResponse) String() string
func (*QueryBondedPoolsByDenomResponse) Unmarshal ¶
func (m *QueryBondedPoolsByDenomResponse) Unmarshal(dAtA []byte) error
func (*QueryBondedPoolsByDenomResponse) XXX_DiscardUnknown ¶
func (m *QueryBondedPoolsByDenomResponse) XXX_DiscardUnknown()
func (*QueryBondedPoolsByDenomResponse) XXX_Marshal ¶
func (m *QueryBondedPoolsByDenomResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryBondedPoolsByDenomResponse) XXX_Merge ¶
func (m *QueryBondedPoolsByDenomResponse) XXX_Merge(src proto.Message)
func (*QueryBondedPoolsByDenomResponse) XXX_Size ¶
func (m *QueryBondedPoolsByDenomResponse) XXX_Size() int
func (*QueryBondedPoolsByDenomResponse) XXX_Unmarshal ¶
func (m *QueryBondedPoolsByDenomResponse) XXX_Unmarshal(b []byte) error
type QueryClient ¶
type QueryClient interface { // Queries a list of getExchangeRate items. GetExchangeRate(ctx context.Context, in *QueryGetExchangeRateRequest, opts ...grpc.CallOption) (*QueryGetExchangeRateResponse, error) // Queries a list of exchangeRateAll items. ExchangeRateAll(ctx context.Context, in *QueryExchangeRateAllRequest, opts ...grpc.CallOption) (*QueryExchangeRateAllResponse, error) // Queries a list of getEraExchangeRate items. GetEraExchangeRate(ctx context.Context, in *QueryGetEraExchangeRateRequest, opts ...grpc.CallOption) (*QueryGetEraExchangeRateResponse, error) // Queries a list of eraExchangeRatesByDenom items. EraExchangeRatesByDenom(ctx context.Context, in *QueryEraExchangeRatesByDenomRequest, opts ...grpc.CallOption) (*QueryEraExchangeRatesByDenomResponse, error) // Queries a list of bondedPoolsByDenom items. BondedPoolsByDenom(ctx context.Context, in *QueryBondedPoolsByDenomRequest, opts ...grpc.CallOption) (*QueryBondedPoolsByDenomResponse, error) // Queries a list of getPoolDetail items. GetPoolDetail(ctx context.Context, in *QueryGetPoolDetailRequest, opts ...grpc.CallOption) (*QueryGetPoolDetailResponse, error) // Queries a list of getChainEra items. GetChainEra(ctx context.Context, in *QueryGetChainEraRequest, opts ...grpc.CallOption) (*QueryGetChainEraResponse, error) // Queries a list of getCurrentEraSnapshot items. GetCurrentEraSnapshot(ctx context.Context, in *QueryGetCurrentEraSnapshotRequest, opts ...grpc.CallOption) (*QueryGetCurrentEraSnapshotResponse, error) // Queries a list of getReceiver items. GetProtocolFeeReceiver(ctx context.Context, in *QueryGetProtocolFeeReceiverRequest, opts ...grpc.CallOption) (*QueryGetProtocolFeeReceiverResponse, error) // Queries a list of getCommission items. GetStakingRewardCommission(ctx context.Context, in *QueryGetStakingRewardCommissionRequest, opts ...grpc.CallOption) (*QueryGetStakingRewardCommissionResponse, error) // Queries a list of getUnbondFee items. GetUnbondRelayFee(ctx context.Context, in *QueryGetUnbondRelayFeeRequest, opts ...grpc.CallOption) (*QueryGetUnbondRelayFeeResponse, error) // Queries a list of getUnbondCommission items. GetUnbondCommission(ctx context.Context, in *QueryGetUnbondCommissionRequest, opts ...grpc.CallOption) (*QueryGetUnbondCommissionResponse, error) // Queries a list of getEraUnbondLimit items. GetEraUnbondLimit(ctx context.Context, in *QueryGetEraUnbondLimitRequest, opts ...grpc.CallOption) (*QueryGetEraUnbondLimitResponse, error) // Queries a list of getBondPipeline items. GetBondPipeline(ctx context.Context, in *QueryGetBondPipelineRequest, opts ...grpc.CallOption) (*QueryGetBondPipelineResponse, error) // Queries a list of getEraSnapshot items. GetEraSnapshot(ctx context.Context, in *QueryGetEraSnapshotRequest, opts ...grpc.CallOption) (*QueryGetEraSnapshotResponse, error) // Queries a list of getSnapshot items. GetSnapshot(ctx context.Context, in *QueryGetSnapshotRequest, opts ...grpc.CallOption) (*QueryGetSnapshotResponse, error) // Queries a list of getTotalExpectedActive items. GetTotalExpectedActive(ctx context.Context, in *QueryGetTotalExpectedActiveRequest, opts ...grpc.CallOption) (*QueryGetTotalExpectedActiveResponse, error) // Queries a list of getBondRecord items. GetBondRecord(ctx context.Context, in *QueryGetBondRecordRequest, opts ...grpc.CallOption) (*QueryGetBondRecordResponse, error) // Queries a list of getSignature items. GetSignature(ctx context.Context, in *QueryGetSignatureRequest, opts ...grpc.CallOption) (*QueryGetSignatureResponse, error) // Queries a list of GetRParams items. GetRParams(ctx context.Context, in *QueryGetRParamsRequest, opts ...grpc.CallOption) (*QueryGetRParamsResponse, error) // Queries a list of TotalFeeList items. TotalProtocolFee(ctx context.Context, in *QueryTotalProtocolFeeRequest, opts ...grpc.CallOption) (*QueryTotalProtocolFeeResponse, error) // Queries a list of RelayFeeReceiver items. RelayFeeReceiver(ctx context.Context, in *QueryRelayFeeReceiverRequest, opts ...grpc.CallOption) (*QueryRelayFeeReceiverResponse, error) // Queries a list of UnbondSwitch items. UnbondSwitch(ctx context.Context, in *QueryUnbondSwitchRequest, opts ...grpc.CallOption) (*QueryUnbondSwitchResponse, error) // Queries a list of PoolUnbondNextSequence items. PoolUnbondNextSequence(ctx context.Context, in *QueryPoolUnbondNextSequenceRequest, opts ...grpc.CallOption) (*QueryPoolUnbondNextSequenceResponse, error) // Queries a list of PoolUnbondings items. PoolUnbondings(ctx context.Context, in *QueryPoolUnbondingsRequest, opts ...grpc.CallOption) (*QueryPoolUnbondingsResponse, error) // Queries a list of IcaPoolList items. IcaPoolList(ctx context.Context, in *QueryIcaPoolListRequest, opts ...grpc.CallOption) (*QueryIcaPoolListResponse, error) // Queries a list of InterchainTxStatus items. InterchainTxStatus(ctx context.Context, in *QueryInterchainTxStatusRequest, opts ...grpc.CallOption) (*QueryInterchainTxStatusResponse, 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 ¶
func NewQueryClient(cc grpc1.ClientConn) QueryClient
type QueryEraExchangeRatesByDenomRequest ¶
type QueryEraExchangeRatesByDenomRequest struct {
Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"`
}
func (*QueryEraExchangeRatesByDenomRequest) Descriptor ¶
func (*QueryEraExchangeRatesByDenomRequest) Descriptor() ([]byte, []int)
func (*QueryEraExchangeRatesByDenomRequest) GetDenom ¶
func (m *QueryEraExchangeRatesByDenomRequest) GetDenom() string
func (*QueryEraExchangeRatesByDenomRequest) Marshal ¶
func (m *QueryEraExchangeRatesByDenomRequest) Marshal() (dAtA []byte, err error)
func (*QueryEraExchangeRatesByDenomRequest) MarshalTo ¶
func (m *QueryEraExchangeRatesByDenomRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryEraExchangeRatesByDenomRequest) MarshalToSizedBuffer ¶
func (m *QueryEraExchangeRatesByDenomRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryEraExchangeRatesByDenomRequest) ProtoMessage ¶
func (*QueryEraExchangeRatesByDenomRequest) ProtoMessage()
func (*QueryEraExchangeRatesByDenomRequest) Reset ¶
func (m *QueryEraExchangeRatesByDenomRequest) Reset()
func (*QueryEraExchangeRatesByDenomRequest) Size ¶
func (m *QueryEraExchangeRatesByDenomRequest) Size() (n int)
func (*QueryEraExchangeRatesByDenomRequest) String ¶
func (m *QueryEraExchangeRatesByDenomRequest) String() string
func (*QueryEraExchangeRatesByDenomRequest) Unmarshal ¶
func (m *QueryEraExchangeRatesByDenomRequest) Unmarshal(dAtA []byte) error
func (*QueryEraExchangeRatesByDenomRequest) XXX_DiscardUnknown ¶
func (m *QueryEraExchangeRatesByDenomRequest) XXX_DiscardUnknown()
func (*QueryEraExchangeRatesByDenomRequest) XXX_Marshal ¶
func (m *QueryEraExchangeRatesByDenomRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryEraExchangeRatesByDenomRequest) XXX_Merge ¶
func (m *QueryEraExchangeRatesByDenomRequest) XXX_Merge(src proto.Message)
func (*QueryEraExchangeRatesByDenomRequest) XXX_Size ¶
func (m *QueryEraExchangeRatesByDenomRequest) XXX_Size() int
func (*QueryEraExchangeRatesByDenomRequest) XXX_Unmarshal ¶
func (m *QueryEraExchangeRatesByDenomRequest) XXX_Unmarshal(b []byte) error
type QueryEraExchangeRatesByDenomResponse ¶
type QueryEraExchangeRatesByDenomResponse struct {
EraExchangeRates []EraExchangeRate `protobuf:"bytes,1,rep,name=eraExchangeRates,proto3" json:"eraExchangeRates"`
}
func (*QueryEraExchangeRatesByDenomResponse) Descriptor ¶
func (*QueryEraExchangeRatesByDenomResponse) Descriptor() ([]byte, []int)
func (*QueryEraExchangeRatesByDenomResponse) GetEraExchangeRates ¶
func (m *QueryEraExchangeRatesByDenomResponse) GetEraExchangeRates() []EraExchangeRate
func (*QueryEraExchangeRatesByDenomResponse) Marshal ¶
func (m *QueryEraExchangeRatesByDenomResponse) Marshal() (dAtA []byte, err error)
func (*QueryEraExchangeRatesByDenomResponse) MarshalTo ¶
func (m *QueryEraExchangeRatesByDenomResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryEraExchangeRatesByDenomResponse) MarshalToSizedBuffer ¶
func (m *QueryEraExchangeRatesByDenomResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryEraExchangeRatesByDenomResponse) ProtoMessage ¶
func (*QueryEraExchangeRatesByDenomResponse) ProtoMessage()
func (*QueryEraExchangeRatesByDenomResponse) Reset ¶
func (m *QueryEraExchangeRatesByDenomResponse) Reset()
func (*QueryEraExchangeRatesByDenomResponse) Size ¶
func (m *QueryEraExchangeRatesByDenomResponse) Size() (n int)
func (*QueryEraExchangeRatesByDenomResponse) String ¶
func (m *QueryEraExchangeRatesByDenomResponse) String() string
func (*QueryEraExchangeRatesByDenomResponse) Unmarshal ¶
func (m *QueryEraExchangeRatesByDenomResponse) Unmarshal(dAtA []byte) error
func (*QueryEraExchangeRatesByDenomResponse) XXX_DiscardUnknown ¶
func (m *QueryEraExchangeRatesByDenomResponse) XXX_DiscardUnknown()
func (*QueryEraExchangeRatesByDenomResponse) XXX_Marshal ¶
func (m *QueryEraExchangeRatesByDenomResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryEraExchangeRatesByDenomResponse) XXX_Merge ¶
func (m *QueryEraExchangeRatesByDenomResponse) XXX_Merge(src proto.Message)
func (*QueryEraExchangeRatesByDenomResponse) XXX_Size ¶
func (m *QueryEraExchangeRatesByDenomResponse) XXX_Size() int
func (*QueryEraExchangeRatesByDenomResponse) XXX_Unmarshal ¶
func (m *QueryEraExchangeRatesByDenomResponse) XXX_Unmarshal(b []byte) error
type QueryExchangeRateAllRequest ¶
type QueryExchangeRateAllRequest struct { }
func (*QueryExchangeRateAllRequest) Descriptor ¶
func (*QueryExchangeRateAllRequest) Descriptor() ([]byte, []int)
func (*QueryExchangeRateAllRequest) Marshal ¶
func (m *QueryExchangeRateAllRequest) Marshal() (dAtA []byte, err error)
func (*QueryExchangeRateAllRequest) MarshalTo ¶
func (m *QueryExchangeRateAllRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryExchangeRateAllRequest) MarshalToSizedBuffer ¶
func (m *QueryExchangeRateAllRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryExchangeRateAllRequest) ProtoMessage ¶
func (*QueryExchangeRateAllRequest) ProtoMessage()
func (*QueryExchangeRateAllRequest) Reset ¶
func (m *QueryExchangeRateAllRequest) Reset()
func (*QueryExchangeRateAllRequest) Size ¶
func (m *QueryExchangeRateAllRequest) Size() (n int)
func (*QueryExchangeRateAllRequest) String ¶
func (m *QueryExchangeRateAllRequest) String() string
func (*QueryExchangeRateAllRequest) Unmarshal ¶
func (m *QueryExchangeRateAllRequest) Unmarshal(dAtA []byte) error
func (*QueryExchangeRateAllRequest) XXX_DiscardUnknown ¶
func (m *QueryExchangeRateAllRequest) XXX_DiscardUnknown()
func (*QueryExchangeRateAllRequest) XXX_Marshal ¶
func (m *QueryExchangeRateAllRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryExchangeRateAllRequest) XXX_Merge ¶
func (m *QueryExchangeRateAllRequest) XXX_Merge(src proto.Message)
func (*QueryExchangeRateAllRequest) XXX_Size ¶
func (m *QueryExchangeRateAllRequest) XXX_Size() int
func (*QueryExchangeRateAllRequest) XXX_Unmarshal ¶
func (m *QueryExchangeRateAllRequest) XXX_Unmarshal(b []byte) error
type QueryExchangeRateAllResponse ¶
type QueryExchangeRateAllResponse struct {
ExchangeRates []ExchangeRate `protobuf:"bytes,1,rep,name=exchangeRates,proto3" json:"exchangeRates"`
}
func (*QueryExchangeRateAllResponse) Descriptor ¶
func (*QueryExchangeRateAllResponse) Descriptor() ([]byte, []int)
func (*QueryExchangeRateAllResponse) GetExchangeRates ¶
func (m *QueryExchangeRateAllResponse) GetExchangeRates() []ExchangeRate
func (*QueryExchangeRateAllResponse) Marshal ¶
func (m *QueryExchangeRateAllResponse) Marshal() (dAtA []byte, err error)
func (*QueryExchangeRateAllResponse) MarshalTo ¶
func (m *QueryExchangeRateAllResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryExchangeRateAllResponse) MarshalToSizedBuffer ¶
func (m *QueryExchangeRateAllResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryExchangeRateAllResponse) ProtoMessage ¶
func (*QueryExchangeRateAllResponse) ProtoMessage()
func (*QueryExchangeRateAllResponse) Reset ¶
func (m *QueryExchangeRateAllResponse) Reset()
func (*QueryExchangeRateAllResponse) Size ¶
func (m *QueryExchangeRateAllResponse) Size() (n int)
func (*QueryExchangeRateAllResponse) String ¶
func (m *QueryExchangeRateAllResponse) String() string
func (*QueryExchangeRateAllResponse) Unmarshal ¶
func (m *QueryExchangeRateAllResponse) Unmarshal(dAtA []byte) error
func (*QueryExchangeRateAllResponse) XXX_DiscardUnknown ¶
func (m *QueryExchangeRateAllResponse) XXX_DiscardUnknown()
func (*QueryExchangeRateAllResponse) XXX_Marshal ¶
func (m *QueryExchangeRateAllResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryExchangeRateAllResponse) XXX_Merge ¶
func (m *QueryExchangeRateAllResponse) XXX_Merge(src proto.Message)
func (*QueryExchangeRateAllResponse) XXX_Size ¶
func (m *QueryExchangeRateAllResponse) XXX_Size() int
func (*QueryExchangeRateAllResponse) XXX_Unmarshal ¶
func (m *QueryExchangeRateAllResponse) XXX_Unmarshal(b []byte) error
type QueryGetBondPipelineRequest ¶
type QueryGetBondPipelineRequest struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Pool string `protobuf:"bytes,2,opt,name=pool,proto3" json:"pool,omitempty"` }
func (*QueryGetBondPipelineRequest) Descriptor ¶
func (*QueryGetBondPipelineRequest) Descriptor() ([]byte, []int)
func (*QueryGetBondPipelineRequest) GetDenom ¶
func (m *QueryGetBondPipelineRequest) GetDenom() string
func (*QueryGetBondPipelineRequest) GetPool ¶
func (m *QueryGetBondPipelineRequest) GetPool() string
func (*QueryGetBondPipelineRequest) Marshal ¶
func (m *QueryGetBondPipelineRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetBondPipelineRequest) MarshalTo ¶
func (m *QueryGetBondPipelineRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetBondPipelineRequest) MarshalToSizedBuffer ¶
func (m *QueryGetBondPipelineRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetBondPipelineRequest) ProtoMessage ¶
func (*QueryGetBondPipelineRequest) ProtoMessage()
func (*QueryGetBondPipelineRequest) Reset ¶
func (m *QueryGetBondPipelineRequest) Reset()
func (*QueryGetBondPipelineRequest) Size ¶
func (m *QueryGetBondPipelineRequest) Size() (n int)
func (*QueryGetBondPipelineRequest) String ¶
func (m *QueryGetBondPipelineRequest) String() string
func (*QueryGetBondPipelineRequest) Unmarshal ¶
func (m *QueryGetBondPipelineRequest) Unmarshal(dAtA []byte) error
func (*QueryGetBondPipelineRequest) XXX_DiscardUnknown ¶
func (m *QueryGetBondPipelineRequest) XXX_DiscardUnknown()
func (*QueryGetBondPipelineRequest) XXX_Marshal ¶
func (m *QueryGetBondPipelineRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetBondPipelineRequest) XXX_Merge ¶
func (m *QueryGetBondPipelineRequest) XXX_Merge(src proto.Message)
func (*QueryGetBondPipelineRequest) XXX_Size ¶
func (m *QueryGetBondPipelineRequest) XXX_Size() int
func (*QueryGetBondPipelineRequest) XXX_Unmarshal ¶
func (m *QueryGetBondPipelineRequest) XXX_Unmarshal(b []byte) error
type QueryGetBondPipelineResponse ¶
type QueryGetBondPipelineResponse struct {
Pipeline BondPipeline `protobuf:"bytes,1,opt,name=pipeline,proto3" json:"pipeline"`
}
func (*QueryGetBondPipelineResponse) Descriptor ¶
func (*QueryGetBondPipelineResponse) Descriptor() ([]byte, []int)
func (*QueryGetBondPipelineResponse) GetPipeline ¶
func (m *QueryGetBondPipelineResponse) GetPipeline() BondPipeline
func (*QueryGetBondPipelineResponse) Marshal ¶
func (m *QueryGetBondPipelineResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetBondPipelineResponse) MarshalTo ¶
func (m *QueryGetBondPipelineResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetBondPipelineResponse) MarshalToSizedBuffer ¶
func (m *QueryGetBondPipelineResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetBondPipelineResponse) ProtoMessage ¶
func (*QueryGetBondPipelineResponse) ProtoMessage()
func (*QueryGetBondPipelineResponse) Reset ¶
func (m *QueryGetBondPipelineResponse) Reset()
func (*QueryGetBondPipelineResponse) Size ¶
func (m *QueryGetBondPipelineResponse) Size() (n int)
func (*QueryGetBondPipelineResponse) String ¶
func (m *QueryGetBondPipelineResponse) String() string
func (*QueryGetBondPipelineResponse) Unmarshal ¶
func (m *QueryGetBondPipelineResponse) Unmarshal(dAtA []byte) error
func (*QueryGetBondPipelineResponse) XXX_DiscardUnknown ¶
func (m *QueryGetBondPipelineResponse) XXX_DiscardUnknown()
func (*QueryGetBondPipelineResponse) XXX_Marshal ¶
func (m *QueryGetBondPipelineResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetBondPipelineResponse) XXX_Merge ¶
func (m *QueryGetBondPipelineResponse) XXX_Merge(src proto.Message)
func (*QueryGetBondPipelineResponse) XXX_Size ¶
func (m *QueryGetBondPipelineResponse) XXX_Size() int
func (*QueryGetBondPipelineResponse) XXX_Unmarshal ¶
func (m *QueryGetBondPipelineResponse) XXX_Unmarshal(b []byte) error
type QueryGetBondRecordRequest ¶
type QueryGetBondRecordRequest struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Txhash string `protobuf:"bytes,2,opt,name=txhash,proto3" json:"txhash,omitempty"` }
func (*QueryGetBondRecordRequest) Descriptor ¶
func (*QueryGetBondRecordRequest) Descriptor() ([]byte, []int)
func (*QueryGetBondRecordRequest) GetDenom ¶
func (m *QueryGetBondRecordRequest) GetDenom() string
func (*QueryGetBondRecordRequest) GetTxhash ¶
func (m *QueryGetBondRecordRequest) GetTxhash() string
func (*QueryGetBondRecordRequest) Marshal ¶
func (m *QueryGetBondRecordRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetBondRecordRequest) MarshalTo ¶
func (m *QueryGetBondRecordRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetBondRecordRequest) MarshalToSizedBuffer ¶
func (m *QueryGetBondRecordRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetBondRecordRequest) ProtoMessage ¶
func (*QueryGetBondRecordRequest) ProtoMessage()
func (*QueryGetBondRecordRequest) Reset ¶
func (m *QueryGetBondRecordRequest) Reset()
func (*QueryGetBondRecordRequest) Size ¶
func (m *QueryGetBondRecordRequest) Size() (n int)
func (*QueryGetBondRecordRequest) String ¶
func (m *QueryGetBondRecordRequest) String() string
func (*QueryGetBondRecordRequest) Unmarshal ¶
func (m *QueryGetBondRecordRequest) Unmarshal(dAtA []byte) error
func (*QueryGetBondRecordRequest) XXX_DiscardUnknown ¶
func (m *QueryGetBondRecordRequest) XXX_DiscardUnknown()
func (*QueryGetBondRecordRequest) XXX_Marshal ¶
func (m *QueryGetBondRecordRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetBondRecordRequest) XXX_Merge ¶
func (m *QueryGetBondRecordRequest) XXX_Merge(src proto.Message)
func (*QueryGetBondRecordRequest) XXX_Size ¶
func (m *QueryGetBondRecordRequest) XXX_Size() int
func (*QueryGetBondRecordRequest) XXX_Unmarshal ¶
func (m *QueryGetBondRecordRequest) XXX_Unmarshal(b []byte) error
type QueryGetBondRecordResponse ¶
type QueryGetBondRecordResponse struct {
BondRecord BondRecord `protobuf:"bytes,1,opt,name=bondRecord,proto3" json:"bondRecord"`
}
func (*QueryGetBondRecordResponse) Descriptor ¶
func (*QueryGetBondRecordResponse) Descriptor() ([]byte, []int)
func (*QueryGetBondRecordResponse) GetBondRecord ¶
func (m *QueryGetBondRecordResponse) GetBondRecord() BondRecord
func (*QueryGetBondRecordResponse) Marshal ¶
func (m *QueryGetBondRecordResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetBondRecordResponse) MarshalTo ¶
func (m *QueryGetBondRecordResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetBondRecordResponse) MarshalToSizedBuffer ¶
func (m *QueryGetBondRecordResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetBondRecordResponse) ProtoMessage ¶
func (*QueryGetBondRecordResponse) ProtoMessage()
func (*QueryGetBondRecordResponse) Reset ¶
func (m *QueryGetBondRecordResponse) Reset()
func (*QueryGetBondRecordResponse) Size ¶
func (m *QueryGetBondRecordResponse) Size() (n int)
func (*QueryGetBondRecordResponse) String ¶
func (m *QueryGetBondRecordResponse) String() string
func (*QueryGetBondRecordResponse) Unmarshal ¶
func (m *QueryGetBondRecordResponse) Unmarshal(dAtA []byte) error
func (*QueryGetBondRecordResponse) XXX_DiscardUnknown ¶
func (m *QueryGetBondRecordResponse) XXX_DiscardUnknown()
func (*QueryGetBondRecordResponse) XXX_Marshal ¶
func (m *QueryGetBondRecordResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetBondRecordResponse) XXX_Merge ¶
func (m *QueryGetBondRecordResponse) XXX_Merge(src proto.Message)
func (*QueryGetBondRecordResponse) XXX_Size ¶
func (m *QueryGetBondRecordResponse) XXX_Size() int
func (*QueryGetBondRecordResponse) XXX_Unmarshal ¶
func (m *QueryGetBondRecordResponse) XXX_Unmarshal(b []byte) error
type QueryGetChainEraRequest ¶
type QueryGetChainEraRequest struct {
Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"`
}
func (*QueryGetChainEraRequest) Descriptor ¶
func (*QueryGetChainEraRequest) Descriptor() ([]byte, []int)
func (*QueryGetChainEraRequest) GetDenom ¶
func (m *QueryGetChainEraRequest) GetDenom() string
func (*QueryGetChainEraRequest) Marshal ¶
func (m *QueryGetChainEraRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetChainEraRequest) MarshalTo ¶
func (m *QueryGetChainEraRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetChainEraRequest) MarshalToSizedBuffer ¶
func (m *QueryGetChainEraRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetChainEraRequest) ProtoMessage ¶
func (*QueryGetChainEraRequest) ProtoMessage()
func (*QueryGetChainEraRequest) Reset ¶
func (m *QueryGetChainEraRequest) Reset()
func (*QueryGetChainEraRequest) Size ¶
func (m *QueryGetChainEraRequest) Size() (n int)
func (*QueryGetChainEraRequest) String ¶
func (m *QueryGetChainEraRequest) String() string
func (*QueryGetChainEraRequest) Unmarshal ¶
func (m *QueryGetChainEraRequest) Unmarshal(dAtA []byte) error
func (*QueryGetChainEraRequest) XXX_DiscardUnknown ¶
func (m *QueryGetChainEraRequest) XXX_DiscardUnknown()
func (*QueryGetChainEraRequest) XXX_Marshal ¶
func (m *QueryGetChainEraRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetChainEraRequest) XXX_Merge ¶
func (m *QueryGetChainEraRequest) XXX_Merge(src proto.Message)
func (*QueryGetChainEraRequest) XXX_Size ¶
func (m *QueryGetChainEraRequest) XXX_Size() int
func (*QueryGetChainEraRequest) XXX_Unmarshal ¶
func (m *QueryGetChainEraRequest) XXX_Unmarshal(b []byte) error
type QueryGetChainEraResponse ¶
type QueryGetChainEraResponse struct {
Era uint32 `protobuf:"varint,1,opt,name=era,proto3" json:"era,omitempty"`
}
func (*QueryGetChainEraResponse) Descriptor ¶
func (*QueryGetChainEraResponse) Descriptor() ([]byte, []int)
func (*QueryGetChainEraResponse) GetEra ¶
func (m *QueryGetChainEraResponse) GetEra() uint32
func (*QueryGetChainEraResponse) Marshal ¶
func (m *QueryGetChainEraResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetChainEraResponse) MarshalTo ¶
func (m *QueryGetChainEraResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetChainEraResponse) MarshalToSizedBuffer ¶
func (m *QueryGetChainEraResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetChainEraResponse) ProtoMessage ¶
func (*QueryGetChainEraResponse) ProtoMessage()
func (*QueryGetChainEraResponse) Reset ¶
func (m *QueryGetChainEraResponse) Reset()
func (*QueryGetChainEraResponse) Size ¶
func (m *QueryGetChainEraResponse) Size() (n int)
func (*QueryGetChainEraResponse) String ¶
func (m *QueryGetChainEraResponse) String() string
func (*QueryGetChainEraResponse) Unmarshal ¶
func (m *QueryGetChainEraResponse) Unmarshal(dAtA []byte) error
func (*QueryGetChainEraResponse) XXX_DiscardUnknown ¶
func (m *QueryGetChainEraResponse) XXX_DiscardUnknown()
func (*QueryGetChainEraResponse) XXX_Marshal ¶
func (m *QueryGetChainEraResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetChainEraResponse) XXX_Merge ¶
func (m *QueryGetChainEraResponse) XXX_Merge(src proto.Message)
func (*QueryGetChainEraResponse) XXX_Size ¶
func (m *QueryGetChainEraResponse) XXX_Size() int
func (*QueryGetChainEraResponse) XXX_Unmarshal ¶
func (m *QueryGetChainEraResponse) XXX_Unmarshal(b []byte) error
type QueryGetCurrentEraSnapshotRequest ¶
type QueryGetCurrentEraSnapshotRequest struct {
Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"`
}
func (*QueryGetCurrentEraSnapshotRequest) Descriptor ¶
func (*QueryGetCurrentEraSnapshotRequest) Descriptor() ([]byte, []int)
func (*QueryGetCurrentEraSnapshotRequest) GetDenom ¶
func (m *QueryGetCurrentEraSnapshotRequest) GetDenom() string
func (*QueryGetCurrentEraSnapshotRequest) Marshal ¶
func (m *QueryGetCurrentEraSnapshotRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetCurrentEraSnapshotRequest) MarshalTo ¶
func (m *QueryGetCurrentEraSnapshotRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetCurrentEraSnapshotRequest) MarshalToSizedBuffer ¶
func (m *QueryGetCurrentEraSnapshotRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetCurrentEraSnapshotRequest) ProtoMessage ¶
func (*QueryGetCurrentEraSnapshotRequest) ProtoMessage()
func (*QueryGetCurrentEraSnapshotRequest) Reset ¶
func (m *QueryGetCurrentEraSnapshotRequest) Reset()
func (*QueryGetCurrentEraSnapshotRequest) Size ¶
func (m *QueryGetCurrentEraSnapshotRequest) Size() (n int)
func (*QueryGetCurrentEraSnapshotRequest) String ¶
func (m *QueryGetCurrentEraSnapshotRequest) String() string
func (*QueryGetCurrentEraSnapshotRequest) Unmarshal ¶
func (m *QueryGetCurrentEraSnapshotRequest) Unmarshal(dAtA []byte) error
func (*QueryGetCurrentEraSnapshotRequest) XXX_DiscardUnknown ¶
func (m *QueryGetCurrentEraSnapshotRequest) XXX_DiscardUnknown()
func (*QueryGetCurrentEraSnapshotRequest) XXX_Marshal ¶
func (m *QueryGetCurrentEraSnapshotRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetCurrentEraSnapshotRequest) XXX_Merge ¶
func (m *QueryGetCurrentEraSnapshotRequest) XXX_Merge(src proto.Message)
func (*QueryGetCurrentEraSnapshotRequest) XXX_Size ¶
func (m *QueryGetCurrentEraSnapshotRequest) XXX_Size() int
func (*QueryGetCurrentEraSnapshotRequest) XXX_Unmarshal ¶
func (m *QueryGetCurrentEraSnapshotRequest) XXX_Unmarshal(b []byte) error
type QueryGetCurrentEraSnapshotResponse ¶
type QueryGetCurrentEraSnapshotResponse struct {
ShotIds []string `protobuf:"bytes,1,rep,name=shotIds,proto3" json:"shotIds,omitempty"`
}
func (*QueryGetCurrentEraSnapshotResponse) Descriptor ¶
func (*QueryGetCurrentEraSnapshotResponse) Descriptor() ([]byte, []int)
func (*QueryGetCurrentEraSnapshotResponse) GetShotIds ¶
func (m *QueryGetCurrentEraSnapshotResponse) GetShotIds() []string
func (*QueryGetCurrentEraSnapshotResponse) Marshal ¶
func (m *QueryGetCurrentEraSnapshotResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetCurrentEraSnapshotResponse) MarshalTo ¶
func (m *QueryGetCurrentEraSnapshotResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetCurrentEraSnapshotResponse) MarshalToSizedBuffer ¶
func (m *QueryGetCurrentEraSnapshotResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetCurrentEraSnapshotResponse) ProtoMessage ¶
func (*QueryGetCurrentEraSnapshotResponse) ProtoMessage()
func (*QueryGetCurrentEraSnapshotResponse) Reset ¶
func (m *QueryGetCurrentEraSnapshotResponse) Reset()
func (*QueryGetCurrentEraSnapshotResponse) Size ¶
func (m *QueryGetCurrentEraSnapshotResponse) Size() (n int)
func (*QueryGetCurrentEraSnapshotResponse) String ¶
func (m *QueryGetCurrentEraSnapshotResponse) String() string
func (*QueryGetCurrentEraSnapshotResponse) Unmarshal ¶
func (m *QueryGetCurrentEraSnapshotResponse) Unmarshal(dAtA []byte) error
func (*QueryGetCurrentEraSnapshotResponse) XXX_DiscardUnknown ¶
func (m *QueryGetCurrentEraSnapshotResponse) XXX_DiscardUnknown()
func (*QueryGetCurrentEraSnapshotResponse) XXX_Marshal ¶
func (m *QueryGetCurrentEraSnapshotResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetCurrentEraSnapshotResponse) XXX_Merge ¶
func (m *QueryGetCurrentEraSnapshotResponse) XXX_Merge(src proto.Message)
func (*QueryGetCurrentEraSnapshotResponse) XXX_Size ¶
func (m *QueryGetCurrentEraSnapshotResponse) XXX_Size() int
func (*QueryGetCurrentEraSnapshotResponse) XXX_Unmarshal ¶
func (m *QueryGetCurrentEraSnapshotResponse) XXX_Unmarshal(b []byte) error
type QueryGetEraExchangeRateRequest ¶
type QueryGetEraExchangeRateRequest struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Era uint32 `protobuf:"varint,2,opt,name=era,proto3" json:"era,omitempty"` }
func (*QueryGetEraExchangeRateRequest) Descriptor ¶
func (*QueryGetEraExchangeRateRequest) Descriptor() ([]byte, []int)
func (*QueryGetEraExchangeRateRequest) GetDenom ¶
func (m *QueryGetEraExchangeRateRequest) GetDenom() string
func (*QueryGetEraExchangeRateRequest) GetEra ¶
func (m *QueryGetEraExchangeRateRequest) GetEra() uint32
func (*QueryGetEraExchangeRateRequest) Marshal ¶
func (m *QueryGetEraExchangeRateRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetEraExchangeRateRequest) MarshalTo ¶
func (m *QueryGetEraExchangeRateRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetEraExchangeRateRequest) MarshalToSizedBuffer ¶
func (m *QueryGetEraExchangeRateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetEraExchangeRateRequest) ProtoMessage ¶
func (*QueryGetEraExchangeRateRequest) ProtoMessage()
func (*QueryGetEraExchangeRateRequest) Reset ¶
func (m *QueryGetEraExchangeRateRequest) Reset()
func (*QueryGetEraExchangeRateRequest) Size ¶
func (m *QueryGetEraExchangeRateRequest) Size() (n int)
func (*QueryGetEraExchangeRateRequest) String ¶
func (m *QueryGetEraExchangeRateRequest) String() string
func (*QueryGetEraExchangeRateRequest) Unmarshal ¶
func (m *QueryGetEraExchangeRateRequest) Unmarshal(dAtA []byte) error
func (*QueryGetEraExchangeRateRequest) XXX_DiscardUnknown ¶
func (m *QueryGetEraExchangeRateRequest) XXX_DiscardUnknown()
func (*QueryGetEraExchangeRateRequest) XXX_Marshal ¶
func (m *QueryGetEraExchangeRateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetEraExchangeRateRequest) XXX_Merge ¶
func (m *QueryGetEraExchangeRateRequest) XXX_Merge(src proto.Message)
func (*QueryGetEraExchangeRateRequest) XXX_Size ¶
func (m *QueryGetEraExchangeRateRequest) XXX_Size() int
func (*QueryGetEraExchangeRateRequest) XXX_Unmarshal ¶
func (m *QueryGetEraExchangeRateRequest) XXX_Unmarshal(b []byte) error
type QueryGetEraExchangeRateResponse ¶
type QueryGetEraExchangeRateResponse struct {
EraExchangeRate EraExchangeRate `protobuf:"bytes,1,opt,name=eraExchangeRate,proto3" json:"eraExchangeRate"`
}
func (*QueryGetEraExchangeRateResponse) Descriptor ¶
func (*QueryGetEraExchangeRateResponse) Descriptor() ([]byte, []int)
func (*QueryGetEraExchangeRateResponse) GetEraExchangeRate ¶
func (m *QueryGetEraExchangeRateResponse) GetEraExchangeRate() EraExchangeRate
func (*QueryGetEraExchangeRateResponse) Marshal ¶
func (m *QueryGetEraExchangeRateResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetEraExchangeRateResponse) MarshalTo ¶
func (m *QueryGetEraExchangeRateResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetEraExchangeRateResponse) MarshalToSizedBuffer ¶
func (m *QueryGetEraExchangeRateResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetEraExchangeRateResponse) ProtoMessage ¶
func (*QueryGetEraExchangeRateResponse) ProtoMessage()
func (*QueryGetEraExchangeRateResponse) Reset ¶
func (m *QueryGetEraExchangeRateResponse) Reset()
func (*QueryGetEraExchangeRateResponse) Size ¶
func (m *QueryGetEraExchangeRateResponse) Size() (n int)
func (*QueryGetEraExchangeRateResponse) String ¶
func (m *QueryGetEraExchangeRateResponse) String() string
func (*QueryGetEraExchangeRateResponse) Unmarshal ¶
func (m *QueryGetEraExchangeRateResponse) Unmarshal(dAtA []byte) error
func (*QueryGetEraExchangeRateResponse) XXX_DiscardUnknown ¶
func (m *QueryGetEraExchangeRateResponse) XXX_DiscardUnknown()
func (*QueryGetEraExchangeRateResponse) XXX_Marshal ¶
func (m *QueryGetEraExchangeRateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetEraExchangeRateResponse) XXX_Merge ¶
func (m *QueryGetEraExchangeRateResponse) XXX_Merge(src proto.Message)
func (*QueryGetEraExchangeRateResponse) XXX_Size ¶
func (m *QueryGetEraExchangeRateResponse) XXX_Size() int
func (*QueryGetEraExchangeRateResponse) XXX_Unmarshal ¶
func (m *QueryGetEraExchangeRateResponse) XXX_Unmarshal(b []byte) error
type QueryGetEraSnapshotRequest ¶
type QueryGetEraSnapshotRequest struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Era uint32 `protobuf:"varint,2,opt,name=era,proto3" json:"era,omitempty"` }
func (*QueryGetEraSnapshotRequest) Descriptor ¶
func (*QueryGetEraSnapshotRequest) Descriptor() ([]byte, []int)
func (*QueryGetEraSnapshotRequest) GetDenom ¶
func (m *QueryGetEraSnapshotRequest) GetDenom() string
func (*QueryGetEraSnapshotRequest) GetEra ¶
func (m *QueryGetEraSnapshotRequest) GetEra() uint32
func (*QueryGetEraSnapshotRequest) Marshal ¶
func (m *QueryGetEraSnapshotRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetEraSnapshotRequest) MarshalTo ¶
func (m *QueryGetEraSnapshotRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetEraSnapshotRequest) MarshalToSizedBuffer ¶
func (m *QueryGetEraSnapshotRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetEraSnapshotRequest) ProtoMessage ¶
func (*QueryGetEraSnapshotRequest) ProtoMessage()
func (*QueryGetEraSnapshotRequest) Reset ¶
func (m *QueryGetEraSnapshotRequest) Reset()
func (*QueryGetEraSnapshotRequest) Size ¶
func (m *QueryGetEraSnapshotRequest) Size() (n int)
func (*QueryGetEraSnapshotRequest) String ¶
func (m *QueryGetEraSnapshotRequest) String() string
func (*QueryGetEraSnapshotRequest) Unmarshal ¶
func (m *QueryGetEraSnapshotRequest) Unmarshal(dAtA []byte) error
func (*QueryGetEraSnapshotRequest) XXX_DiscardUnknown ¶
func (m *QueryGetEraSnapshotRequest) XXX_DiscardUnknown()
func (*QueryGetEraSnapshotRequest) XXX_Marshal ¶
func (m *QueryGetEraSnapshotRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetEraSnapshotRequest) XXX_Merge ¶
func (m *QueryGetEraSnapshotRequest) XXX_Merge(src proto.Message)
func (*QueryGetEraSnapshotRequest) XXX_Size ¶
func (m *QueryGetEraSnapshotRequest) XXX_Size() int
func (*QueryGetEraSnapshotRequest) XXX_Unmarshal ¶
func (m *QueryGetEraSnapshotRequest) XXX_Unmarshal(b []byte) error
type QueryGetEraSnapshotResponse ¶
type QueryGetEraSnapshotResponse struct {
ShotIds []string `protobuf:"bytes,1,rep,name=shotIds,proto3" json:"shotIds,omitempty"`
}
func (*QueryGetEraSnapshotResponse) Descriptor ¶
func (*QueryGetEraSnapshotResponse) Descriptor() ([]byte, []int)
func (*QueryGetEraSnapshotResponse) GetShotIds ¶
func (m *QueryGetEraSnapshotResponse) GetShotIds() []string
func (*QueryGetEraSnapshotResponse) Marshal ¶
func (m *QueryGetEraSnapshotResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetEraSnapshotResponse) MarshalTo ¶
func (m *QueryGetEraSnapshotResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetEraSnapshotResponse) MarshalToSizedBuffer ¶
func (m *QueryGetEraSnapshotResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetEraSnapshotResponse) ProtoMessage ¶
func (*QueryGetEraSnapshotResponse) ProtoMessage()
func (*QueryGetEraSnapshotResponse) Reset ¶
func (m *QueryGetEraSnapshotResponse) Reset()
func (*QueryGetEraSnapshotResponse) Size ¶
func (m *QueryGetEraSnapshotResponse) Size() (n int)
func (*QueryGetEraSnapshotResponse) String ¶
func (m *QueryGetEraSnapshotResponse) String() string
func (*QueryGetEraSnapshotResponse) Unmarshal ¶
func (m *QueryGetEraSnapshotResponse) Unmarshal(dAtA []byte) error
func (*QueryGetEraSnapshotResponse) XXX_DiscardUnknown ¶
func (m *QueryGetEraSnapshotResponse) XXX_DiscardUnknown()
func (*QueryGetEraSnapshotResponse) XXX_Marshal ¶
func (m *QueryGetEraSnapshotResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetEraSnapshotResponse) XXX_Merge ¶
func (m *QueryGetEraSnapshotResponse) XXX_Merge(src proto.Message)
func (*QueryGetEraSnapshotResponse) XXX_Size ¶
func (m *QueryGetEraSnapshotResponse) XXX_Size() int
func (*QueryGetEraSnapshotResponse) XXX_Unmarshal ¶
func (m *QueryGetEraSnapshotResponse) XXX_Unmarshal(b []byte) error
type QueryGetEraUnbondLimitRequest ¶
type QueryGetEraUnbondLimitRequest struct {
Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"`
}
func (*QueryGetEraUnbondLimitRequest) Descriptor ¶
func (*QueryGetEraUnbondLimitRequest) Descriptor() ([]byte, []int)
func (*QueryGetEraUnbondLimitRequest) GetDenom ¶
func (m *QueryGetEraUnbondLimitRequest) GetDenom() string
func (*QueryGetEraUnbondLimitRequest) Marshal ¶
func (m *QueryGetEraUnbondLimitRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetEraUnbondLimitRequest) MarshalTo ¶
func (m *QueryGetEraUnbondLimitRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetEraUnbondLimitRequest) MarshalToSizedBuffer ¶
func (m *QueryGetEraUnbondLimitRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetEraUnbondLimitRequest) ProtoMessage ¶
func (*QueryGetEraUnbondLimitRequest) ProtoMessage()
func (*QueryGetEraUnbondLimitRequest) Reset ¶
func (m *QueryGetEraUnbondLimitRequest) Reset()
func (*QueryGetEraUnbondLimitRequest) Size ¶
func (m *QueryGetEraUnbondLimitRequest) Size() (n int)
func (*QueryGetEraUnbondLimitRequest) String ¶
func (m *QueryGetEraUnbondLimitRequest) String() string
func (*QueryGetEraUnbondLimitRequest) Unmarshal ¶
func (m *QueryGetEraUnbondLimitRequest) Unmarshal(dAtA []byte) error
func (*QueryGetEraUnbondLimitRequest) XXX_DiscardUnknown ¶
func (m *QueryGetEraUnbondLimitRequest) XXX_DiscardUnknown()
func (*QueryGetEraUnbondLimitRequest) XXX_Marshal ¶
func (m *QueryGetEraUnbondLimitRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetEraUnbondLimitRequest) XXX_Merge ¶
func (m *QueryGetEraUnbondLimitRequest) XXX_Merge(src proto.Message)
func (*QueryGetEraUnbondLimitRequest) XXX_Size ¶
func (m *QueryGetEraUnbondLimitRequest) XXX_Size() int
func (*QueryGetEraUnbondLimitRequest) XXX_Unmarshal ¶
func (m *QueryGetEraUnbondLimitRequest) XXX_Unmarshal(b []byte) error
type QueryGetEraUnbondLimitResponse ¶
type QueryGetEraUnbondLimitResponse struct {
Limit uint32 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
}
func (*QueryGetEraUnbondLimitResponse) Descriptor ¶
func (*QueryGetEraUnbondLimitResponse) Descriptor() ([]byte, []int)
func (*QueryGetEraUnbondLimitResponse) GetLimit ¶
func (m *QueryGetEraUnbondLimitResponse) GetLimit() uint32
func (*QueryGetEraUnbondLimitResponse) Marshal ¶
func (m *QueryGetEraUnbondLimitResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetEraUnbondLimitResponse) MarshalTo ¶
func (m *QueryGetEraUnbondLimitResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetEraUnbondLimitResponse) MarshalToSizedBuffer ¶
func (m *QueryGetEraUnbondLimitResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetEraUnbondLimitResponse) ProtoMessage ¶
func (*QueryGetEraUnbondLimitResponse) ProtoMessage()
func (*QueryGetEraUnbondLimitResponse) Reset ¶
func (m *QueryGetEraUnbondLimitResponse) Reset()
func (*QueryGetEraUnbondLimitResponse) Size ¶
func (m *QueryGetEraUnbondLimitResponse) Size() (n int)
func (*QueryGetEraUnbondLimitResponse) String ¶
func (m *QueryGetEraUnbondLimitResponse) String() string
func (*QueryGetEraUnbondLimitResponse) Unmarshal ¶
func (m *QueryGetEraUnbondLimitResponse) Unmarshal(dAtA []byte) error
func (*QueryGetEraUnbondLimitResponse) XXX_DiscardUnknown ¶
func (m *QueryGetEraUnbondLimitResponse) XXX_DiscardUnknown()
func (*QueryGetEraUnbondLimitResponse) XXX_Marshal ¶
func (m *QueryGetEraUnbondLimitResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetEraUnbondLimitResponse) XXX_Merge ¶
func (m *QueryGetEraUnbondLimitResponse) XXX_Merge(src proto.Message)
func (*QueryGetEraUnbondLimitResponse) XXX_Size ¶
func (m *QueryGetEraUnbondLimitResponse) XXX_Size() int
func (*QueryGetEraUnbondLimitResponse) XXX_Unmarshal ¶
func (m *QueryGetEraUnbondLimitResponse) XXX_Unmarshal(b []byte) error
type QueryGetExchangeRateRequest ¶
type QueryGetExchangeRateRequest struct {
Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"`
}
func (*QueryGetExchangeRateRequest) Descriptor ¶
func (*QueryGetExchangeRateRequest) Descriptor() ([]byte, []int)
func (*QueryGetExchangeRateRequest) GetDenom ¶
func (m *QueryGetExchangeRateRequest) GetDenom() string
func (*QueryGetExchangeRateRequest) Marshal ¶
func (m *QueryGetExchangeRateRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetExchangeRateRequest) MarshalTo ¶
func (m *QueryGetExchangeRateRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetExchangeRateRequest) MarshalToSizedBuffer ¶
func (m *QueryGetExchangeRateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetExchangeRateRequest) ProtoMessage ¶
func (*QueryGetExchangeRateRequest) ProtoMessage()
func (*QueryGetExchangeRateRequest) Reset ¶
func (m *QueryGetExchangeRateRequest) Reset()
func (*QueryGetExchangeRateRequest) Size ¶
func (m *QueryGetExchangeRateRequest) Size() (n int)
func (*QueryGetExchangeRateRequest) String ¶
func (m *QueryGetExchangeRateRequest) String() string
func (*QueryGetExchangeRateRequest) Unmarshal ¶
func (m *QueryGetExchangeRateRequest) Unmarshal(dAtA []byte) error
func (*QueryGetExchangeRateRequest) XXX_DiscardUnknown ¶
func (m *QueryGetExchangeRateRequest) XXX_DiscardUnknown()
func (*QueryGetExchangeRateRequest) XXX_Marshal ¶
func (m *QueryGetExchangeRateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetExchangeRateRequest) XXX_Merge ¶
func (m *QueryGetExchangeRateRequest) XXX_Merge(src proto.Message)
func (*QueryGetExchangeRateRequest) XXX_Size ¶
func (m *QueryGetExchangeRateRequest) XXX_Size() int
func (*QueryGetExchangeRateRequest) XXX_Unmarshal ¶
func (m *QueryGetExchangeRateRequest) XXX_Unmarshal(b []byte) error
type QueryGetExchangeRateResponse ¶
type QueryGetExchangeRateResponse struct {
ExchangeRate ExchangeRate `protobuf:"bytes,1,opt,name=exchangeRate,proto3" json:"exchangeRate"`
}
func (*QueryGetExchangeRateResponse) Descriptor ¶
func (*QueryGetExchangeRateResponse) Descriptor() ([]byte, []int)
func (*QueryGetExchangeRateResponse) GetExchangeRate ¶
func (m *QueryGetExchangeRateResponse) GetExchangeRate() ExchangeRate
func (*QueryGetExchangeRateResponse) Marshal ¶
func (m *QueryGetExchangeRateResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetExchangeRateResponse) MarshalTo ¶
func (m *QueryGetExchangeRateResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetExchangeRateResponse) MarshalToSizedBuffer ¶
func (m *QueryGetExchangeRateResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetExchangeRateResponse) ProtoMessage ¶
func (*QueryGetExchangeRateResponse) ProtoMessage()
func (*QueryGetExchangeRateResponse) Reset ¶
func (m *QueryGetExchangeRateResponse) Reset()
func (*QueryGetExchangeRateResponse) Size ¶
func (m *QueryGetExchangeRateResponse) Size() (n int)
func (*QueryGetExchangeRateResponse) String ¶
func (m *QueryGetExchangeRateResponse) String() string
func (*QueryGetExchangeRateResponse) Unmarshal ¶
func (m *QueryGetExchangeRateResponse) Unmarshal(dAtA []byte) error
func (*QueryGetExchangeRateResponse) XXX_DiscardUnknown ¶
func (m *QueryGetExchangeRateResponse) XXX_DiscardUnknown()
func (*QueryGetExchangeRateResponse) XXX_Marshal ¶
func (m *QueryGetExchangeRateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetExchangeRateResponse) XXX_Merge ¶
func (m *QueryGetExchangeRateResponse) XXX_Merge(src proto.Message)
func (*QueryGetExchangeRateResponse) XXX_Size ¶
func (m *QueryGetExchangeRateResponse) XXX_Size() int
func (*QueryGetExchangeRateResponse) XXX_Unmarshal ¶
func (m *QueryGetExchangeRateResponse) XXX_Unmarshal(b []byte) error
type QueryGetPoolDetailRequest ¶
type QueryGetPoolDetailRequest struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Pool string `protobuf:"bytes,2,opt,name=pool,proto3" json:"pool,omitempty"` }
func (*QueryGetPoolDetailRequest) Descriptor ¶
func (*QueryGetPoolDetailRequest) Descriptor() ([]byte, []int)
func (*QueryGetPoolDetailRequest) GetDenom ¶
func (m *QueryGetPoolDetailRequest) GetDenom() string
func (*QueryGetPoolDetailRequest) GetPool ¶
func (m *QueryGetPoolDetailRequest) GetPool() string
func (*QueryGetPoolDetailRequest) Marshal ¶
func (m *QueryGetPoolDetailRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetPoolDetailRequest) MarshalTo ¶
func (m *QueryGetPoolDetailRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetPoolDetailRequest) MarshalToSizedBuffer ¶
func (m *QueryGetPoolDetailRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetPoolDetailRequest) ProtoMessage ¶
func (*QueryGetPoolDetailRequest) ProtoMessage()
func (*QueryGetPoolDetailRequest) Reset ¶
func (m *QueryGetPoolDetailRequest) Reset()
func (*QueryGetPoolDetailRequest) Size ¶
func (m *QueryGetPoolDetailRequest) Size() (n int)
func (*QueryGetPoolDetailRequest) String ¶
func (m *QueryGetPoolDetailRequest) String() string
func (*QueryGetPoolDetailRequest) Unmarshal ¶
func (m *QueryGetPoolDetailRequest) Unmarshal(dAtA []byte) error
func (*QueryGetPoolDetailRequest) XXX_DiscardUnknown ¶
func (m *QueryGetPoolDetailRequest) XXX_DiscardUnknown()
func (*QueryGetPoolDetailRequest) XXX_Marshal ¶
func (m *QueryGetPoolDetailRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetPoolDetailRequest) XXX_Merge ¶
func (m *QueryGetPoolDetailRequest) XXX_Merge(src proto.Message)
func (*QueryGetPoolDetailRequest) XXX_Size ¶
func (m *QueryGetPoolDetailRequest) XXX_Size() int
func (*QueryGetPoolDetailRequest) XXX_Unmarshal ¶
func (m *QueryGetPoolDetailRequest) XXX_Unmarshal(b []byte) error
type QueryGetPoolDetailResponse ¶
type QueryGetPoolDetailResponse struct {
Detail PoolDetail `protobuf:"bytes,1,opt,name=detail,proto3" json:"detail"`
}
func (*QueryGetPoolDetailResponse) Descriptor ¶
func (*QueryGetPoolDetailResponse) Descriptor() ([]byte, []int)
func (*QueryGetPoolDetailResponse) GetDetail ¶
func (m *QueryGetPoolDetailResponse) GetDetail() PoolDetail
func (*QueryGetPoolDetailResponse) Marshal ¶
func (m *QueryGetPoolDetailResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetPoolDetailResponse) MarshalTo ¶
func (m *QueryGetPoolDetailResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetPoolDetailResponse) MarshalToSizedBuffer ¶
func (m *QueryGetPoolDetailResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetPoolDetailResponse) ProtoMessage ¶
func (*QueryGetPoolDetailResponse) ProtoMessage()
func (*QueryGetPoolDetailResponse) Reset ¶
func (m *QueryGetPoolDetailResponse) Reset()
func (*QueryGetPoolDetailResponse) Size ¶
func (m *QueryGetPoolDetailResponse) Size() (n int)
func (*QueryGetPoolDetailResponse) String ¶
func (m *QueryGetPoolDetailResponse) String() string
func (*QueryGetPoolDetailResponse) Unmarshal ¶
func (m *QueryGetPoolDetailResponse) Unmarshal(dAtA []byte) error
func (*QueryGetPoolDetailResponse) XXX_DiscardUnknown ¶
func (m *QueryGetPoolDetailResponse) XXX_DiscardUnknown()
func (*QueryGetPoolDetailResponse) XXX_Marshal ¶
func (m *QueryGetPoolDetailResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetPoolDetailResponse) XXX_Merge ¶
func (m *QueryGetPoolDetailResponse) XXX_Merge(src proto.Message)
func (*QueryGetPoolDetailResponse) XXX_Size ¶
func (m *QueryGetPoolDetailResponse) XXX_Size() int
func (*QueryGetPoolDetailResponse) XXX_Unmarshal ¶
func (m *QueryGetPoolDetailResponse) XXX_Unmarshal(b []byte) error
type QueryGetProtocolFeeReceiverRequest ¶
type QueryGetProtocolFeeReceiverRequest struct { }
func (*QueryGetProtocolFeeReceiverRequest) Descriptor ¶
func (*QueryGetProtocolFeeReceiverRequest) Descriptor() ([]byte, []int)
func (*QueryGetProtocolFeeReceiverRequest) Marshal ¶
func (m *QueryGetProtocolFeeReceiverRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetProtocolFeeReceiverRequest) MarshalTo ¶
func (m *QueryGetProtocolFeeReceiverRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetProtocolFeeReceiverRequest) MarshalToSizedBuffer ¶
func (m *QueryGetProtocolFeeReceiverRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetProtocolFeeReceiverRequest) ProtoMessage ¶
func (*QueryGetProtocolFeeReceiverRequest) ProtoMessage()
func (*QueryGetProtocolFeeReceiverRequest) Reset ¶
func (m *QueryGetProtocolFeeReceiverRequest) Reset()
func (*QueryGetProtocolFeeReceiverRequest) Size ¶
func (m *QueryGetProtocolFeeReceiverRequest) Size() (n int)
func (*QueryGetProtocolFeeReceiverRequest) String ¶
func (m *QueryGetProtocolFeeReceiverRequest) String() string
func (*QueryGetProtocolFeeReceiverRequest) Unmarshal ¶
func (m *QueryGetProtocolFeeReceiverRequest) Unmarshal(dAtA []byte) error
func (*QueryGetProtocolFeeReceiverRequest) XXX_DiscardUnknown ¶
func (m *QueryGetProtocolFeeReceiverRequest) XXX_DiscardUnknown()
func (*QueryGetProtocolFeeReceiverRequest) XXX_Marshal ¶
func (m *QueryGetProtocolFeeReceiverRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetProtocolFeeReceiverRequest) XXX_Merge ¶
func (m *QueryGetProtocolFeeReceiverRequest) XXX_Merge(src proto.Message)
func (*QueryGetProtocolFeeReceiverRequest) XXX_Size ¶
func (m *QueryGetProtocolFeeReceiverRequest) XXX_Size() int
func (*QueryGetProtocolFeeReceiverRequest) XXX_Unmarshal ¶
func (m *QueryGetProtocolFeeReceiverRequest) XXX_Unmarshal(b []byte) error
type QueryGetProtocolFeeReceiverResponse ¶
type QueryGetProtocolFeeReceiverResponse struct {
Receiver string `protobuf:"bytes,1,opt,name=receiver,proto3" json:"receiver,omitempty"`
}
func (*QueryGetProtocolFeeReceiverResponse) Descriptor ¶
func (*QueryGetProtocolFeeReceiverResponse) Descriptor() ([]byte, []int)
func (*QueryGetProtocolFeeReceiverResponse) GetReceiver ¶
func (m *QueryGetProtocolFeeReceiverResponse) GetReceiver() string
func (*QueryGetProtocolFeeReceiverResponse) Marshal ¶
func (m *QueryGetProtocolFeeReceiverResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetProtocolFeeReceiverResponse) MarshalTo ¶
func (m *QueryGetProtocolFeeReceiverResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetProtocolFeeReceiverResponse) MarshalToSizedBuffer ¶
func (m *QueryGetProtocolFeeReceiverResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetProtocolFeeReceiverResponse) ProtoMessage ¶
func (*QueryGetProtocolFeeReceiverResponse) ProtoMessage()
func (*QueryGetProtocolFeeReceiverResponse) Reset ¶
func (m *QueryGetProtocolFeeReceiverResponse) Reset()
func (*QueryGetProtocolFeeReceiverResponse) Size ¶
func (m *QueryGetProtocolFeeReceiverResponse) Size() (n int)
func (*QueryGetProtocolFeeReceiverResponse) String ¶
func (m *QueryGetProtocolFeeReceiverResponse) String() string
func (*QueryGetProtocolFeeReceiverResponse) Unmarshal ¶
func (m *QueryGetProtocolFeeReceiverResponse) Unmarshal(dAtA []byte) error
func (*QueryGetProtocolFeeReceiverResponse) XXX_DiscardUnknown ¶
func (m *QueryGetProtocolFeeReceiverResponse) XXX_DiscardUnknown()
func (*QueryGetProtocolFeeReceiverResponse) XXX_Marshal ¶
func (m *QueryGetProtocolFeeReceiverResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetProtocolFeeReceiverResponse) XXX_Merge ¶
func (m *QueryGetProtocolFeeReceiverResponse) XXX_Merge(src proto.Message)
func (*QueryGetProtocolFeeReceiverResponse) XXX_Size ¶
func (m *QueryGetProtocolFeeReceiverResponse) XXX_Size() int
func (*QueryGetProtocolFeeReceiverResponse) XXX_Unmarshal ¶
func (m *QueryGetProtocolFeeReceiverResponse) XXX_Unmarshal(b []byte) error
type QueryGetRParamsRequest ¶
type QueryGetRParamsRequest struct {
Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"`
}
func (*QueryGetRParamsRequest) Descriptor ¶
func (*QueryGetRParamsRequest) Descriptor() ([]byte, []int)
func (*QueryGetRParamsRequest) GetDenom ¶
func (m *QueryGetRParamsRequest) GetDenom() string
func (*QueryGetRParamsRequest) Marshal ¶
func (m *QueryGetRParamsRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetRParamsRequest) MarshalTo ¶
func (m *QueryGetRParamsRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetRParamsRequest) MarshalToSizedBuffer ¶
func (m *QueryGetRParamsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetRParamsRequest) ProtoMessage ¶
func (*QueryGetRParamsRequest) ProtoMessage()
func (*QueryGetRParamsRequest) Reset ¶
func (m *QueryGetRParamsRequest) Reset()
func (*QueryGetRParamsRequest) Size ¶
func (m *QueryGetRParamsRequest) Size() (n int)
func (*QueryGetRParamsRequest) String ¶
func (m *QueryGetRParamsRequest) String() string
func (*QueryGetRParamsRequest) Unmarshal ¶
func (m *QueryGetRParamsRequest) Unmarshal(dAtA []byte) error
func (*QueryGetRParamsRequest) XXX_DiscardUnknown ¶
func (m *QueryGetRParamsRequest) XXX_DiscardUnknown()
func (*QueryGetRParamsRequest) XXX_Marshal ¶
func (m *QueryGetRParamsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetRParamsRequest) XXX_Merge ¶
func (m *QueryGetRParamsRequest) XXX_Merge(src proto.Message)
func (*QueryGetRParamsRequest) XXX_Size ¶
func (m *QueryGetRParamsRequest) XXX_Size() int
func (*QueryGetRParamsRequest) XXX_Unmarshal ¶
func (m *QueryGetRParamsRequest) XXX_Unmarshal(b []byte) error
type QueryGetRParamsResponse ¶
type QueryGetRParamsResponse struct {
RParams RParams `protobuf:"bytes,1,opt,name=rParams,proto3" json:"rParams"`
}
func (*QueryGetRParamsResponse) Descriptor ¶
func (*QueryGetRParamsResponse) Descriptor() ([]byte, []int)
func (*QueryGetRParamsResponse) GetRParams ¶
func (m *QueryGetRParamsResponse) GetRParams() RParams
func (*QueryGetRParamsResponse) Marshal ¶
func (m *QueryGetRParamsResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetRParamsResponse) MarshalTo ¶
func (m *QueryGetRParamsResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetRParamsResponse) MarshalToSizedBuffer ¶
func (m *QueryGetRParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetRParamsResponse) ProtoMessage ¶
func (*QueryGetRParamsResponse) ProtoMessage()
func (*QueryGetRParamsResponse) Reset ¶
func (m *QueryGetRParamsResponse) Reset()
func (*QueryGetRParamsResponse) Size ¶
func (m *QueryGetRParamsResponse) Size() (n int)
func (*QueryGetRParamsResponse) String ¶
func (m *QueryGetRParamsResponse) String() string
func (*QueryGetRParamsResponse) Unmarshal ¶
func (m *QueryGetRParamsResponse) Unmarshal(dAtA []byte) error
func (*QueryGetRParamsResponse) XXX_DiscardUnknown ¶
func (m *QueryGetRParamsResponse) XXX_DiscardUnknown()
func (*QueryGetRParamsResponse) XXX_Marshal ¶
func (m *QueryGetRParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetRParamsResponse) XXX_Merge ¶
func (m *QueryGetRParamsResponse) XXX_Merge(src proto.Message)
func (*QueryGetRParamsResponse) XXX_Size ¶
func (m *QueryGetRParamsResponse) XXX_Size() int
func (*QueryGetRParamsResponse) XXX_Unmarshal ¶
func (m *QueryGetRParamsResponse) XXX_Unmarshal(b []byte) error
type QueryGetSignatureRequest ¶
type QueryGetSignatureRequest struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Era uint32 `protobuf:"varint,2,opt,name=era,proto3" json:"era,omitempty"` Pool string `protobuf:"bytes,3,opt,name=pool,proto3" json:"pool,omitempty"` TxType OriginalTxType `protobuf:"varint,4,opt,name=txType,proto3,enum=fury.fury.ledger.OriginalTxType" json:"txType,omitempty"` PropId string `protobuf:"bytes,5,opt,name=propId,proto3" json:"propId,omitempty"` }
func (*QueryGetSignatureRequest) Descriptor ¶
func (*QueryGetSignatureRequest) Descriptor() ([]byte, []int)
func (*QueryGetSignatureRequest) GetDenom ¶
func (m *QueryGetSignatureRequest) GetDenom() string
func (*QueryGetSignatureRequest) GetEra ¶
func (m *QueryGetSignatureRequest) GetEra() uint32
func (*QueryGetSignatureRequest) GetPool ¶
func (m *QueryGetSignatureRequest) GetPool() string
func (*QueryGetSignatureRequest) GetPropId ¶
func (m *QueryGetSignatureRequest) GetPropId() string
func (*QueryGetSignatureRequest) GetTxType ¶
func (m *QueryGetSignatureRequest) GetTxType() OriginalTxType
func (*QueryGetSignatureRequest) Marshal ¶
func (m *QueryGetSignatureRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetSignatureRequest) MarshalTo ¶
func (m *QueryGetSignatureRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetSignatureRequest) MarshalToSizedBuffer ¶
func (m *QueryGetSignatureRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetSignatureRequest) ProtoMessage ¶
func (*QueryGetSignatureRequest) ProtoMessage()
func (*QueryGetSignatureRequest) Reset ¶
func (m *QueryGetSignatureRequest) Reset()
func (*QueryGetSignatureRequest) Size ¶
func (m *QueryGetSignatureRequest) Size() (n int)
func (*QueryGetSignatureRequest) String ¶
func (m *QueryGetSignatureRequest) String() string
func (*QueryGetSignatureRequest) Unmarshal ¶
func (m *QueryGetSignatureRequest) Unmarshal(dAtA []byte) error
func (*QueryGetSignatureRequest) XXX_DiscardUnknown ¶
func (m *QueryGetSignatureRequest) XXX_DiscardUnknown()
func (*QueryGetSignatureRequest) XXX_Marshal ¶
func (m *QueryGetSignatureRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetSignatureRequest) XXX_Merge ¶
func (m *QueryGetSignatureRequest) XXX_Merge(src proto.Message)
func (*QueryGetSignatureRequest) XXX_Size ¶
func (m *QueryGetSignatureRequest) XXX_Size() int
func (*QueryGetSignatureRequest) XXX_Unmarshal ¶
func (m *QueryGetSignatureRequest) XXX_Unmarshal(b []byte) error
type QueryGetSignatureResponse ¶
type QueryGetSignatureResponse struct {
Signature Signature `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature"`
}
func (*QueryGetSignatureResponse) Descriptor ¶
func (*QueryGetSignatureResponse) Descriptor() ([]byte, []int)
func (*QueryGetSignatureResponse) GetSignature ¶
func (m *QueryGetSignatureResponse) GetSignature() Signature
func (*QueryGetSignatureResponse) Marshal ¶
func (m *QueryGetSignatureResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetSignatureResponse) MarshalTo ¶
func (m *QueryGetSignatureResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetSignatureResponse) MarshalToSizedBuffer ¶
func (m *QueryGetSignatureResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetSignatureResponse) ProtoMessage ¶
func (*QueryGetSignatureResponse) ProtoMessage()
func (*QueryGetSignatureResponse) Reset ¶
func (m *QueryGetSignatureResponse) Reset()
func (*QueryGetSignatureResponse) Size ¶
func (m *QueryGetSignatureResponse) Size() (n int)
func (*QueryGetSignatureResponse) String ¶
func (m *QueryGetSignatureResponse) String() string
func (*QueryGetSignatureResponse) Unmarshal ¶
func (m *QueryGetSignatureResponse) Unmarshal(dAtA []byte) error
func (*QueryGetSignatureResponse) XXX_DiscardUnknown ¶
func (m *QueryGetSignatureResponse) XXX_DiscardUnknown()
func (*QueryGetSignatureResponse) XXX_Marshal ¶
func (m *QueryGetSignatureResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetSignatureResponse) XXX_Merge ¶
func (m *QueryGetSignatureResponse) XXX_Merge(src proto.Message)
func (*QueryGetSignatureResponse) XXX_Size ¶
func (m *QueryGetSignatureResponse) XXX_Size() int
func (*QueryGetSignatureResponse) XXX_Unmarshal ¶
func (m *QueryGetSignatureResponse) XXX_Unmarshal(b []byte) error
type QueryGetSnapshotRequest ¶
type QueryGetSnapshotRequest struct {
ShotId string `protobuf:"bytes,1,opt,name=shotId,proto3" json:"shotId,omitempty"`
}
func (*QueryGetSnapshotRequest) Descriptor ¶
func (*QueryGetSnapshotRequest) Descriptor() ([]byte, []int)
func (*QueryGetSnapshotRequest) GetShotId ¶
func (m *QueryGetSnapshotRequest) GetShotId() string
func (*QueryGetSnapshotRequest) Marshal ¶
func (m *QueryGetSnapshotRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetSnapshotRequest) MarshalTo ¶
func (m *QueryGetSnapshotRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetSnapshotRequest) MarshalToSizedBuffer ¶
func (m *QueryGetSnapshotRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetSnapshotRequest) ProtoMessage ¶
func (*QueryGetSnapshotRequest) ProtoMessage()
func (*QueryGetSnapshotRequest) Reset ¶
func (m *QueryGetSnapshotRequest) Reset()
func (*QueryGetSnapshotRequest) Size ¶
func (m *QueryGetSnapshotRequest) Size() (n int)
func (*QueryGetSnapshotRequest) String ¶
func (m *QueryGetSnapshotRequest) String() string
func (*QueryGetSnapshotRequest) Unmarshal ¶
func (m *QueryGetSnapshotRequest) Unmarshal(dAtA []byte) error
func (*QueryGetSnapshotRequest) XXX_DiscardUnknown ¶
func (m *QueryGetSnapshotRequest) XXX_DiscardUnknown()
func (*QueryGetSnapshotRequest) XXX_Marshal ¶
func (m *QueryGetSnapshotRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetSnapshotRequest) XXX_Merge ¶
func (m *QueryGetSnapshotRequest) XXX_Merge(src proto.Message)
func (*QueryGetSnapshotRequest) XXX_Size ¶
func (m *QueryGetSnapshotRequest) XXX_Size() int
func (*QueryGetSnapshotRequest) XXX_Unmarshal ¶
func (m *QueryGetSnapshotRequest) XXX_Unmarshal(b []byte) error
type QueryGetSnapshotResponse ¶
type QueryGetSnapshotResponse struct {
Shot BondSnapshot `protobuf:"bytes,1,opt,name=shot,proto3" json:"shot"`
}
func (*QueryGetSnapshotResponse) Descriptor ¶
func (*QueryGetSnapshotResponse) Descriptor() ([]byte, []int)
func (*QueryGetSnapshotResponse) GetShot ¶
func (m *QueryGetSnapshotResponse) GetShot() BondSnapshot
func (*QueryGetSnapshotResponse) Marshal ¶
func (m *QueryGetSnapshotResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetSnapshotResponse) MarshalTo ¶
func (m *QueryGetSnapshotResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetSnapshotResponse) MarshalToSizedBuffer ¶
func (m *QueryGetSnapshotResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetSnapshotResponse) ProtoMessage ¶
func (*QueryGetSnapshotResponse) ProtoMessage()
func (*QueryGetSnapshotResponse) Reset ¶
func (m *QueryGetSnapshotResponse) Reset()
func (*QueryGetSnapshotResponse) Size ¶
func (m *QueryGetSnapshotResponse) Size() (n int)
func (*QueryGetSnapshotResponse) String ¶
func (m *QueryGetSnapshotResponse) String() string
func (*QueryGetSnapshotResponse) Unmarshal ¶
func (m *QueryGetSnapshotResponse) Unmarshal(dAtA []byte) error
func (*QueryGetSnapshotResponse) XXX_DiscardUnknown ¶
func (m *QueryGetSnapshotResponse) XXX_DiscardUnknown()
func (*QueryGetSnapshotResponse) XXX_Marshal ¶
func (m *QueryGetSnapshotResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetSnapshotResponse) XXX_Merge ¶
func (m *QueryGetSnapshotResponse) XXX_Merge(src proto.Message)
func (*QueryGetSnapshotResponse) XXX_Size ¶
func (m *QueryGetSnapshotResponse) XXX_Size() int
func (*QueryGetSnapshotResponse) XXX_Unmarshal ¶
func (m *QueryGetSnapshotResponse) XXX_Unmarshal(b []byte) error
type QueryGetStakingRewardCommissionRequest ¶
type QueryGetStakingRewardCommissionRequest struct {
Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"`
}
func (*QueryGetStakingRewardCommissionRequest) Descriptor ¶
func (*QueryGetStakingRewardCommissionRequest) Descriptor() ([]byte, []int)
func (*QueryGetStakingRewardCommissionRequest) GetDenom ¶
func (m *QueryGetStakingRewardCommissionRequest) GetDenom() string
func (*QueryGetStakingRewardCommissionRequest) Marshal ¶
func (m *QueryGetStakingRewardCommissionRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetStakingRewardCommissionRequest) MarshalTo ¶
func (m *QueryGetStakingRewardCommissionRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetStakingRewardCommissionRequest) MarshalToSizedBuffer ¶
func (m *QueryGetStakingRewardCommissionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetStakingRewardCommissionRequest) ProtoMessage ¶
func (*QueryGetStakingRewardCommissionRequest) ProtoMessage()
func (*QueryGetStakingRewardCommissionRequest) Reset ¶
func (m *QueryGetStakingRewardCommissionRequest) Reset()
func (*QueryGetStakingRewardCommissionRequest) Size ¶
func (m *QueryGetStakingRewardCommissionRequest) Size() (n int)
func (*QueryGetStakingRewardCommissionRequest) String ¶
func (m *QueryGetStakingRewardCommissionRequest) String() string
func (*QueryGetStakingRewardCommissionRequest) Unmarshal ¶
func (m *QueryGetStakingRewardCommissionRequest) Unmarshal(dAtA []byte) error
func (*QueryGetStakingRewardCommissionRequest) XXX_DiscardUnknown ¶
func (m *QueryGetStakingRewardCommissionRequest) XXX_DiscardUnknown()
func (*QueryGetStakingRewardCommissionRequest) XXX_Marshal ¶
func (m *QueryGetStakingRewardCommissionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetStakingRewardCommissionRequest) XXX_Merge ¶
func (m *QueryGetStakingRewardCommissionRequest) XXX_Merge(src proto.Message)
func (*QueryGetStakingRewardCommissionRequest) XXX_Size ¶
func (m *QueryGetStakingRewardCommissionRequest) XXX_Size() int
func (*QueryGetStakingRewardCommissionRequest) XXX_Unmarshal ¶
func (m *QueryGetStakingRewardCommissionRequest) XXX_Unmarshal(b []byte) error
type QueryGetStakingRewardCommissionResponse ¶
type QueryGetStakingRewardCommissionResponse struct {
Commission string `protobuf:"bytes,1,opt,name=commission,proto3" json:"commission,omitempty"`
}
func (*QueryGetStakingRewardCommissionResponse) Descriptor ¶
func (*QueryGetStakingRewardCommissionResponse) Descriptor() ([]byte, []int)
func (*QueryGetStakingRewardCommissionResponse) GetCommission ¶
func (m *QueryGetStakingRewardCommissionResponse) GetCommission() string
func (*QueryGetStakingRewardCommissionResponse) Marshal ¶
func (m *QueryGetStakingRewardCommissionResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetStakingRewardCommissionResponse) MarshalTo ¶
func (m *QueryGetStakingRewardCommissionResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetStakingRewardCommissionResponse) MarshalToSizedBuffer ¶
func (m *QueryGetStakingRewardCommissionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetStakingRewardCommissionResponse) ProtoMessage ¶
func (*QueryGetStakingRewardCommissionResponse) ProtoMessage()
func (*QueryGetStakingRewardCommissionResponse) Reset ¶
func (m *QueryGetStakingRewardCommissionResponse) Reset()
func (*QueryGetStakingRewardCommissionResponse) Size ¶
func (m *QueryGetStakingRewardCommissionResponse) Size() (n int)
func (*QueryGetStakingRewardCommissionResponse) String ¶
func (m *QueryGetStakingRewardCommissionResponse) String() string
func (*QueryGetStakingRewardCommissionResponse) Unmarshal ¶
func (m *QueryGetStakingRewardCommissionResponse) Unmarshal(dAtA []byte) error
func (*QueryGetStakingRewardCommissionResponse) XXX_DiscardUnknown ¶
func (m *QueryGetStakingRewardCommissionResponse) XXX_DiscardUnknown()
func (*QueryGetStakingRewardCommissionResponse) XXX_Marshal ¶
func (m *QueryGetStakingRewardCommissionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetStakingRewardCommissionResponse) XXX_Merge ¶
func (m *QueryGetStakingRewardCommissionResponse) XXX_Merge(src proto.Message)
func (*QueryGetStakingRewardCommissionResponse) XXX_Size ¶
func (m *QueryGetStakingRewardCommissionResponse) XXX_Size() int
func (*QueryGetStakingRewardCommissionResponse) XXX_Unmarshal ¶
func (m *QueryGetStakingRewardCommissionResponse) XXX_Unmarshal(b []byte) error
type QueryGetTotalExpectedActiveRequest ¶
type QueryGetTotalExpectedActiveRequest struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Era uint32 `protobuf:"varint,2,opt,name=era,proto3" json:"era,omitempty"` }
func (*QueryGetTotalExpectedActiveRequest) Descriptor ¶
func (*QueryGetTotalExpectedActiveRequest) Descriptor() ([]byte, []int)
func (*QueryGetTotalExpectedActiveRequest) GetDenom ¶
func (m *QueryGetTotalExpectedActiveRequest) GetDenom() string
func (*QueryGetTotalExpectedActiveRequest) GetEra ¶
func (m *QueryGetTotalExpectedActiveRequest) GetEra() uint32
func (*QueryGetTotalExpectedActiveRequest) Marshal ¶
func (m *QueryGetTotalExpectedActiveRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetTotalExpectedActiveRequest) MarshalTo ¶
func (m *QueryGetTotalExpectedActiveRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetTotalExpectedActiveRequest) MarshalToSizedBuffer ¶
func (m *QueryGetTotalExpectedActiveRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetTotalExpectedActiveRequest) ProtoMessage ¶
func (*QueryGetTotalExpectedActiveRequest) ProtoMessage()
func (*QueryGetTotalExpectedActiveRequest) Reset ¶
func (m *QueryGetTotalExpectedActiveRequest) Reset()
func (*QueryGetTotalExpectedActiveRequest) Size ¶
func (m *QueryGetTotalExpectedActiveRequest) Size() (n int)
func (*QueryGetTotalExpectedActiveRequest) String ¶
func (m *QueryGetTotalExpectedActiveRequest) String() string
func (*QueryGetTotalExpectedActiveRequest) Unmarshal ¶
func (m *QueryGetTotalExpectedActiveRequest) Unmarshal(dAtA []byte) error
func (*QueryGetTotalExpectedActiveRequest) XXX_DiscardUnknown ¶
func (m *QueryGetTotalExpectedActiveRequest) XXX_DiscardUnknown()
func (*QueryGetTotalExpectedActiveRequest) XXX_Marshal ¶
func (m *QueryGetTotalExpectedActiveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetTotalExpectedActiveRequest) XXX_Merge ¶
func (m *QueryGetTotalExpectedActiveRequest) XXX_Merge(src proto.Message)
func (*QueryGetTotalExpectedActiveRequest) XXX_Size ¶
func (m *QueryGetTotalExpectedActiveRequest) XXX_Size() int
func (*QueryGetTotalExpectedActiveRequest) XXX_Unmarshal ¶
func (m *QueryGetTotalExpectedActiveRequest) XXX_Unmarshal(b []byte) error
type QueryGetTotalExpectedActiveResponse ¶
type QueryGetTotalExpectedActiveResponse struct {
Active github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,1,opt,name=active,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"active"`
}
func (*QueryGetTotalExpectedActiveResponse) Descriptor ¶
func (*QueryGetTotalExpectedActiveResponse) Descriptor() ([]byte, []int)
func (*QueryGetTotalExpectedActiveResponse) Marshal ¶
func (m *QueryGetTotalExpectedActiveResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetTotalExpectedActiveResponse) MarshalTo ¶
func (m *QueryGetTotalExpectedActiveResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetTotalExpectedActiveResponse) MarshalToSizedBuffer ¶
func (m *QueryGetTotalExpectedActiveResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetTotalExpectedActiveResponse) ProtoMessage ¶
func (*QueryGetTotalExpectedActiveResponse) ProtoMessage()
func (*QueryGetTotalExpectedActiveResponse) Reset ¶
func (m *QueryGetTotalExpectedActiveResponse) Reset()
func (*QueryGetTotalExpectedActiveResponse) Size ¶
func (m *QueryGetTotalExpectedActiveResponse) Size() (n int)
func (*QueryGetTotalExpectedActiveResponse) String ¶
func (m *QueryGetTotalExpectedActiveResponse) String() string
func (*QueryGetTotalExpectedActiveResponse) Unmarshal ¶
func (m *QueryGetTotalExpectedActiveResponse) Unmarshal(dAtA []byte) error
func (*QueryGetTotalExpectedActiveResponse) XXX_DiscardUnknown ¶
func (m *QueryGetTotalExpectedActiveResponse) XXX_DiscardUnknown()
func (*QueryGetTotalExpectedActiveResponse) XXX_Marshal ¶
func (m *QueryGetTotalExpectedActiveResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetTotalExpectedActiveResponse) XXX_Merge ¶
func (m *QueryGetTotalExpectedActiveResponse) XXX_Merge(src proto.Message)
func (*QueryGetTotalExpectedActiveResponse) XXX_Size ¶
func (m *QueryGetTotalExpectedActiveResponse) XXX_Size() int
func (*QueryGetTotalExpectedActiveResponse) XXX_Unmarshal ¶
func (m *QueryGetTotalExpectedActiveResponse) XXX_Unmarshal(b []byte) error
type QueryGetUnbondCommissionRequest ¶
type QueryGetUnbondCommissionRequest struct {
Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"`
}
func (*QueryGetUnbondCommissionRequest) Descriptor ¶
func (*QueryGetUnbondCommissionRequest) Descriptor() ([]byte, []int)
func (*QueryGetUnbondCommissionRequest) GetDenom ¶
func (m *QueryGetUnbondCommissionRequest) GetDenom() string
func (*QueryGetUnbondCommissionRequest) Marshal ¶
func (m *QueryGetUnbondCommissionRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetUnbondCommissionRequest) MarshalTo ¶
func (m *QueryGetUnbondCommissionRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetUnbondCommissionRequest) MarshalToSizedBuffer ¶
func (m *QueryGetUnbondCommissionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetUnbondCommissionRequest) ProtoMessage ¶
func (*QueryGetUnbondCommissionRequest) ProtoMessage()
func (*QueryGetUnbondCommissionRequest) Reset ¶
func (m *QueryGetUnbondCommissionRequest) Reset()
func (*QueryGetUnbondCommissionRequest) Size ¶
func (m *QueryGetUnbondCommissionRequest) Size() (n int)
func (*QueryGetUnbondCommissionRequest) String ¶
func (m *QueryGetUnbondCommissionRequest) String() string
func (*QueryGetUnbondCommissionRequest) Unmarshal ¶
func (m *QueryGetUnbondCommissionRequest) Unmarshal(dAtA []byte) error
func (*QueryGetUnbondCommissionRequest) XXX_DiscardUnknown ¶
func (m *QueryGetUnbondCommissionRequest) XXX_DiscardUnknown()
func (*QueryGetUnbondCommissionRequest) XXX_Marshal ¶
func (m *QueryGetUnbondCommissionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetUnbondCommissionRequest) XXX_Merge ¶
func (m *QueryGetUnbondCommissionRequest) XXX_Merge(src proto.Message)
func (*QueryGetUnbondCommissionRequest) XXX_Size ¶
func (m *QueryGetUnbondCommissionRequest) XXX_Size() int
func (*QueryGetUnbondCommissionRequest) XXX_Unmarshal ¶
func (m *QueryGetUnbondCommissionRequest) XXX_Unmarshal(b []byte) error
type QueryGetUnbondCommissionResponse ¶
type QueryGetUnbondCommissionResponse struct {
Commission string `protobuf:"bytes,1,opt,name=commission,proto3" json:"commission,omitempty"`
}
func (*QueryGetUnbondCommissionResponse) Descriptor ¶
func (*QueryGetUnbondCommissionResponse) Descriptor() ([]byte, []int)
func (*QueryGetUnbondCommissionResponse) GetCommission ¶
func (m *QueryGetUnbondCommissionResponse) GetCommission() string
func (*QueryGetUnbondCommissionResponse) Marshal ¶
func (m *QueryGetUnbondCommissionResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetUnbondCommissionResponse) MarshalTo ¶
func (m *QueryGetUnbondCommissionResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetUnbondCommissionResponse) MarshalToSizedBuffer ¶
func (m *QueryGetUnbondCommissionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetUnbondCommissionResponse) ProtoMessage ¶
func (*QueryGetUnbondCommissionResponse) ProtoMessage()
func (*QueryGetUnbondCommissionResponse) Reset ¶
func (m *QueryGetUnbondCommissionResponse) Reset()
func (*QueryGetUnbondCommissionResponse) Size ¶
func (m *QueryGetUnbondCommissionResponse) Size() (n int)
func (*QueryGetUnbondCommissionResponse) String ¶
func (m *QueryGetUnbondCommissionResponse) String() string
func (*QueryGetUnbondCommissionResponse) Unmarshal ¶
func (m *QueryGetUnbondCommissionResponse) Unmarshal(dAtA []byte) error
func (*QueryGetUnbondCommissionResponse) XXX_DiscardUnknown ¶
func (m *QueryGetUnbondCommissionResponse) XXX_DiscardUnknown()
func (*QueryGetUnbondCommissionResponse) XXX_Marshal ¶
func (m *QueryGetUnbondCommissionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetUnbondCommissionResponse) XXX_Merge ¶
func (m *QueryGetUnbondCommissionResponse) XXX_Merge(src proto.Message)
func (*QueryGetUnbondCommissionResponse) XXX_Size ¶
func (m *QueryGetUnbondCommissionResponse) XXX_Size() int
func (*QueryGetUnbondCommissionResponse) XXX_Unmarshal ¶
func (m *QueryGetUnbondCommissionResponse) XXX_Unmarshal(b []byte) error
type QueryGetUnbondRelayFeeRequest ¶
type QueryGetUnbondRelayFeeRequest struct {
Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"`
}
func (*QueryGetUnbondRelayFeeRequest) Descriptor ¶
func (*QueryGetUnbondRelayFeeRequest) Descriptor() ([]byte, []int)
func (*QueryGetUnbondRelayFeeRequest) GetDenom ¶
func (m *QueryGetUnbondRelayFeeRequest) GetDenom() string
func (*QueryGetUnbondRelayFeeRequest) Marshal ¶
func (m *QueryGetUnbondRelayFeeRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetUnbondRelayFeeRequest) MarshalTo ¶
func (m *QueryGetUnbondRelayFeeRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetUnbondRelayFeeRequest) MarshalToSizedBuffer ¶
func (m *QueryGetUnbondRelayFeeRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetUnbondRelayFeeRequest) ProtoMessage ¶
func (*QueryGetUnbondRelayFeeRequest) ProtoMessage()
func (*QueryGetUnbondRelayFeeRequest) Reset ¶
func (m *QueryGetUnbondRelayFeeRequest) Reset()
func (*QueryGetUnbondRelayFeeRequest) Size ¶
func (m *QueryGetUnbondRelayFeeRequest) Size() (n int)
func (*QueryGetUnbondRelayFeeRequest) String ¶
func (m *QueryGetUnbondRelayFeeRequest) String() string
func (*QueryGetUnbondRelayFeeRequest) Unmarshal ¶
func (m *QueryGetUnbondRelayFeeRequest) Unmarshal(dAtA []byte) error
func (*QueryGetUnbondRelayFeeRequest) XXX_DiscardUnknown ¶
func (m *QueryGetUnbondRelayFeeRequest) XXX_DiscardUnknown()
func (*QueryGetUnbondRelayFeeRequest) XXX_Marshal ¶
func (m *QueryGetUnbondRelayFeeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetUnbondRelayFeeRequest) XXX_Merge ¶
func (m *QueryGetUnbondRelayFeeRequest) XXX_Merge(src proto.Message)
func (*QueryGetUnbondRelayFeeRequest) XXX_Size ¶
func (m *QueryGetUnbondRelayFeeRequest) XXX_Size() int
func (*QueryGetUnbondRelayFeeRequest) XXX_Unmarshal ¶
func (m *QueryGetUnbondRelayFeeRequest) XXX_Unmarshal(b []byte) error
type QueryGetUnbondRelayFeeResponse ¶
type QueryGetUnbondRelayFeeResponse struct {
Fee UnbondRelayFee `protobuf:"bytes,1,opt,name=fee,proto3" json:"fee"`
}
func (*QueryGetUnbondRelayFeeResponse) Descriptor ¶
func (*QueryGetUnbondRelayFeeResponse) Descriptor() ([]byte, []int)
func (*QueryGetUnbondRelayFeeResponse) GetFee ¶
func (m *QueryGetUnbondRelayFeeResponse) GetFee() UnbondRelayFee
func (*QueryGetUnbondRelayFeeResponse) Marshal ¶
func (m *QueryGetUnbondRelayFeeResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetUnbondRelayFeeResponse) MarshalTo ¶
func (m *QueryGetUnbondRelayFeeResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetUnbondRelayFeeResponse) MarshalToSizedBuffer ¶
func (m *QueryGetUnbondRelayFeeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetUnbondRelayFeeResponse) ProtoMessage ¶
func (*QueryGetUnbondRelayFeeResponse) ProtoMessage()
func (*QueryGetUnbondRelayFeeResponse) Reset ¶
func (m *QueryGetUnbondRelayFeeResponse) Reset()
func (*QueryGetUnbondRelayFeeResponse) Size ¶
func (m *QueryGetUnbondRelayFeeResponse) Size() (n int)
func (*QueryGetUnbondRelayFeeResponse) String ¶
func (m *QueryGetUnbondRelayFeeResponse) String() string
func (*QueryGetUnbondRelayFeeResponse) Unmarshal ¶
func (m *QueryGetUnbondRelayFeeResponse) Unmarshal(dAtA []byte) error
func (*QueryGetUnbondRelayFeeResponse) XXX_DiscardUnknown ¶
func (m *QueryGetUnbondRelayFeeResponse) XXX_DiscardUnknown()
func (*QueryGetUnbondRelayFeeResponse) XXX_Marshal ¶
func (m *QueryGetUnbondRelayFeeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetUnbondRelayFeeResponse) XXX_Merge ¶
func (m *QueryGetUnbondRelayFeeResponse) XXX_Merge(src proto.Message)
func (*QueryGetUnbondRelayFeeResponse) XXX_Size ¶
func (m *QueryGetUnbondRelayFeeResponse) XXX_Size() int
func (*QueryGetUnbondRelayFeeResponse) XXX_Unmarshal ¶
func (m *QueryGetUnbondRelayFeeResponse) XXX_Unmarshal(b []byte) error
type QueryIcaPoolListRequest ¶
type QueryIcaPoolListRequest struct {
Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"`
}
func (*QueryIcaPoolListRequest) Descriptor ¶
func (*QueryIcaPoolListRequest) Descriptor() ([]byte, []int)
func (*QueryIcaPoolListRequest) GetDenom ¶
func (m *QueryIcaPoolListRequest) GetDenom() string
func (*QueryIcaPoolListRequest) Marshal ¶
func (m *QueryIcaPoolListRequest) Marshal() (dAtA []byte, err error)
func (*QueryIcaPoolListRequest) MarshalTo ¶
func (m *QueryIcaPoolListRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryIcaPoolListRequest) MarshalToSizedBuffer ¶
func (m *QueryIcaPoolListRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryIcaPoolListRequest) ProtoMessage ¶
func (*QueryIcaPoolListRequest) ProtoMessage()
func (*QueryIcaPoolListRequest) Reset ¶
func (m *QueryIcaPoolListRequest) Reset()
func (*QueryIcaPoolListRequest) Size ¶
func (m *QueryIcaPoolListRequest) Size() (n int)
func (*QueryIcaPoolListRequest) String ¶
func (m *QueryIcaPoolListRequest) String() string
func (*QueryIcaPoolListRequest) Unmarshal ¶
func (m *QueryIcaPoolListRequest) Unmarshal(dAtA []byte) error
func (*QueryIcaPoolListRequest) XXX_DiscardUnknown ¶
func (m *QueryIcaPoolListRequest) XXX_DiscardUnknown()
func (*QueryIcaPoolListRequest) XXX_Marshal ¶
func (m *QueryIcaPoolListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryIcaPoolListRequest) XXX_Merge ¶
func (m *QueryIcaPoolListRequest) XXX_Merge(src proto.Message)
func (*QueryIcaPoolListRequest) XXX_Size ¶
func (m *QueryIcaPoolListRequest) XXX_Size() int
func (*QueryIcaPoolListRequest) XXX_Unmarshal ¶
func (m *QueryIcaPoolListRequest) XXX_Unmarshal(b []byte) error
type QueryIcaPoolListResponse ¶
type QueryIcaPoolListResponse struct {
IcaPoolList []*IcaPoolDetail `protobuf:"bytes,1,rep,name=icaPoolList,proto3" json:"icaPoolList,omitempty"`
}
func (*QueryIcaPoolListResponse) Descriptor ¶
func (*QueryIcaPoolListResponse) Descriptor() ([]byte, []int)
func (*QueryIcaPoolListResponse) GetIcaPoolList ¶
func (m *QueryIcaPoolListResponse) GetIcaPoolList() []*IcaPoolDetail
func (*QueryIcaPoolListResponse) Marshal ¶
func (m *QueryIcaPoolListResponse) Marshal() (dAtA []byte, err error)
func (*QueryIcaPoolListResponse) MarshalTo ¶
func (m *QueryIcaPoolListResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryIcaPoolListResponse) MarshalToSizedBuffer ¶
func (m *QueryIcaPoolListResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryIcaPoolListResponse) ProtoMessage ¶
func (*QueryIcaPoolListResponse) ProtoMessage()
func (*QueryIcaPoolListResponse) Reset ¶
func (m *QueryIcaPoolListResponse) Reset()
func (*QueryIcaPoolListResponse) Size ¶
func (m *QueryIcaPoolListResponse) Size() (n int)
func (*QueryIcaPoolListResponse) String ¶
func (m *QueryIcaPoolListResponse) String() string
func (*QueryIcaPoolListResponse) Unmarshal ¶
func (m *QueryIcaPoolListResponse) Unmarshal(dAtA []byte) error
func (*QueryIcaPoolListResponse) XXX_DiscardUnknown ¶
func (m *QueryIcaPoolListResponse) XXX_DiscardUnknown()
func (*QueryIcaPoolListResponse) XXX_Marshal ¶
func (m *QueryIcaPoolListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryIcaPoolListResponse) XXX_Merge ¶
func (m *QueryIcaPoolListResponse) XXX_Merge(src proto.Message)
func (*QueryIcaPoolListResponse) XXX_Size ¶
func (m *QueryIcaPoolListResponse) XXX_Size() int
func (*QueryIcaPoolListResponse) XXX_Unmarshal ¶
func (m *QueryIcaPoolListResponse) XXX_Unmarshal(b []byte) error
type QueryInterchainTxStatusRequest ¶
type QueryInterchainTxStatusRequest struct {
PropId string `protobuf:"bytes,1,opt,name=propId,proto3" json:"propId,omitempty"`
}
func (*QueryInterchainTxStatusRequest) Descriptor ¶
func (*QueryInterchainTxStatusRequest) Descriptor() ([]byte, []int)
func (*QueryInterchainTxStatusRequest) GetPropId ¶
func (m *QueryInterchainTxStatusRequest) GetPropId() string
func (*QueryInterchainTxStatusRequest) Marshal ¶
func (m *QueryInterchainTxStatusRequest) Marshal() (dAtA []byte, err error)
func (*QueryInterchainTxStatusRequest) MarshalTo ¶
func (m *QueryInterchainTxStatusRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryInterchainTxStatusRequest) MarshalToSizedBuffer ¶
func (m *QueryInterchainTxStatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryInterchainTxStatusRequest) ProtoMessage ¶
func (*QueryInterchainTxStatusRequest) ProtoMessage()
func (*QueryInterchainTxStatusRequest) Reset ¶
func (m *QueryInterchainTxStatusRequest) Reset()
func (*QueryInterchainTxStatusRequest) Size ¶
func (m *QueryInterchainTxStatusRequest) Size() (n int)
func (*QueryInterchainTxStatusRequest) String ¶
func (m *QueryInterchainTxStatusRequest) String() string
func (*QueryInterchainTxStatusRequest) Unmarshal ¶
func (m *QueryInterchainTxStatusRequest) Unmarshal(dAtA []byte) error
func (*QueryInterchainTxStatusRequest) XXX_DiscardUnknown ¶
func (m *QueryInterchainTxStatusRequest) XXX_DiscardUnknown()
func (*QueryInterchainTxStatusRequest) XXX_Marshal ¶
func (m *QueryInterchainTxStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryInterchainTxStatusRequest) XXX_Merge ¶
func (m *QueryInterchainTxStatusRequest) XXX_Merge(src proto.Message)
func (*QueryInterchainTxStatusRequest) XXX_Size ¶
func (m *QueryInterchainTxStatusRequest) XXX_Size() int
func (*QueryInterchainTxStatusRequest) XXX_Unmarshal ¶
func (m *QueryInterchainTxStatusRequest) XXX_Unmarshal(b []byte) error
type QueryInterchainTxStatusResponse ¶
type QueryInterchainTxStatusResponse struct {
InterchainTxStatus InterchainTxStatus `` /* 131-byte string literal not displayed */
}
func (*QueryInterchainTxStatusResponse) Descriptor ¶
func (*QueryInterchainTxStatusResponse) Descriptor() ([]byte, []int)
func (*QueryInterchainTxStatusResponse) GetInterchainTxStatus ¶
func (m *QueryInterchainTxStatusResponse) GetInterchainTxStatus() InterchainTxStatus
func (*QueryInterchainTxStatusResponse) Marshal ¶
func (m *QueryInterchainTxStatusResponse) Marshal() (dAtA []byte, err error)
func (*QueryInterchainTxStatusResponse) MarshalTo ¶
func (m *QueryInterchainTxStatusResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryInterchainTxStatusResponse) MarshalToSizedBuffer ¶
func (m *QueryInterchainTxStatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryInterchainTxStatusResponse) ProtoMessage ¶
func (*QueryInterchainTxStatusResponse) ProtoMessage()
func (*QueryInterchainTxStatusResponse) Reset ¶
func (m *QueryInterchainTxStatusResponse) Reset()
func (*QueryInterchainTxStatusResponse) Size ¶
func (m *QueryInterchainTxStatusResponse) Size() (n int)
func (*QueryInterchainTxStatusResponse) String ¶
func (m *QueryInterchainTxStatusResponse) String() string
func (*QueryInterchainTxStatusResponse) Unmarshal ¶
func (m *QueryInterchainTxStatusResponse) Unmarshal(dAtA []byte) error
func (*QueryInterchainTxStatusResponse) XXX_DiscardUnknown ¶
func (m *QueryInterchainTxStatusResponse) XXX_DiscardUnknown()
func (*QueryInterchainTxStatusResponse) XXX_Marshal ¶
func (m *QueryInterchainTxStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryInterchainTxStatusResponse) XXX_Merge ¶
func (m *QueryInterchainTxStatusResponse) XXX_Merge(src proto.Message)
func (*QueryInterchainTxStatusResponse) XXX_Size ¶
func (m *QueryInterchainTxStatusResponse) XXX_Size() int
func (*QueryInterchainTxStatusResponse) XXX_Unmarshal ¶
func (m *QueryInterchainTxStatusResponse) XXX_Unmarshal(b []byte) error
type QueryPoolUnbondNextSequenceRequest ¶
type QueryPoolUnbondNextSequenceRequest struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Pool string `protobuf:"bytes,2,opt,name=pool,proto3" json:"pool,omitempty"` UnlockEra uint32 `protobuf:"varint,3,opt,name=unlockEra,proto3" json:"unlockEra,omitempty"` }
func (*QueryPoolUnbondNextSequenceRequest) Descriptor ¶
func (*QueryPoolUnbondNextSequenceRequest) Descriptor() ([]byte, []int)
func (*QueryPoolUnbondNextSequenceRequest) GetDenom ¶
func (m *QueryPoolUnbondNextSequenceRequest) GetDenom() string
func (*QueryPoolUnbondNextSequenceRequest) GetPool ¶
func (m *QueryPoolUnbondNextSequenceRequest) GetPool() string
func (*QueryPoolUnbondNextSequenceRequest) GetUnlockEra ¶
func (m *QueryPoolUnbondNextSequenceRequest) GetUnlockEra() uint32
func (*QueryPoolUnbondNextSequenceRequest) Marshal ¶
func (m *QueryPoolUnbondNextSequenceRequest) Marshal() (dAtA []byte, err error)
func (*QueryPoolUnbondNextSequenceRequest) MarshalTo ¶
func (m *QueryPoolUnbondNextSequenceRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryPoolUnbondNextSequenceRequest) MarshalToSizedBuffer ¶
func (m *QueryPoolUnbondNextSequenceRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryPoolUnbondNextSequenceRequest) ProtoMessage ¶
func (*QueryPoolUnbondNextSequenceRequest) ProtoMessage()
func (*QueryPoolUnbondNextSequenceRequest) Reset ¶
func (m *QueryPoolUnbondNextSequenceRequest) Reset()
func (*QueryPoolUnbondNextSequenceRequest) Size ¶
func (m *QueryPoolUnbondNextSequenceRequest) Size() (n int)
func (*QueryPoolUnbondNextSequenceRequest) String ¶
func (m *QueryPoolUnbondNextSequenceRequest) String() string
func (*QueryPoolUnbondNextSequenceRequest) Unmarshal ¶
func (m *QueryPoolUnbondNextSequenceRequest) Unmarshal(dAtA []byte) error
func (*QueryPoolUnbondNextSequenceRequest) XXX_DiscardUnknown ¶
func (m *QueryPoolUnbondNextSequenceRequest) XXX_DiscardUnknown()
func (*QueryPoolUnbondNextSequenceRequest) XXX_Marshal ¶
func (m *QueryPoolUnbondNextSequenceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryPoolUnbondNextSequenceRequest) XXX_Merge ¶
func (m *QueryPoolUnbondNextSequenceRequest) XXX_Merge(src proto.Message)
func (*QueryPoolUnbondNextSequenceRequest) XXX_Size ¶
func (m *QueryPoolUnbondNextSequenceRequest) XXX_Size() int
func (*QueryPoolUnbondNextSequenceRequest) XXX_Unmarshal ¶
func (m *QueryPoolUnbondNextSequenceRequest) XXX_Unmarshal(b []byte) error
type QueryPoolUnbondNextSequenceResponse ¶
type QueryPoolUnbondNextSequenceResponse struct {
NextSequence uint32 `protobuf:"varint,1,opt,name=nextSequence,proto3" json:"nextSequence,omitempty"`
}
func (*QueryPoolUnbondNextSequenceResponse) Descriptor ¶
func (*QueryPoolUnbondNextSequenceResponse) Descriptor() ([]byte, []int)
func (*QueryPoolUnbondNextSequenceResponse) GetNextSequence ¶
func (m *QueryPoolUnbondNextSequenceResponse) GetNextSequence() uint32
func (*QueryPoolUnbondNextSequenceResponse) Marshal ¶
func (m *QueryPoolUnbondNextSequenceResponse) Marshal() (dAtA []byte, err error)
func (*QueryPoolUnbondNextSequenceResponse) MarshalTo ¶
func (m *QueryPoolUnbondNextSequenceResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryPoolUnbondNextSequenceResponse) MarshalToSizedBuffer ¶
func (m *QueryPoolUnbondNextSequenceResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryPoolUnbondNextSequenceResponse) ProtoMessage ¶
func (*QueryPoolUnbondNextSequenceResponse) ProtoMessage()
func (*QueryPoolUnbondNextSequenceResponse) Reset ¶
func (m *QueryPoolUnbondNextSequenceResponse) Reset()
func (*QueryPoolUnbondNextSequenceResponse) Size ¶
func (m *QueryPoolUnbondNextSequenceResponse) Size() (n int)
func (*QueryPoolUnbondNextSequenceResponse) String ¶
func (m *QueryPoolUnbondNextSequenceResponse) String() string
func (*QueryPoolUnbondNextSequenceResponse) Unmarshal ¶
func (m *QueryPoolUnbondNextSequenceResponse) Unmarshal(dAtA []byte) error
func (*QueryPoolUnbondNextSequenceResponse) XXX_DiscardUnknown ¶
func (m *QueryPoolUnbondNextSequenceResponse) XXX_DiscardUnknown()
func (*QueryPoolUnbondNextSequenceResponse) XXX_Marshal ¶
func (m *QueryPoolUnbondNextSequenceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryPoolUnbondNextSequenceResponse) XXX_Merge ¶
func (m *QueryPoolUnbondNextSequenceResponse) XXX_Merge(src proto.Message)
func (*QueryPoolUnbondNextSequenceResponse) XXX_Size ¶
func (m *QueryPoolUnbondNextSequenceResponse) XXX_Size() int
func (*QueryPoolUnbondNextSequenceResponse) XXX_Unmarshal ¶
func (m *QueryPoolUnbondNextSequenceResponse) XXX_Unmarshal(b []byte) error
type QueryPoolUnbondingsRequest ¶
type QueryPoolUnbondingsRequest struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Pool string `protobuf:"bytes,2,opt,name=pool,proto3" json:"pool,omitempty"` UnlockEra uint32 `protobuf:"varint,3,opt,name=unlockEra,proto3" json:"unlockEra,omitempty"` }
func (*QueryPoolUnbondingsRequest) Descriptor ¶
func (*QueryPoolUnbondingsRequest) Descriptor() ([]byte, []int)
func (*QueryPoolUnbondingsRequest) GetDenom ¶
func (m *QueryPoolUnbondingsRequest) GetDenom() string
func (*QueryPoolUnbondingsRequest) GetPool ¶
func (m *QueryPoolUnbondingsRequest) GetPool() string
func (*QueryPoolUnbondingsRequest) GetUnlockEra ¶
func (m *QueryPoolUnbondingsRequest) GetUnlockEra() uint32
func (*QueryPoolUnbondingsRequest) Marshal ¶
func (m *QueryPoolUnbondingsRequest) Marshal() (dAtA []byte, err error)
func (*QueryPoolUnbondingsRequest) MarshalTo ¶
func (m *QueryPoolUnbondingsRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryPoolUnbondingsRequest) MarshalToSizedBuffer ¶
func (m *QueryPoolUnbondingsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryPoolUnbondingsRequest) ProtoMessage ¶
func (*QueryPoolUnbondingsRequest) ProtoMessage()
func (*QueryPoolUnbondingsRequest) Reset ¶
func (m *QueryPoolUnbondingsRequest) Reset()
func (*QueryPoolUnbondingsRequest) Size ¶
func (m *QueryPoolUnbondingsRequest) Size() (n int)
func (*QueryPoolUnbondingsRequest) String ¶
func (m *QueryPoolUnbondingsRequest) String() string
func (*QueryPoolUnbondingsRequest) Unmarshal ¶
func (m *QueryPoolUnbondingsRequest) Unmarshal(dAtA []byte) error
func (*QueryPoolUnbondingsRequest) XXX_DiscardUnknown ¶
func (m *QueryPoolUnbondingsRequest) XXX_DiscardUnknown()
func (*QueryPoolUnbondingsRequest) XXX_Marshal ¶
func (m *QueryPoolUnbondingsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryPoolUnbondingsRequest) XXX_Merge ¶
func (m *QueryPoolUnbondingsRequest) XXX_Merge(src proto.Message)
func (*QueryPoolUnbondingsRequest) XXX_Size ¶
func (m *QueryPoolUnbondingsRequest) XXX_Size() int
func (*QueryPoolUnbondingsRequest) XXX_Unmarshal ¶
func (m *QueryPoolUnbondingsRequest) XXX_Unmarshal(b []byte) error
type QueryPoolUnbondingsResponse ¶
type QueryPoolUnbondingsResponse struct {
Unbondings []*Unbonding `protobuf:"bytes,1,rep,name=unbondings,proto3" json:"unbondings,omitempty"`
}
func (*QueryPoolUnbondingsResponse) Descriptor ¶
func (*QueryPoolUnbondingsResponse) Descriptor() ([]byte, []int)
func (*QueryPoolUnbondingsResponse) GetUnbondings ¶
func (m *QueryPoolUnbondingsResponse) GetUnbondings() []*Unbonding
func (*QueryPoolUnbondingsResponse) Marshal ¶
func (m *QueryPoolUnbondingsResponse) Marshal() (dAtA []byte, err error)
func (*QueryPoolUnbondingsResponse) MarshalTo ¶
func (m *QueryPoolUnbondingsResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryPoolUnbondingsResponse) MarshalToSizedBuffer ¶
func (m *QueryPoolUnbondingsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryPoolUnbondingsResponse) ProtoMessage ¶
func (*QueryPoolUnbondingsResponse) ProtoMessage()
func (*QueryPoolUnbondingsResponse) Reset ¶
func (m *QueryPoolUnbondingsResponse) Reset()
func (*QueryPoolUnbondingsResponse) Size ¶
func (m *QueryPoolUnbondingsResponse) Size() (n int)
func (*QueryPoolUnbondingsResponse) String ¶
func (m *QueryPoolUnbondingsResponse) String() string
func (*QueryPoolUnbondingsResponse) Unmarshal ¶
func (m *QueryPoolUnbondingsResponse) Unmarshal(dAtA []byte) error
func (*QueryPoolUnbondingsResponse) XXX_DiscardUnknown ¶
func (m *QueryPoolUnbondingsResponse) XXX_DiscardUnknown()
func (*QueryPoolUnbondingsResponse) XXX_Marshal ¶
func (m *QueryPoolUnbondingsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryPoolUnbondingsResponse) XXX_Merge ¶
func (m *QueryPoolUnbondingsResponse) XXX_Merge(src proto.Message)
func (*QueryPoolUnbondingsResponse) XXX_Size ¶
func (m *QueryPoolUnbondingsResponse) XXX_Size() int
func (*QueryPoolUnbondingsResponse) XXX_Unmarshal ¶
func (m *QueryPoolUnbondingsResponse) XXX_Unmarshal(b []byte) error
type QueryRelayFeeReceiverRequest ¶
type QueryRelayFeeReceiverRequest struct {
Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"`
}
func (*QueryRelayFeeReceiverRequest) Descriptor ¶
func (*QueryRelayFeeReceiverRequest) Descriptor() ([]byte, []int)
func (*QueryRelayFeeReceiverRequest) GetDenom ¶
func (m *QueryRelayFeeReceiverRequest) GetDenom() string
func (*QueryRelayFeeReceiverRequest) Marshal ¶
func (m *QueryRelayFeeReceiverRequest) Marshal() (dAtA []byte, err error)
func (*QueryRelayFeeReceiverRequest) MarshalTo ¶
func (m *QueryRelayFeeReceiverRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryRelayFeeReceiverRequest) MarshalToSizedBuffer ¶
func (m *QueryRelayFeeReceiverRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryRelayFeeReceiverRequest) ProtoMessage ¶
func (*QueryRelayFeeReceiverRequest) ProtoMessage()
func (*QueryRelayFeeReceiverRequest) Reset ¶
func (m *QueryRelayFeeReceiverRequest) Reset()
func (*QueryRelayFeeReceiverRequest) Size ¶
func (m *QueryRelayFeeReceiverRequest) Size() (n int)
func (*QueryRelayFeeReceiverRequest) String ¶
func (m *QueryRelayFeeReceiverRequest) String() string
func (*QueryRelayFeeReceiverRequest) Unmarshal ¶
func (m *QueryRelayFeeReceiverRequest) Unmarshal(dAtA []byte) error
func (*QueryRelayFeeReceiverRequest) XXX_DiscardUnknown ¶
func (m *QueryRelayFeeReceiverRequest) XXX_DiscardUnknown()
func (*QueryRelayFeeReceiverRequest) XXX_Marshal ¶
func (m *QueryRelayFeeReceiverRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryRelayFeeReceiverRequest) XXX_Merge ¶
func (m *QueryRelayFeeReceiverRequest) XXX_Merge(src proto.Message)
func (*QueryRelayFeeReceiverRequest) XXX_Size ¶
func (m *QueryRelayFeeReceiverRequest) XXX_Size() int
func (*QueryRelayFeeReceiverRequest) XXX_Unmarshal ¶
func (m *QueryRelayFeeReceiverRequest) XXX_Unmarshal(b []byte) error
type QueryRelayFeeReceiverResponse ¶
type QueryRelayFeeReceiverResponse struct {
Receiver string `protobuf:"bytes,1,opt,name=receiver,proto3" json:"receiver,omitempty"`
}
func (*QueryRelayFeeReceiverResponse) Descriptor ¶
func (*QueryRelayFeeReceiverResponse) Descriptor() ([]byte, []int)
func (*QueryRelayFeeReceiverResponse) GetReceiver ¶
func (m *QueryRelayFeeReceiverResponse) GetReceiver() string
func (*QueryRelayFeeReceiverResponse) Marshal ¶
func (m *QueryRelayFeeReceiverResponse) Marshal() (dAtA []byte, err error)
func (*QueryRelayFeeReceiverResponse) MarshalTo ¶
func (m *QueryRelayFeeReceiverResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryRelayFeeReceiverResponse) MarshalToSizedBuffer ¶
func (m *QueryRelayFeeReceiverResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryRelayFeeReceiverResponse) ProtoMessage ¶
func (*QueryRelayFeeReceiverResponse) ProtoMessage()
func (*QueryRelayFeeReceiverResponse) Reset ¶
func (m *QueryRelayFeeReceiverResponse) Reset()
func (*QueryRelayFeeReceiverResponse) Size ¶
func (m *QueryRelayFeeReceiverResponse) Size() (n int)
func (*QueryRelayFeeReceiverResponse) String ¶
func (m *QueryRelayFeeReceiverResponse) String() string
func (*QueryRelayFeeReceiverResponse) Unmarshal ¶
func (m *QueryRelayFeeReceiverResponse) Unmarshal(dAtA []byte) error
func (*QueryRelayFeeReceiverResponse) XXX_DiscardUnknown ¶
func (m *QueryRelayFeeReceiverResponse) XXX_DiscardUnknown()
func (*QueryRelayFeeReceiverResponse) XXX_Marshal ¶
func (m *QueryRelayFeeReceiverResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryRelayFeeReceiverResponse) XXX_Merge ¶
func (m *QueryRelayFeeReceiverResponse) XXX_Merge(src proto.Message)
func (*QueryRelayFeeReceiverResponse) XXX_Size ¶
func (m *QueryRelayFeeReceiverResponse) XXX_Size() int
func (*QueryRelayFeeReceiverResponse) XXX_Unmarshal ¶
func (m *QueryRelayFeeReceiverResponse) XXX_Unmarshal(b []byte) error
type QueryServer ¶
type QueryServer interface { // Queries a list of getExchangeRate items. GetExchangeRate(context.Context, *QueryGetExchangeRateRequest) (*QueryGetExchangeRateResponse, error) // Queries a list of exchangeRateAll items. ExchangeRateAll(context.Context, *QueryExchangeRateAllRequest) (*QueryExchangeRateAllResponse, error) // Queries a list of getEraExchangeRate items. GetEraExchangeRate(context.Context, *QueryGetEraExchangeRateRequest) (*QueryGetEraExchangeRateResponse, error) // Queries a list of eraExchangeRatesByDenom items. EraExchangeRatesByDenom(context.Context, *QueryEraExchangeRatesByDenomRequest) (*QueryEraExchangeRatesByDenomResponse, error) // Queries a list of bondedPoolsByDenom items. BondedPoolsByDenom(context.Context, *QueryBondedPoolsByDenomRequest) (*QueryBondedPoolsByDenomResponse, error) // Queries a list of getPoolDetail items. GetPoolDetail(context.Context, *QueryGetPoolDetailRequest) (*QueryGetPoolDetailResponse, error) // Queries a list of getChainEra items. GetChainEra(context.Context, *QueryGetChainEraRequest) (*QueryGetChainEraResponse, error) // Queries a list of getCurrentEraSnapshot items. GetCurrentEraSnapshot(context.Context, *QueryGetCurrentEraSnapshotRequest) (*QueryGetCurrentEraSnapshotResponse, error) // Queries a list of getReceiver items. GetProtocolFeeReceiver(context.Context, *QueryGetProtocolFeeReceiverRequest) (*QueryGetProtocolFeeReceiverResponse, error) // Queries a list of getCommission items. GetStakingRewardCommission(context.Context, *QueryGetStakingRewardCommissionRequest) (*QueryGetStakingRewardCommissionResponse, error) // Queries a list of getUnbondFee items. GetUnbondRelayFee(context.Context, *QueryGetUnbondRelayFeeRequest) (*QueryGetUnbondRelayFeeResponse, error) // Queries a list of getUnbondCommission items. GetUnbondCommission(context.Context, *QueryGetUnbondCommissionRequest) (*QueryGetUnbondCommissionResponse, error) // Queries a list of getEraUnbondLimit items. GetEraUnbondLimit(context.Context, *QueryGetEraUnbondLimitRequest) (*QueryGetEraUnbondLimitResponse, error) // Queries a list of getBondPipeline items. GetBondPipeline(context.Context, *QueryGetBondPipelineRequest) (*QueryGetBondPipelineResponse, error) // Queries a list of getEraSnapshot items. GetEraSnapshot(context.Context, *QueryGetEraSnapshotRequest) (*QueryGetEraSnapshotResponse, error) // Queries a list of getSnapshot items. GetSnapshot(context.Context, *QueryGetSnapshotRequest) (*QueryGetSnapshotResponse, error) // Queries a list of getTotalExpectedActive items. GetTotalExpectedActive(context.Context, *QueryGetTotalExpectedActiveRequest) (*QueryGetTotalExpectedActiveResponse, error) // Queries a list of getBondRecord items. GetBondRecord(context.Context, *QueryGetBondRecordRequest) (*QueryGetBondRecordResponse, error) // Queries a list of getSignature items. GetSignature(context.Context, *QueryGetSignatureRequest) (*QueryGetSignatureResponse, error) // Queries a list of GetRParams items. GetRParams(context.Context, *QueryGetRParamsRequest) (*QueryGetRParamsResponse, error) // Queries a list of TotalFeeList items. TotalProtocolFee(context.Context, *QueryTotalProtocolFeeRequest) (*QueryTotalProtocolFeeResponse, error) // Queries a list of RelayFeeReceiver items. RelayFeeReceiver(context.Context, *QueryRelayFeeReceiverRequest) (*QueryRelayFeeReceiverResponse, error) // Queries a list of UnbondSwitch items. UnbondSwitch(context.Context, *QueryUnbondSwitchRequest) (*QueryUnbondSwitchResponse, error) // Queries a list of PoolUnbondNextSequence items. PoolUnbondNextSequence(context.Context, *QueryPoolUnbondNextSequenceRequest) (*QueryPoolUnbondNextSequenceResponse, error) // Queries a list of PoolUnbondings items. PoolUnbondings(context.Context, *QueryPoolUnbondingsRequest) (*QueryPoolUnbondingsResponse, error) // Queries a list of IcaPoolList items. IcaPoolList(context.Context, *QueryIcaPoolListRequest) (*QueryIcaPoolListResponse, error) // Queries a list of InterchainTxStatus items. InterchainTxStatus(context.Context, *QueryInterchainTxStatusRequest) (*QueryInterchainTxStatusResponse, error) }
QueryServer is the server API for Query service.
type QueryTotalProtocolFeeRequest ¶
type QueryTotalProtocolFeeRequest struct { }
func (*QueryTotalProtocolFeeRequest) Descriptor ¶
func (*QueryTotalProtocolFeeRequest) Descriptor() ([]byte, []int)
func (*QueryTotalProtocolFeeRequest) Marshal ¶
func (m *QueryTotalProtocolFeeRequest) Marshal() (dAtA []byte, err error)
func (*QueryTotalProtocolFeeRequest) MarshalTo ¶
func (m *QueryTotalProtocolFeeRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryTotalProtocolFeeRequest) MarshalToSizedBuffer ¶
func (m *QueryTotalProtocolFeeRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryTotalProtocolFeeRequest) ProtoMessage ¶
func (*QueryTotalProtocolFeeRequest) ProtoMessage()
func (*QueryTotalProtocolFeeRequest) Reset ¶
func (m *QueryTotalProtocolFeeRequest) Reset()
func (*QueryTotalProtocolFeeRequest) Size ¶
func (m *QueryTotalProtocolFeeRequest) Size() (n int)
func (*QueryTotalProtocolFeeRequest) String ¶
func (m *QueryTotalProtocolFeeRequest) String() string
func (*QueryTotalProtocolFeeRequest) Unmarshal ¶
func (m *QueryTotalProtocolFeeRequest) Unmarshal(dAtA []byte) error
func (*QueryTotalProtocolFeeRequest) XXX_DiscardUnknown ¶
func (m *QueryTotalProtocolFeeRequest) XXX_DiscardUnknown()
func (*QueryTotalProtocolFeeRequest) XXX_Marshal ¶
func (m *QueryTotalProtocolFeeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryTotalProtocolFeeRequest) XXX_Merge ¶
func (m *QueryTotalProtocolFeeRequest) XXX_Merge(src proto.Message)
func (*QueryTotalProtocolFeeRequest) XXX_Size ¶
func (m *QueryTotalProtocolFeeRequest) XXX_Size() int
func (*QueryTotalProtocolFeeRequest) XXX_Unmarshal ¶
func (m *QueryTotalProtocolFeeRequest) XXX_Unmarshal(b []byte) error
type QueryTotalProtocolFeeResponse ¶
type QueryTotalProtocolFeeResponse struct {
TotalProtocolFeeList []*TotalProtocolFee `protobuf:"bytes,1,rep,name=totalProtocolFeeList,proto3" json:"totalProtocolFeeList,omitempty"`
}
func (*QueryTotalProtocolFeeResponse) Descriptor ¶
func (*QueryTotalProtocolFeeResponse) Descriptor() ([]byte, []int)
func (*QueryTotalProtocolFeeResponse) GetTotalProtocolFeeList ¶
func (m *QueryTotalProtocolFeeResponse) GetTotalProtocolFeeList() []*TotalProtocolFee
func (*QueryTotalProtocolFeeResponse) Marshal ¶
func (m *QueryTotalProtocolFeeResponse) Marshal() (dAtA []byte, err error)
func (*QueryTotalProtocolFeeResponse) MarshalTo ¶
func (m *QueryTotalProtocolFeeResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryTotalProtocolFeeResponse) MarshalToSizedBuffer ¶
func (m *QueryTotalProtocolFeeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryTotalProtocolFeeResponse) ProtoMessage ¶
func (*QueryTotalProtocolFeeResponse) ProtoMessage()
func (*QueryTotalProtocolFeeResponse) Reset ¶
func (m *QueryTotalProtocolFeeResponse) Reset()
func (*QueryTotalProtocolFeeResponse) Size ¶
func (m *QueryTotalProtocolFeeResponse) Size() (n int)
func (*QueryTotalProtocolFeeResponse) String ¶
func (m *QueryTotalProtocolFeeResponse) String() string
func (*QueryTotalProtocolFeeResponse) Unmarshal ¶
func (m *QueryTotalProtocolFeeResponse) Unmarshal(dAtA []byte) error
func (*QueryTotalProtocolFeeResponse) XXX_DiscardUnknown ¶
func (m *QueryTotalProtocolFeeResponse) XXX_DiscardUnknown()
func (*QueryTotalProtocolFeeResponse) XXX_Marshal ¶
func (m *QueryTotalProtocolFeeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryTotalProtocolFeeResponse) XXX_Merge ¶
func (m *QueryTotalProtocolFeeResponse) XXX_Merge(src proto.Message)
func (*QueryTotalProtocolFeeResponse) XXX_Size ¶
func (m *QueryTotalProtocolFeeResponse) XXX_Size() int
func (*QueryTotalProtocolFeeResponse) XXX_Unmarshal ¶
func (m *QueryTotalProtocolFeeResponse) XXX_Unmarshal(b []byte) error
type QueryUnbondSwitchRequest ¶
type QueryUnbondSwitchRequest struct {
Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"`
}
func (*QueryUnbondSwitchRequest) Descriptor ¶
func (*QueryUnbondSwitchRequest) Descriptor() ([]byte, []int)
func (*QueryUnbondSwitchRequest) GetDenom ¶
func (m *QueryUnbondSwitchRequest) GetDenom() string
func (*QueryUnbondSwitchRequest) Marshal ¶
func (m *QueryUnbondSwitchRequest) Marshal() (dAtA []byte, err error)
func (*QueryUnbondSwitchRequest) MarshalTo ¶
func (m *QueryUnbondSwitchRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryUnbondSwitchRequest) MarshalToSizedBuffer ¶
func (m *QueryUnbondSwitchRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryUnbondSwitchRequest) ProtoMessage ¶
func (*QueryUnbondSwitchRequest) ProtoMessage()
func (*QueryUnbondSwitchRequest) Reset ¶
func (m *QueryUnbondSwitchRequest) Reset()
func (*QueryUnbondSwitchRequest) Size ¶
func (m *QueryUnbondSwitchRequest) Size() (n int)
func (*QueryUnbondSwitchRequest) String ¶
func (m *QueryUnbondSwitchRequest) String() string
func (*QueryUnbondSwitchRequest) Unmarshal ¶
func (m *QueryUnbondSwitchRequest) Unmarshal(dAtA []byte) error
func (*QueryUnbondSwitchRequest) XXX_DiscardUnknown ¶
func (m *QueryUnbondSwitchRequest) XXX_DiscardUnknown()
func (*QueryUnbondSwitchRequest) XXX_Marshal ¶
func (m *QueryUnbondSwitchRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryUnbondSwitchRequest) XXX_Merge ¶
func (m *QueryUnbondSwitchRequest) XXX_Merge(src proto.Message)
func (*QueryUnbondSwitchRequest) XXX_Size ¶
func (m *QueryUnbondSwitchRequest) XXX_Size() int
func (*QueryUnbondSwitchRequest) XXX_Unmarshal ¶
func (m *QueryUnbondSwitchRequest) XXX_Unmarshal(b []byte) error
type QueryUnbondSwitchResponse ¶
type QueryUnbondSwitchResponse struct {
IsOpen bool `protobuf:"varint,1,opt,name=isOpen,proto3" json:"isOpen,omitempty"`
}
func (*QueryUnbondSwitchResponse) Descriptor ¶
func (*QueryUnbondSwitchResponse) Descriptor() ([]byte, []int)
func (*QueryUnbondSwitchResponse) GetIsOpen ¶
func (m *QueryUnbondSwitchResponse) GetIsOpen() bool
func (*QueryUnbondSwitchResponse) Marshal ¶
func (m *QueryUnbondSwitchResponse) Marshal() (dAtA []byte, err error)
func (*QueryUnbondSwitchResponse) MarshalTo ¶
func (m *QueryUnbondSwitchResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryUnbondSwitchResponse) MarshalToSizedBuffer ¶
func (m *QueryUnbondSwitchResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryUnbondSwitchResponse) ProtoMessage ¶
func (*QueryUnbondSwitchResponse) ProtoMessage()
func (*QueryUnbondSwitchResponse) Reset ¶
func (m *QueryUnbondSwitchResponse) Reset()
func (*QueryUnbondSwitchResponse) Size ¶
func (m *QueryUnbondSwitchResponse) Size() (n int)
func (*QueryUnbondSwitchResponse) String ¶
func (m *QueryUnbondSwitchResponse) String() string
func (*QueryUnbondSwitchResponse) Unmarshal ¶
func (m *QueryUnbondSwitchResponse) Unmarshal(dAtA []byte) error
func (*QueryUnbondSwitchResponse) XXX_DiscardUnknown ¶
func (m *QueryUnbondSwitchResponse) XXX_DiscardUnknown()
func (*QueryUnbondSwitchResponse) XXX_Marshal ¶
func (m *QueryUnbondSwitchResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryUnbondSwitchResponse) XXX_Merge ¶
func (m *QueryUnbondSwitchResponse) XXX_Merge(src proto.Message)
func (*QueryUnbondSwitchResponse) XXX_Size ¶
func (m *QueryUnbondSwitchResponse) XXX_Size() int
func (*QueryUnbondSwitchResponse) XXX_Unmarshal ¶
func (m *QueryUnbondSwitchResponse) XXX_Unmarshal(b []byte) error
type RBankKeeper ¶
type RParams ¶
type RParams struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` GasPrice string `protobuf:"bytes,2,opt,name=gasPrice,proto3" json:"gasPrice,omitempty"` EraSeconds uint32 `protobuf:"varint,3,opt,name=eraSeconds,proto3" json:"eraSeconds,omitempty"` Offset int32 `protobuf:"varint,4,opt,name=offset,proto3" json:"offset,omitempty"` BondingDuration uint32 `protobuf:"varint,5,opt,name=bondingDuration,proto3" json:"bondingDuration,omitempty"` LeastBond string `protobuf:"bytes,6,opt,name=leastBond,proto3" json:"leastBond,omitempty"` }
func (*RParams) Descriptor ¶
func (*RParams) GetBondingDuration ¶
func (*RParams) GetEraSeconds ¶
func (*RParams) GetGasPrice ¶
func (*RParams) GetLeastBond ¶
func (*RParams) MarshalToSizedBuffer ¶
func (*RParams) ProtoMessage ¶
func (*RParams) ProtoMessage()
func (*RParams) XXX_DiscardUnknown ¶
func (m *RParams) XXX_DiscardUnknown()
func (*RParams) XXX_Marshal ¶
func (*RParams) XXX_Unmarshal ¶
type RelayFeeReceiver ¶
type RelayFeeReceiver struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` }
func (*RelayFeeReceiver) Descriptor ¶
func (*RelayFeeReceiver) Descriptor() ([]byte, []int)
func (*RelayFeeReceiver) GetAddress ¶
func (m *RelayFeeReceiver) GetAddress() string
func (*RelayFeeReceiver) GetDenom ¶
func (m *RelayFeeReceiver) GetDenom() string
func (*RelayFeeReceiver) Marshal ¶
func (m *RelayFeeReceiver) Marshal() (dAtA []byte, err error)
func (*RelayFeeReceiver) MarshalToSizedBuffer ¶
func (m *RelayFeeReceiver) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RelayFeeReceiver) ProtoMessage ¶
func (*RelayFeeReceiver) ProtoMessage()
func (*RelayFeeReceiver) Reset ¶
func (m *RelayFeeReceiver) Reset()
func (*RelayFeeReceiver) Size ¶
func (m *RelayFeeReceiver) Size() (n int)
func (*RelayFeeReceiver) String ¶
func (m *RelayFeeReceiver) String() string
func (*RelayFeeReceiver) Unmarshal ¶
func (m *RelayFeeReceiver) Unmarshal(dAtA []byte) error
func (*RelayFeeReceiver) XXX_DiscardUnknown ¶
func (m *RelayFeeReceiver) XXX_DiscardUnknown()
func (*RelayFeeReceiver) XXX_Marshal ¶
func (m *RelayFeeReceiver) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RelayFeeReceiver) XXX_Merge ¶
func (m *RelayFeeReceiver) XXX_Merge(src proto.Message)
func (*RelayFeeReceiver) XXX_Size ¶
func (m *RelayFeeReceiver) XXX_Size() int
func (*RelayFeeReceiver) XXX_Unmarshal ¶
func (m *RelayFeeReceiver) XXX_Unmarshal(b []byte) error
type RelayerKeeper ¶
type SetChainEraProposal ¶
type SetChainEraProposal struct { Proposer string `protobuf:"bytes,1,opt,name=proposer,proto3" json:"proposer,omitempty"` Denom string `protobuf:"bytes,2,opt,name=denom,proto3" json:"denom,omitempty"` Era uint32 `protobuf:"varint,3,opt,name=era,proto3" json:"era,omitempty"` PropId string `protobuf:"bytes,4,opt,name=propId,proto3" json:"propId,omitempty"` }
func NewSetChainEraProposal ¶
func NewSetChainEraProposal(proposer sdk.AccAddress, denom string, era uint32) *SetChainEraProposal
func (*SetChainEraProposal) Descriptor ¶
func (*SetChainEraProposal) Descriptor() ([]byte, []int)
func (*SetChainEraProposal) GetDenom ¶
func (m *SetChainEraProposal) GetDenom() string
func (*SetChainEraProposal) GetEra ¶
func (m *SetChainEraProposal) GetEra() uint32
func (*SetChainEraProposal) GetPropId ¶
func (m *SetChainEraProposal) GetPropId() string
func (*SetChainEraProposal) GetProposer ¶
func (m *SetChainEraProposal) GetProposer() string
func (*SetChainEraProposal) InFavour ¶
func (p *SetChainEraProposal) InFavour() bool
func (*SetChainEraProposal) Marshal ¶
func (m *SetChainEraProposal) Marshal() (dAtA []byte, err error)
func (*SetChainEraProposal) MarshalTo ¶
func (m *SetChainEraProposal) MarshalTo(dAtA []byte) (int, error)
func (*SetChainEraProposal) MarshalToSizedBuffer ¶
func (m *SetChainEraProposal) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SetChainEraProposal) ProposalRoute ¶
func (p *SetChainEraProposal) ProposalRoute() string
func (*SetChainEraProposal) ProposalType ¶
func (p *SetChainEraProposal) ProposalType() string
func (*SetChainEraProposal) ProtoMessage ¶
func (*SetChainEraProposal) ProtoMessage()
func (*SetChainEraProposal) Reset ¶
func (m *SetChainEraProposal) Reset()
func (*SetChainEraProposal) Size ¶
func (m *SetChainEraProposal) Size() (n int)
func (*SetChainEraProposal) String ¶
func (m *SetChainEraProposal) String() string
func (*SetChainEraProposal) Unmarshal ¶
func (m *SetChainEraProposal) Unmarshal(dAtA []byte) error
func (*SetChainEraProposal) ValidateBasic ¶
func (p *SetChainEraProposal) ValidateBasic() error
func (*SetChainEraProposal) XXX_DiscardUnknown ¶
func (m *SetChainEraProposal) XXX_DiscardUnknown()
func (*SetChainEraProposal) XXX_Marshal ¶
func (m *SetChainEraProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SetChainEraProposal) XXX_Merge ¶
func (m *SetChainEraProposal) XXX_Merge(src proto.Message)
func (*SetChainEraProposal) XXX_Size ¶
func (m *SetChainEraProposal) XXX_Size() int
func (*SetChainEraProposal) XXX_Unmarshal ¶
func (m *SetChainEraProposal) XXX_Unmarshal(b []byte) error
type Signature ¶
type Signature struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Era uint32 `protobuf:"varint,2,opt,name=era,proto3" json:"era,omitempty"` Pool string `protobuf:"bytes,3,opt,name=pool,proto3" json:"pool,omitempty"` TxType OriginalTxType `protobuf:"varint,4,opt,name=txType,proto3,enum=fury.fury.ledger.OriginalTxType" json:"txType,omitempty"` PropId string `protobuf:"bytes,5,opt,name=propId,proto3" json:"propId,omitempty"` Sigs []string `protobuf:"bytes,6,rep,name=sigs,proto3" json:"sigs,omitempty"` }
func NewSignature ¶
func (*Signature) Descriptor ¶
func (*Signature) GetTxType ¶
func (m *Signature) GetTxType() OriginalTxType
func (*Signature) MarshalToSizedBuffer ¶
func (*Signature) ProtoMessage ¶
func (*Signature) ProtoMessage()
func (*Signature) XXX_DiscardUnknown ¶
func (m *Signature) XXX_DiscardUnknown()
func (*Signature) XXX_Marshal ¶
func (*Signature) XXX_Unmarshal ¶
type StakingRewardCommission ¶
type StakingRewardCommission struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Value github_com_fury_fury_utils.Dec `protobuf:"bytes,2,opt,name=value,proto3,customtype=github.com/gridiron-protocol/fury/utils.Dec" json:"value"` }
func (*StakingRewardCommission) Descriptor ¶
func (*StakingRewardCommission) Descriptor() ([]byte, []int)
func (*StakingRewardCommission) GetDenom ¶
func (m *StakingRewardCommission) GetDenom() string
func (*StakingRewardCommission) Marshal ¶
func (m *StakingRewardCommission) Marshal() (dAtA []byte, err error)
func (*StakingRewardCommission) MarshalTo ¶
func (m *StakingRewardCommission) MarshalTo(dAtA []byte) (int, error)
func (*StakingRewardCommission) MarshalToSizedBuffer ¶
func (m *StakingRewardCommission) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*StakingRewardCommission) ProtoMessage ¶
func (*StakingRewardCommission) ProtoMessage()
func (*StakingRewardCommission) Reset ¶
func (m *StakingRewardCommission) Reset()
func (*StakingRewardCommission) Size ¶
func (m *StakingRewardCommission) Size() (n int)
func (*StakingRewardCommission) String ¶
func (m *StakingRewardCommission) String() string
func (*StakingRewardCommission) Unmarshal ¶
func (m *StakingRewardCommission) Unmarshal(dAtA []byte) error
func (*StakingRewardCommission) XXX_DiscardUnknown ¶
func (m *StakingRewardCommission) XXX_DiscardUnknown()
func (*StakingRewardCommission) XXX_Marshal ¶
func (m *StakingRewardCommission) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StakingRewardCommission) XXX_Merge ¶
func (m *StakingRewardCommission) XXX_Merge(src proto.Message)
func (*StakingRewardCommission) XXX_Size ¶
func (m *StakingRewardCommission) XXX_Size() int
func (*StakingRewardCommission) XXX_Unmarshal ¶
func (m *StakingRewardCommission) XXX_Unmarshal(b []byte) error
type SudoKeeper ¶
type TotalExpectedActive ¶
type TotalExpectedActive struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Era uint32 `protobuf:"varint,2,opt,name=era,proto3" json:"era,omitempty"` Value github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,3,opt,name=value,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"value"` }
func (*TotalExpectedActive) Descriptor ¶
func (*TotalExpectedActive) Descriptor() ([]byte, []int)
func (*TotalExpectedActive) GetDenom ¶
func (m *TotalExpectedActive) GetDenom() string
func (*TotalExpectedActive) GetEra ¶
func (m *TotalExpectedActive) GetEra() uint32
func (*TotalExpectedActive) Marshal ¶
func (m *TotalExpectedActive) Marshal() (dAtA []byte, err error)
func (*TotalExpectedActive) MarshalTo ¶
func (m *TotalExpectedActive) MarshalTo(dAtA []byte) (int, error)
func (*TotalExpectedActive) MarshalToSizedBuffer ¶
func (m *TotalExpectedActive) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*TotalExpectedActive) ProtoMessage ¶
func (*TotalExpectedActive) ProtoMessage()
func (*TotalExpectedActive) Reset ¶
func (m *TotalExpectedActive) Reset()
func (*TotalExpectedActive) Size ¶
func (m *TotalExpectedActive) Size() (n int)
func (*TotalExpectedActive) String ¶
func (m *TotalExpectedActive) String() string
func (*TotalExpectedActive) Unmarshal ¶
func (m *TotalExpectedActive) Unmarshal(dAtA []byte) error
func (*TotalExpectedActive) XXX_DiscardUnknown ¶
func (m *TotalExpectedActive) XXX_DiscardUnknown()
func (*TotalExpectedActive) XXX_Marshal ¶
func (m *TotalExpectedActive) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TotalExpectedActive) XXX_Merge ¶
func (m *TotalExpectedActive) XXX_Merge(src proto.Message)
func (*TotalExpectedActive) XXX_Size ¶
func (m *TotalExpectedActive) XXX_Size() int
func (*TotalExpectedActive) XXX_Unmarshal ¶
func (m *TotalExpectedActive) XXX_Unmarshal(b []byte) error
type TotalExpectedFee ¶
type TotalExpectedFee struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Era uint32 `protobuf:"varint,2,opt,name=era,proto3" json:"era,omitempty"` Value github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,3,opt,name=value,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"value"` }
func (*TotalExpectedFee) Descriptor ¶
func (*TotalExpectedFee) Descriptor() ([]byte, []int)
func (*TotalExpectedFee) GetDenom ¶
func (m *TotalExpectedFee) GetDenom() string
func (*TotalExpectedFee) GetEra ¶
func (m *TotalExpectedFee) GetEra() uint32
func (*TotalExpectedFee) Marshal ¶
func (m *TotalExpectedFee) Marshal() (dAtA []byte, err error)
func (*TotalExpectedFee) MarshalToSizedBuffer ¶
func (m *TotalExpectedFee) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*TotalExpectedFee) ProtoMessage ¶
func (*TotalExpectedFee) ProtoMessage()
func (*TotalExpectedFee) Reset ¶
func (m *TotalExpectedFee) Reset()
func (*TotalExpectedFee) Size ¶
func (m *TotalExpectedFee) Size() (n int)
func (*TotalExpectedFee) String ¶
func (m *TotalExpectedFee) String() string
func (*TotalExpectedFee) Unmarshal ¶
func (m *TotalExpectedFee) Unmarshal(dAtA []byte) error
func (*TotalExpectedFee) XXX_DiscardUnknown ¶
func (m *TotalExpectedFee) XXX_DiscardUnknown()
func (*TotalExpectedFee) XXX_Marshal ¶
func (m *TotalExpectedFee) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TotalExpectedFee) XXX_Merge ¶
func (m *TotalExpectedFee) XXX_Merge(src proto.Message)
func (*TotalExpectedFee) XXX_Size ¶
func (m *TotalExpectedFee) XXX_Size() int
func (*TotalExpectedFee) XXX_Unmarshal ¶
func (m *TotalExpectedFee) XXX_Unmarshal(b []byte) error
type TotalProtocolFee ¶
type TotalProtocolFee struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Value github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,2,opt,name=value,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"value"` }
func (*TotalProtocolFee) Descriptor ¶
func (*TotalProtocolFee) Descriptor() ([]byte, []int)
func (*TotalProtocolFee) GetDenom ¶
func (m *TotalProtocolFee) GetDenom() string
func (*TotalProtocolFee) Marshal ¶
func (m *TotalProtocolFee) Marshal() (dAtA []byte, err error)
func (*TotalProtocolFee) MarshalToSizedBuffer ¶
func (m *TotalProtocolFee) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*TotalProtocolFee) ProtoMessage ¶
func (*TotalProtocolFee) ProtoMessage()
func (*TotalProtocolFee) Reset ¶
func (m *TotalProtocolFee) Reset()
func (*TotalProtocolFee) Size ¶
func (m *TotalProtocolFee) Size() (n int)
func (*TotalProtocolFee) String ¶
func (m *TotalProtocolFee) String() string
func (*TotalProtocolFee) Unmarshal ¶
func (m *TotalProtocolFee) Unmarshal(dAtA []byte) error
func (*TotalProtocolFee) XXX_DiscardUnknown ¶
func (m *TotalProtocolFee) XXX_DiscardUnknown()
func (*TotalProtocolFee) XXX_Marshal ¶
func (m *TotalProtocolFee) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TotalProtocolFee) XXX_Merge ¶
func (m *TotalProtocolFee) XXX_Merge(src proto.Message)
func (*TotalProtocolFee) XXX_Size ¶
func (m *TotalProtocolFee) XXX_Size() int
func (*TotalProtocolFee) XXX_Unmarshal ¶
func (m *TotalProtocolFee) XXX_Unmarshal(b []byte) error
type TransferReportProposal ¶
type TransferReportProposal struct { Proposer string `protobuf:"bytes,1,opt,name=proposer,proto3" json:"proposer,omitempty"` Denom string `protobuf:"bytes,2,opt,name=denom,proto3" json:"denom,omitempty"` ShotId string `protobuf:"bytes,3,opt,name=shotId,proto3" json:"shotId,omitempty"` PropId string `protobuf:"bytes,4,opt,name=propId,proto3" json:"propId,omitempty"` }
func NewTransferReportProposal ¶
func NewTransferReportProposal(proposer sdk.AccAddress, denom string, shotId string) *TransferReportProposal
func (*TransferReportProposal) Descriptor ¶
func (*TransferReportProposal) Descriptor() ([]byte, []int)
func (*TransferReportProposal) GetDenom ¶
func (m *TransferReportProposal) GetDenom() string
func (*TransferReportProposal) GetPropId ¶
func (m *TransferReportProposal) GetPropId() string
func (*TransferReportProposal) GetProposer ¶
func (m *TransferReportProposal) GetProposer() string
func (*TransferReportProposal) GetShotId ¶
func (m *TransferReportProposal) GetShotId() string
func (*TransferReportProposal) InFavour ¶
func (p *TransferReportProposal) InFavour() bool
func (*TransferReportProposal) Marshal ¶
func (m *TransferReportProposal) Marshal() (dAtA []byte, err error)
func (*TransferReportProposal) MarshalTo ¶
func (m *TransferReportProposal) MarshalTo(dAtA []byte) (int, error)
func (*TransferReportProposal) MarshalToSizedBuffer ¶
func (m *TransferReportProposal) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*TransferReportProposal) ProposalRoute ¶
func (p *TransferReportProposal) ProposalRoute() string
func (*TransferReportProposal) ProposalType ¶
func (p *TransferReportProposal) ProposalType() string
func (*TransferReportProposal) ProtoMessage ¶
func (*TransferReportProposal) ProtoMessage()
func (*TransferReportProposal) Reset ¶
func (m *TransferReportProposal) Reset()
func (*TransferReportProposal) Size ¶
func (m *TransferReportProposal) Size() (n int)
func (*TransferReportProposal) String ¶
func (m *TransferReportProposal) String() string
func (*TransferReportProposal) Unmarshal ¶
func (m *TransferReportProposal) Unmarshal(dAtA []byte) error
func (*TransferReportProposal) ValidateBasic ¶
func (p *TransferReportProposal) ValidateBasic() error
func (*TransferReportProposal) XXX_DiscardUnknown ¶
func (m *TransferReportProposal) XXX_DiscardUnknown()
func (*TransferReportProposal) XXX_Marshal ¶
func (m *TransferReportProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TransferReportProposal) XXX_Merge ¶
func (m *TransferReportProposal) XXX_Merge(src proto.Message)
func (*TransferReportProposal) XXX_Size ¶
func (m *TransferReportProposal) XXX_Size() int
func (*TransferReportProposal) XXX_Unmarshal ¶
func (m *TransferReportProposal) XXX_Unmarshal(b []byte) error
type UnbondCommission ¶
type UnbondCommission struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Value github_com_fury_fury_utils.Dec `protobuf:"bytes,2,opt,name=value,proto3,customtype=github.com/gridiron-protocol/fury/utils.Dec" json:"value"` }
func (*UnbondCommission) Descriptor ¶
func (*UnbondCommission) Descriptor() ([]byte, []int)
func (*UnbondCommission) GetDenom ¶
func (m *UnbondCommission) GetDenom() string
func (*UnbondCommission) Marshal ¶
func (m *UnbondCommission) Marshal() (dAtA []byte, err error)
func (*UnbondCommission) MarshalToSizedBuffer ¶
func (m *UnbondCommission) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*UnbondCommission) ProtoMessage ¶
func (*UnbondCommission) ProtoMessage()
func (*UnbondCommission) Reset ¶
func (m *UnbondCommission) Reset()
func (*UnbondCommission) Size ¶
func (m *UnbondCommission) Size() (n int)
func (*UnbondCommission) String ¶
func (m *UnbondCommission) String() string
func (*UnbondCommission) Unmarshal ¶
func (m *UnbondCommission) Unmarshal(dAtA []byte) error
func (*UnbondCommission) XXX_DiscardUnknown ¶
func (m *UnbondCommission) XXX_DiscardUnknown()
func (*UnbondCommission) XXX_Marshal ¶
func (m *UnbondCommission) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UnbondCommission) XXX_Merge ¶
func (m *UnbondCommission) XXX_Merge(src proto.Message)
func (*UnbondCommission) XXX_Size ¶
func (m *UnbondCommission) XXX_Size() int
func (*UnbondCommission) XXX_Unmarshal ¶
func (m *UnbondCommission) XXX_Unmarshal(b []byte) error
type UnbondRelayFee ¶
type UnbondRelayFee struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Value github_com_cosmos_cosmos_sdk_types.Coin `protobuf:"bytes,2,opt,name=value,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Coin" json:"value"` }
func (*UnbondRelayFee) Descriptor ¶
func (*UnbondRelayFee) Descriptor() ([]byte, []int)
func (*UnbondRelayFee) GetDenom ¶
func (m *UnbondRelayFee) GetDenom() string
func (*UnbondRelayFee) Marshal ¶
func (m *UnbondRelayFee) Marshal() (dAtA []byte, err error)
func (*UnbondRelayFee) MarshalToSizedBuffer ¶
func (m *UnbondRelayFee) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*UnbondRelayFee) ProtoMessage ¶
func (*UnbondRelayFee) ProtoMessage()
func (*UnbondRelayFee) Reset ¶
func (m *UnbondRelayFee) Reset()
func (*UnbondRelayFee) Size ¶
func (m *UnbondRelayFee) Size() (n int)
func (*UnbondRelayFee) String ¶
func (m *UnbondRelayFee) String() string
func (*UnbondRelayFee) Unmarshal ¶
func (m *UnbondRelayFee) Unmarshal(dAtA []byte) error
func (*UnbondRelayFee) XXX_DiscardUnknown ¶
func (m *UnbondRelayFee) XXX_DiscardUnknown()
func (*UnbondRelayFee) XXX_Marshal ¶
func (m *UnbondRelayFee) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UnbondRelayFee) XXX_Merge ¶
func (m *UnbondRelayFee) XXX_Merge(src proto.Message)
func (*UnbondRelayFee) XXX_Size ¶
func (m *UnbondRelayFee) XXX_Size() int
func (*UnbondRelayFee) XXX_Unmarshal ¶
func (m *UnbondRelayFee) XXX_Unmarshal(b []byte) error
type UnbondSwitch ¶
type UnbondSwitch struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Switch bool `protobuf:"varint,2,opt,name=switch,proto3" json:"switch,omitempty"` }
func (*UnbondSwitch) Descriptor ¶
func (*UnbondSwitch) Descriptor() ([]byte, []int)
func (*UnbondSwitch) GetDenom ¶
func (m *UnbondSwitch) GetDenom() string
func (*UnbondSwitch) GetSwitch ¶
func (m *UnbondSwitch) GetSwitch() bool
func (*UnbondSwitch) Marshal ¶
func (m *UnbondSwitch) Marshal() (dAtA []byte, err error)
func (*UnbondSwitch) MarshalToSizedBuffer ¶
func (m *UnbondSwitch) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*UnbondSwitch) ProtoMessage ¶
func (*UnbondSwitch) ProtoMessage()
func (*UnbondSwitch) Reset ¶
func (m *UnbondSwitch) Reset()
func (*UnbondSwitch) Size ¶
func (m *UnbondSwitch) Size() (n int)
func (*UnbondSwitch) String ¶
func (m *UnbondSwitch) String() string
func (*UnbondSwitch) Unmarshal ¶
func (m *UnbondSwitch) Unmarshal(dAtA []byte) error
func (*UnbondSwitch) XXX_DiscardUnknown ¶
func (m *UnbondSwitch) XXX_DiscardUnknown()
func (*UnbondSwitch) XXX_Marshal ¶
func (m *UnbondSwitch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UnbondSwitch) XXX_Merge ¶
func (m *UnbondSwitch) XXX_Merge(src proto.Message)
func (*UnbondSwitch) XXX_Size ¶
func (m *UnbondSwitch) XXX_Size() int
func (*UnbondSwitch) XXX_Unmarshal ¶
func (m *UnbondSwitch) XXX_Unmarshal(b []byte) error
type Unbonding ¶
type Unbonding struct { Unbonder string `protobuf:"bytes,1,opt,name=unbonder,proto3" json:"unbonder,omitempty"` Amount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,2,opt,name=amount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"amount"` Recipient string `protobuf:"bytes,3,opt,name=recipient,proto3" json:"recipient,omitempty"` }
func (*Unbonding) Descriptor ¶
func (*Unbonding) GetRecipient ¶
func (*Unbonding) GetUnbonder ¶
func (*Unbonding) MarshalToSizedBuffer ¶
func (*Unbonding) ProtoMessage ¶
func (*Unbonding) ProtoMessage()
func (*Unbonding) XXX_DiscardUnknown ¶
func (m *Unbonding) XXX_DiscardUnknown()
func (*Unbonding) XXX_Marshal ¶
func (*Unbonding) XXX_Unmarshal ¶
type UnimplementedMsgServer ¶
type UnimplementedMsgServer struct { }
UnimplementedMsgServer can be embedded to have forward compatible implementations.
func (*UnimplementedMsgServer) ClearCurrentEraSnapShots ¶
func (*UnimplementedMsgServer) ClearCurrentEraSnapShots(ctx context.Context, req *MsgClearCurrentEraSnapShots) (*MsgClearCurrentEraSnapShotsResponse, error)
func (*UnimplementedMsgServer) InitPool ¶
func (*UnimplementedMsgServer) InitPool(ctx context.Context, req *MsgInitPool) (*MsgInitPoolResponse, error)
func (*UnimplementedMsgServer) LiquidityUnbond ¶
func (*UnimplementedMsgServer) LiquidityUnbond(ctx context.Context, req *MsgLiquidityUnbond) (*MsgLiquidityUnbondResponse, error)
func (*UnimplementedMsgServer) MigrateInit ¶
func (*UnimplementedMsgServer) MigrateInit(ctx context.Context, req *MsgMigrateInit) (*MsgMigrateInitResponse, error)
func (*UnimplementedMsgServer) MigrateUnbondings ¶
func (*UnimplementedMsgServer) MigrateUnbondings(ctx context.Context, req *MsgMigrateUnbondings) (*MsgMigrateUnbondingsResponse, error)
func (*UnimplementedMsgServer) RegisterIcaPool ¶
func (*UnimplementedMsgServer) RegisterIcaPool(ctx context.Context, req *MsgRegisterIcaPool) (*MsgRegisterIcaPoolResponse, error)
func (*UnimplementedMsgServer) RmBondedPool ¶
func (*UnimplementedMsgServer) RmBondedPool(ctx context.Context, req *MsgRmBondedPool) (*MsgRmBondedPoolResponse, error)
func (*UnimplementedMsgServer) SetEraSeconds ¶
func (*UnimplementedMsgServer) SetEraSeconds(ctx context.Context, req *MsgSetEraSeconds) (*MsgSetEraSecondsResponse, error)
func (*UnimplementedMsgServer) SetEraUnbondLimit ¶
func (*UnimplementedMsgServer) SetEraUnbondLimit(ctx context.Context, req *MsgSetEraUnbondLimit) (*MsgSetEraUnbondLimitResponse, error)
func (*UnimplementedMsgServer) SetLeastBond ¶
func (*UnimplementedMsgServer) SetLeastBond(ctx context.Context, req *MsgSetLeastBond) (*MsgSetLeastBondResponse, error)
func (*UnimplementedMsgServer) SetPoolDetail ¶
func (*UnimplementedMsgServer) SetPoolDetail(ctx context.Context, req *MsgSetPoolDetail) (*MsgSetPoolDetailResponse, error)
func (*UnimplementedMsgServer) SetPoolStatus ¶
func (*UnimplementedMsgServer) SetPoolStatus(ctx context.Context, req *MsgSetPoolStatus) (*MsgSetPoolStatusResponse, error)
func (*UnimplementedMsgServer) SetProtocolFeeReceiver ¶
func (*UnimplementedMsgServer) SetProtocolFeeReceiver(ctx context.Context, req *MsgSetProtocolFeeReceiver) (*MsgSetProtocolFeeReceiverResponse, error)
func (*UnimplementedMsgServer) SetRParams ¶
func (*UnimplementedMsgServer) SetRParams(ctx context.Context, req *MsgSetRParams) (*MsgSetRParamsResponse, error)
func (*UnimplementedMsgServer) SetRelayFeeReceiver ¶
func (*UnimplementedMsgServer) SetRelayFeeReceiver(ctx context.Context, req *MsgSetRelayFeeReceiver) (*MsgSetRelayFeeReceiverResponse, error)
func (*UnimplementedMsgServer) SetRelayGasPrice ¶
func (*UnimplementedMsgServer) SetRelayGasPrice(ctx context.Context, req *MsgSetRelayGasPrice) (*MsgSetRelayGasPriceResponse, error)
func (*UnimplementedMsgServer) SetStakingRewardCommission ¶
func (*UnimplementedMsgServer) SetStakingRewardCommission(ctx context.Context, req *MsgSetStakingRewardCommission) (*MsgSetStakingRewardCommissionResponse, error)
func (*UnimplementedMsgServer) SetUnbondCommission ¶
func (*UnimplementedMsgServer) SetUnbondCommission(ctx context.Context, req *MsgSetUnbondCommission) (*MsgSetUnbondCommissionResponse, error)
func (*UnimplementedMsgServer) SetUnbondRelayFee ¶
func (*UnimplementedMsgServer) SetUnbondRelayFee(ctx context.Context, req *MsgSetUnbondRelayFee) (*MsgSetUnbondRelayFeeResponse, error)
func (*UnimplementedMsgServer) SetWithdrawalAddr ¶
func (*UnimplementedMsgServer) SetWithdrawalAddr(ctx context.Context, req *MsgSetWithdrawalAddr) (*MsgSetWithdrawalAddrResponse, error)
func (*UnimplementedMsgServer) SubmitSignature ¶
func (*UnimplementedMsgServer) SubmitSignature(ctx context.Context, req *MsgSubmitSignature) (*MsgSubmitSignatureResponse, error)
func (*UnimplementedMsgServer) ToggleUnbondSwitch ¶
func (*UnimplementedMsgServer) ToggleUnbondSwitch(ctx context.Context, req *MsgToggleUnbondSwitch) (*MsgToggleUnbondSwitchResponse, error)
func (*UnimplementedMsgServer) UnsealMigrateInit ¶
func (*UnimplementedMsgServer) UnsealMigrateInit(ctx context.Context, req *MsgUnsealMigrateInit) (*MsgUnsealMigrateInitResponse, error)
type UnimplementedQueryServer ¶
type UnimplementedQueryServer struct { }
UnimplementedQueryServer can be embedded to have forward compatible implementations.
func (*UnimplementedQueryServer) BondedPoolsByDenom ¶
func (*UnimplementedQueryServer) BondedPoolsByDenom(ctx context.Context, req *QueryBondedPoolsByDenomRequest) (*QueryBondedPoolsByDenomResponse, error)
func (*UnimplementedQueryServer) EraExchangeRatesByDenom ¶
func (*UnimplementedQueryServer) EraExchangeRatesByDenom(ctx context.Context, req *QueryEraExchangeRatesByDenomRequest) (*QueryEraExchangeRatesByDenomResponse, error)
func (*UnimplementedQueryServer) ExchangeRateAll ¶
func (*UnimplementedQueryServer) ExchangeRateAll(ctx context.Context, req *QueryExchangeRateAllRequest) (*QueryExchangeRateAllResponse, error)
func (*UnimplementedQueryServer) GetBondPipeline ¶
func (*UnimplementedQueryServer) GetBondPipeline(ctx context.Context, req *QueryGetBondPipelineRequest) (*QueryGetBondPipelineResponse, error)
func (*UnimplementedQueryServer) GetBondRecord ¶
func (*UnimplementedQueryServer) GetBondRecord(ctx context.Context, req *QueryGetBondRecordRequest) (*QueryGetBondRecordResponse, error)
func (*UnimplementedQueryServer) GetChainEra ¶
func (*UnimplementedQueryServer) GetChainEra(ctx context.Context, req *QueryGetChainEraRequest) (*QueryGetChainEraResponse, error)
func (*UnimplementedQueryServer) GetCurrentEraSnapshot ¶
func (*UnimplementedQueryServer) GetCurrentEraSnapshot(ctx context.Context, req *QueryGetCurrentEraSnapshotRequest) (*QueryGetCurrentEraSnapshotResponse, error)
func (*UnimplementedQueryServer) GetEraExchangeRate ¶
func (*UnimplementedQueryServer) GetEraExchangeRate(ctx context.Context, req *QueryGetEraExchangeRateRequest) (*QueryGetEraExchangeRateResponse, error)
func (*UnimplementedQueryServer) GetEraSnapshot ¶
func (*UnimplementedQueryServer) GetEraSnapshot(ctx context.Context, req *QueryGetEraSnapshotRequest) (*QueryGetEraSnapshotResponse, error)
func (*UnimplementedQueryServer) GetEraUnbondLimit ¶
func (*UnimplementedQueryServer) GetEraUnbondLimit(ctx context.Context, req *QueryGetEraUnbondLimitRequest) (*QueryGetEraUnbondLimitResponse, error)
func (*UnimplementedQueryServer) GetExchangeRate ¶
func (*UnimplementedQueryServer) GetExchangeRate(ctx context.Context, req *QueryGetExchangeRateRequest) (*QueryGetExchangeRateResponse, error)
func (*UnimplementedQueryServer) GetPoolDetail ¶
func (*UnimplementedQueryServer) GetPoolDetail(ctx context.Context, req *QueryGetPoolDetailRequest) (*QueryGetPoolDetailResponse, error)
func (*UnimplementedQueryServer) GetProtocolFeeReceiver ¶
func (*UnimplementedQueryServer) GetProtocolFeeReceiver(ctx context.Context, req *QueryGetProtocolFeeReceiverRequest) (*QueryGetProtocolFeeReceiverResponse, error)
func (*UnimplementedQueryServer) GetRParams ¶
func (*UnimplementedQueryServer) GetRParams(ctx context.Context, req *QueryGetRParamsRequest) (*QueryGetRParamsResponse, error)
func (*UnimplementedQueryServer) GetSignature ¶
func (*UnimplementedQueryServer) GetSignature(ctx context.Context, req *QueryGetSignatureRequest) (*QueryGetSignatureResponse, error)
func (*UnimplementedQueryServer) GetSnapshot ¶
func (*UnimplementedQueryServer) GetSnapshot(ctx context.Context, req *QueryGetSnapshotRequest) (*QueryGetSnapshotResponse, error)
func (*UnimplementedQueryServer) GetStakingRewardCommission ¶
func (*UnimplementedQueryServer) GetStakingRewardCommission(ctx context.Context, req *QueryGetStakingRewardCommissionRequest) (*QueryGetStakingRewardCommissionResponse, error)
func (*UnimplementedQueryServer) GetTotalExpectedActive ¶
func (*UnimplementedQueryServer) GetTotalExpectedActive(ctx context.Context, req *QueryGetTotalExpectedActiveRequest) (*QueryGetTotalExpectedActiveResponse, error)
func (*UnimplementedQueryServer) GetUnbondCommission ¶
func (*UnimplementedQueryServer) GetUnbondCommission(ctx context.Context, req *QueryGetUnbondCommissionRequest) (*QueryGetUnbondCommissionResponse, error)
func (*UnimplementedQueryServer) GetUnbondRelayFee ¶
func (*UnimplementedQueryServer) GetUnbondRelayFee(ctx context.Context, req *QueryGetUnbondRelayFeeRequest) (*QueryGetUnbondRelayFeeResponse, error)
func (*UnimplementedQueryServer) IcaPoolList ¶
func (*UnimplementedQueryServer) IcaPoolList(ctx context.Context, req *QueryIcaPoolListRequest) (*QueryIcaPoolListResponse, error)
func (*UnimplementedQueryServer) InterchainTxStatus ¶
func (*UnimplementedQueryServer) InterchainTxStatus(ctx context.Context, req *QueryInterchainTxStatusRequest) (*QueryInterchainTxStatusResponse, error)
func (*UnimplementedQueryServer) PoolUnbondNextSequence ¶
func (*UnimplementedQueryServer) PoolUnbondNextSequence(ctx context.Context, req *QueryPoolUnbondNextSequenceRequest) (*QueryPoolUnbondNextSequenceResponse, error)
func (*UnimplementedQueryServer) PoolUnbondings ¶
func (*UnimplementedQueryServer) PoolUnbondings(ctx context.Context, req *QueryPoolUnbondingsRequest) (*QueryPoolUnbondingsResponse, error)
func (*UnimplementedQueryServer) RelayFeeReceiver ¶
func (*UnimplementedQueryServer) RelayFeeReceiver(ctx context.Context, req *QueryRelayFeeReceiverRequest) (*QueryRelayFeeReceiverResponse, error)
func (*UnimplementedQueryServer) TotalProtocolFee ¶
func (*UnimplementedQueryServer) TotalProtocolFee(ctx context.Context, req *QueryTotalProtocolFeeRequest) (*QueryTotalProtocolFeeResponse, error)
func (*UnimplementedQueryServer) UnbondSwitch ¶
func (*UnimplementedQueryServer) UnbondSwitch(ctx context.Context, req *QueryUnbondSwitchRequest) (*QueryUnbondSwitchResponse, error)
Source Files ¶
- codec.go
- errors.go
- events.go
- expected_keepers.go
- genesis.go
- genesis.pb.go
- keys.go
- ledger.pb.go
- message_init_pool.go
- message_migrate_init.go
- message_migrate_unbondings.go
- message_register_ica_pool.go
- message_rm_bonded_pool.go
- message_set_era_seconds.go
- message_set_pool_status.go
- message_set_relay_fee_receiver.go
- message_set_relay_gas_price.go
- message_set_withdrawal_addr.go
- message_toggle_unbond_switch.go
- message_unseal_migrate_init.go
- msg.go
- proposal.go
- proposal.pb.go
- query.pb.go
- query.pb.gw.go
- tx.pb.go
- types.go