Documentation ¶
Overview ¶
Package types is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Constants
- Variables
- func GetCLPModuleAddress() sdk.AccAddress
- func GetDefaultCLPAdmin() sdk.AccAddress
- func GetLiquidityProviderKey(externalTicker string, lp string) []byte
- func GetPoolKey(externalTicker string, nativeTicker string) ([]byte, error)
- func GetRemovalQueueKey(symbol string) []byte
- func GetRemovalRequestKey(request RemovalRequest) []byte
- func GetRemovalRequestLPPrefix(lpaddress string) []byte
- func ParamKeyTable() paramtypes.KeyTable
- func RegisterInterfaces(registry types.InterfaceRegistry)
- func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino)
- func RegisterMsgServer(s grpc1.Server, srv MsgServer)
- func RegisterQueryHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, client QueryClient) error
- func RegisterQueryHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QueryServer) error
- func RegisterQueryServer(s grpc1.Server, srv QueryServer)
- func StringCompare(a, b string) bool
- func VerifyRange(num, low, high int) bool
- type AdminKeeper
- type Asset
- func (*Asset) Descriptor() ([]byte, []int)
- func (a Asset) Equals(a2 Asset) bool
- func (m *Asset) GetSymbol() string
- func (a Asset) IsEmpty() bool
- func (a *Asset) IsSettlementAsset() bool
- func (m *Asset) Marshal() (dAtA []byte, err error)
- func (m *Asset) MarshalTo(dAtA []byte) (int, error)
- func (m *Asset) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Asset) ProtoMessage()
- func (m *Asset) Reset()
- func (m *Asset) Size() (n int)
- func (m *Asset) String() string
- func (m *Asset) Unmarshal(dAtA []byte) error
- func (a Asset) Validate() bool
- func (m *Asset) XXX_DiscardUnknown()
- func (m *Asset) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Asset) XXX_Merge(src proto.Message)
- func (m *Asset) XXX_Size() int
- func (m *Asset) XXX_Unmarshal(b []byte) error
- type AssetListReq
- func (*AssetListReq) Descriptor() ([]byte, []int)
- func (m *AssetListReq) Marshal() (dAtA []byte, err error)
- func (m *AssetListReq) MarshalTo(dAtA []byte) (int, error)
- func (m *AssetListReq) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AssetListReq) ProtoMessage()
- func (m *AssetListReq) Reset()
- func (m *AssetListReq) Size() (n int)
- func (m *AssetListReq) String() string
- func (m *AssetListReq) Unmarshal(dAtA []byte) error
- func (m *AssetListReq) XXX_DiscardUnknown()
- func (m *AssetListReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AssetListReq) XXX_Merge(src proto.Message)
- func (m *AssetListReq) XXX_Size() int
- func (m *AssetListReq) XXX_Unmarshal(b []byte) error
- type AssetListRes
- func (*AssetListRes) Descriptor() ([]byte, []int)
- func (m *AssetListRes) GetAssets() []*Asset
- func (m *AssetListRes) GetHeight() int64
- func (m *AssetListRes) GetPagination() *query.PageResponse
- func (m *AssetListRes) Marshal() (dAtA []byte, err error)
- func (m *AssetListRes) MarshalTo(dAtA []byte) (int, error)
- func (m *AssetListRes) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AssetListRes) ProtoMessage()
- func (m *AssetListRes) Reset()
- func (m *AssetListRes) Size() (n int)
- func (m *AssetListRes) String() string
- func (m *AssetListRes) Unmarshal(dAtA []byte) error
- func (m *AssetListRes) XXX_DiscardUnknown()
- func (m *AssetListRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AssetListRes) XXX_Merge(src proto.Message)
- func (m *AssetListRes) XXX_Size() int
- func (m *AssetListRes) XXX_Unmarshal(b []byte) error
- type Assets
- type AuthKeeper
- type BankKeeper
- type EventPolicy
- func (*EventPolicy) Descriptor() ([]byte, []int)
- func (m *EventPolicy) GetEventType() string
- func (m *EventPolicy) GetPmtpPeriodEndBlock() string
- func (m *EventPolicy) GetPmtpPeriodStartBlock() string
- func (m *EventPolicy) Marshal() (dAtA []byte, err error)
- func (m *EventPolicy) MarshalTo(dAtA []byte) (int, error)
- func (m *EventPolicy) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EventPolicy) ProtoMessage()
- func (m *EventPolicy) Reset()
- func (m *EventPolicy) Size() (n int)
- func (m *EventPolicy) String() string
- func (m *EventPolicy) Unmarshal(dAtA []byte) error
- func (m *EventPolicy) XXX_DiscardUnknown()
- func (m *EventPolicy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EventPolicy) XXX_Merge(src proto.Message)
- func (m *EventPolicy) XXX_Size() int
- func (m *EventPolicy) XXX_Unmarshal(b []byte) error
- type GenesisState
- func (*GenesisState) Descriptor() ([]byte, []int)
- func (m *GenesisState) GetAddressWhitelist() []string
- func (m *GenesisState) GetLiquidityProviders() []*LiquidityProvider
- func (m *GenesisState) GetParams() Params
- func (m *GenesisState) GetPoolList() []*Pool
- 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 (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 LiquidityProtectionParams
- func (*LiquidityProtectionParams) Descriptor() ([]byte, []int)
- func (m *LiquidityProtectionParams) GetEpochLength() uint64
- func (m *LiquidityProtectionParams) GetIsActive() bool
- func (m *LiquidityProtectionParams) GetMaxRowanLiquidityThresholdAsset() string
- func (m *LiquidityProtectionParams) Marshal() (dAtA []byte, err error)
- func (m *LiquidityProtectionParams) MarshalTo(dAtA []byte) (int, error)
- func (m *LiquidityProtectionParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LiquidityProtectionParams) ProtoMessage()
- func (m *LiquidityProtectionParams) Reset()
- func (m *LiquidityProtectionParams) Size() (n int)
- func (m *LiquidityProtectionParams) String() string
- func (m *LiquidityProtectionParams) Unmarshal(dAtA []byte) error
- func (m *LiquidityProtectionParams) XXX_DiscardUnknown()
- func (m *LiquidityProtectionParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LiquidityProtectionParams) XXX_Merge(src proto.Message)
- func (m *LiquidityProtectionParams) XXX_Size() int
- func (m *LiquidityProtectionParams) XXX_Unmarshal(b []byte) error
- type LiquidityProtectionParamsReq
- func (*LiquidityProtectionParamsReq) Descriptor() ([]byte, []int)
- func (m *LiquidityProtectionParamsReq) Marshal() (dAtA []byte, err error)
- func (m *LiquidityProtectionParamsReq) MarshalTo(dAtA []byte) (int, error)
- func (m *LiquidityProtectionParamsReq) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LiquidityProtectionParamsReq) ProtoMessage()
- func (m *LiquidityProtectionParamsReq) Reset()
- func (m *LiquidityProtectionParamsReq) Size() (n int)
- func (m *LiquidityProtectionParamsReq) String() string
- func (m *LiquidityProtectionParamsReq) Unmarshal(dAtA []byte) error
- func (m *LiquidityProtectionParamsReq) XXX_DiscardUnknown()
- func (m *LiquidityProtectionParamsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LiquidityProtectionParamsReq) XXX_Merge(src proto.Message)
- func (m *LiquidityProtectionParamsReq) XXX_Size() int
- func (m *LiquidityProtectionParamsReq) XXX_Unmarshal(b []byte) error
- type LiquidityProtectionParamsRes
- func (*LiquidityProtectionParamsRes) Descriptor() ([]byte, []int)
- func (m *LiquidityProtectionParamsRes) GetHeight() int64
- func (m *LiquidityProtectionParamsRes) GetParams() *LiquidityProtectionParams
- func (m *LiquidityProtectionParamsRes) GetRateParams() *LiquidityProtectionRateParams
- func (m *LiquidityProtectionParamsRes) Marshal() (dAtA []byte, err error)
- func (m *LiquidityProtectionParamsRes) MarshalTo(dAtA []byte) (int, error)
- func (m *LiquidityProtectionParamsRes) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LiquidityProtectionParamsRes) ProtoMessage()
- func (m *LiquidityProtectionParamsRes) Reset()
- func (m *LiquidityProtectionParamsRes) Size() (n int)
- func (m *LiquidityProtectionParamsRes) String() string
- func (m *LiquidityProtectionParamsRes) Unmarshal(dAtA []byte) error
- func (m *LiquidityProtectionParamsRes) XXX_DiscardUnknown()
- func (m *LiquidityProtectionParamsRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LiquidityProtectionParamsRes) XXX_Merge(src proto.Message)
- func (m *LiquidityProtectionParamsRes) XXX_Size() int
- func (m *LiquidityProtectionParamsRes) XXX_Unmarshal(b []byte) error
- type LiquidityProtectionRateParams
- func (*LiquidityProtectionRateParams) Descriptor() ([]byte, []int)
- func (m *LiquidityProtectionRateParams) Marshal() (dAtA []byte, err error)
- func (m *LiquidityProtectionRateParams) MarshalTo(dAtA []byte) (int, error)
- func (m *LiquidityProtectionRateParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LiquidityProtectionRateParams) ProtoMessage()
- func (m *LiquidityProtectionRateParams) Reset()
- func (m *LiquidityProtectionRateParams) Size() (n int)
- func (m *LiquidityProtectionRateParams) String() string
- func (m *LiquidityProtectionRateParams) Unmarshal(dAtA []byte) error
- func (m *LiquidityProtectionRateParams) XXX_DiscardUnknown()
- func (m *LiquidityProtectionRateParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LiquidityProtectionRateParams) XXX_Merge(src proto.Message)
- func (m *LiquidityProtectionRateParams) XXX_Size() int
- func (m *LiquidityProtectionRateParams) XXX_Unmarshal(b []byte) error
- type LiquidityProvider
- func (*LiquidityProvider) Descriptor() ([]byte, []int)
- func (m *LiquidityProvider) GetAsset() *Asset
- func (m *LiquidityProvider) GetLiquidityProviderAddress() string
- func (m *LiquidityProvider) GetUnlocks() []*LiquidityUnlock
- func (m *LiquidityProvider) Marshal() (dAtA []byte, err error)
- func (m *LiquidityProvider) MarshalTo(dAtA []byte) (int, error)
- func (m *LiquidityProvider) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LiquidityProvider) ProtoMessage()
- func (m *LiquidityProvider) Reset()
- func (m *LiquidityProvider) Size() (n int)
- func (m *LiquidityProvider) String() string
- func (m *LiquidityProvider) Unmarshal(dAtA []byte) error
- func (l LiquidityProvider) Validate() bool
- func (m *LiquidityProvider) XXX_DiscardUnknown()
- func (m *LiquidityProvider) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LiquidityProvider) XXX_Merge(src proto.Message)
- func (m *LiquidityProvider) XXX_Size() int
- func (m *LiquidityProvider) XXX_Unmarshal(b []byte) error
- type LiquidityProviderData
- func (*LiquidityProviderData) Descriptor() ([]byte, []int)
- func (m *LiquidityProviderData) GetExternalAssetBalance() string
- func (m *LiquidityProviderData) GetLiquidityProvider() *LiquidityProvider
- func (m *LiquidityProviderData) GetNativeAssetBalance() string
- func (m *LiquidityProviderData) Marshal() (dAtA []byte, err error)
- func (m *LiquidityProviderData) MarshalTo(dAtA []byte) (int, error)
- func (m *LiquidityProviderData) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LiquidityProviderData) ProtoMessage()
- func (m *LiquidityProviderData) Reset()
- func (m *LiquidityProviderData) Size() (n int)
- func (m *LiquidityProviderData) String() string
- func (m *LiquidityProviderData) Unmarshal(dAtA []byte) error
- func (m *LiquidityProviderData) XXX_DiscardUnknown()
- func (m *LiquidityProviderData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LiquidityProviderData) XXX_Merge(src proto.Message)
- func (m *LiquidityProviderData) XXX_Size() int
- func (m *LiquidityProviderData) XXX_Unmarshal(b []byte) error
- type LiquidityProviderDataReq
- func (*LiquidityProviderDataReq) Descriptor() ([]byte, []int)
- func (m *LiquidityProviderDataReq) Marshal() (dAtA []byte, err error)
- func (m *LiquidityProviderDataReq) MarshalTo(dAtA []byte) (int, error)
- func (m *LiquidityProviderDataReq) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LiquidityProviderDataReq) ProtoMessage()
- func (m *LiquidityProviderDataReq) Reset()
- func (m *LiquidityProviderDataReq) Size() (n int)
- func (m *LiquidityProviderDataReq) String() string
- func (m *LiquidityProviderDataReq) Unmarshal(dAtA []byte) error
- func (m *LiquidityProviderDataReq) XXX_DiscardUnknown()
- func (m *LiquidityProviderDataReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LiquidityProviderDataReq) XXX_Merge(src proto.Message)
- func (m *LiquidityProviderDataReq) XXX_Size() int
- func (m *LiquidityProviderDataReq) XXX_Unmarshal(b []byte) error
- type LiquidityProviderDataRes
- func (*LiquidityProviderDataRes) Descriptor() ([]byte, []int)
- func (m *LiquidityProviderDataRes) GetHeight() int64
- func (m *LiquidityProviderDataRes) GetLiquidityProviderData() []*LiquidityProviderData
- func (m *LiquidityProviderDataRes) GetPagination() *query.PageRequest
- func (m *LiquidityProviderDataRes) Marshal() (dAtA []byte, err error)
- func (m *LiquidityProviderDataRes) MarshalTo(dAtA []byte) (int, error)
- func (m *LiquidityProviderDataRes) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LiquidityProviderDataRes) ProtoMessage()
- func (m *LiquidityProviderDataRes) Reset()
- func (m *LiquidityProviderDataRes) Size() (n int)
- func (m *LiquidityProviderDataRes) String() string
- func (m *LiquidityProviderDataRes) Unmarshal(dAtA []byte) error
- func (m *LiquidityProviderDataRes) XXX_DiscardUnknown()
- func (m *LiquidityProviderDataRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LiquidityProviderDataRes) XXX_Merge(src proto.Message)
- func (m *LiquidityProviderDataRes) XXX_Size() int
- func (m *LiquidityProviderDataRes) XXX_Unmarshal(b []byte) error
- type LiquidityProviderListReq
- func (*LiquidityProviderListReq) Descriptor() ([]byte, []int)
- func (m *LiquidityProviderListReq) Marshal() (dAtA []byte, err error)
- func (m *LiquidityProviderListReq) MarshalTo(dAtA []byte) (int, error)
- func (m *LiquidityProviderListReq) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LiquidityProviderListReq) ProtoMessage()
- func (m *LiquidityProviderListReq) Reset()
- func (m *LiquidityProviderListReq) Size() (n int)
- func (m *LiquidityProviderListReq) String() string
- func (m *LiquidityProviderListReq) Unmarshal(dAtA []byte) error
- func (m *LiquidityProviderListReq) XXX_DiscardUnknown()
- func (m *LiquidityProviderListReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LiquidityProviderListReq) XXX_Merge(src proto.Message)
- func (m *LiquidityProviderListReq) XXX_Size() int
- func (m *LiquidityProviderListReq) XXX_Unmarshal(b []byte) error
- type LiquidityProviderListRes
- func (*LiquidityProviderListRes) Descriptor() ([]byte, []int)
- func (m *LiquidityProviderListRes) GetHeight() int64
- func (m *LiquidityProviderListRes) GetLiquidityProviders() []*LiquidityProvider
- func (m *LiquidityProviderListRes) GetPagination() *query.PageResponse
- func (m *LiquidityProviderListRes) Marshal() (dAtA []byte, err error)
- func (m *LiquidityProviderListRes) MarshalTo(dAtA []byte) (int, error)
- func (m *LiquidityProviderListRes) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LiquidityProviderListRes) ProtoMessage()
- func (m *LiquidityProviderListRes) Reset()
- func (m *LiquidityProviderListRes) Size() (n int)
- func (m *LiquidityProviderListRes) String() string
- func (m *LiquidityProviderListRes) Unmarshal(dAtA []byte) error
- func (m *LiquidityProviderListRes) XXX_DiscardUnknown()
- func (m *LiquidityProviderListRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LiquidityProviderListRes) XXX_Merge(src proto.Message)
- func (m *LiquidityProviderListRes) XXX_Size() int
- func (m *LiquidityProviderListRes) XXX_Unmarshal(b []byte) error
- type LiquidityProviderReq
- func (*LiquidityProviderReq) Descriptor() ([]byte, []int)
- func (m *LiquidityProviderReq) Marshal() (dAtA []byte, err error)
- func (m *LiquidityProviderReq) MarshalTo(dAtA []byte) (int, error)
- func (m *LiquidityProviderReq) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LiquidityProviderReq) ProtoMessage()
- func (m *LiquidityProviderReq) Reset()
- func (m *LiquidityProviderReq) Size() (n int)
- func (m *LiquidityProviderReq) String() string
- func (m *LiquidityProviderReq) Unmarshal(dAtA []byte) error
- func (m *LiquidityProviderReq) XXX_DiscardUnknown()
- func (m *LiquidityProviderReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LiquidityProviderReq) XXX_Merge(src proto.Message)
- func (m *LiquidityProviderReq) XXX_Size() int
- func (m *LiquidityProviderReq) XXX_Unmarshal(b []byte) error
- type LiquidityProviderRes
- func (*LiquidityProviderRes) Descriptor() ([]byte, []int)
- func (m *LiquidityProviderRes) GetExternalAssetBalance() string
- func (m *LiquidityProviderRes) GetHeight() int64
- func (m *LiquidityProviderRes) GetLiquidityProvider() *LiquidityProvider
- func (m *LiquidityProviderRes) GetNativeAssetBalance() string
- func (m *LiquidityProviderRes) Marshal() (dAtA []byte, err error)
- func (m *LiquidityProviderRes) MarshalTo(dAtA []byte) (int, error)
- func (m *LiquidityProviderRes) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LiquidityProviderRes) ProtoMessage()
- func (m *LiquidityProviderRes) Reset()
- func (m *LiquidityProviderRes) Size() (n int)
- func (m *LiquidityProviderRes) String() string
- func (m *LiquidityProviderRes) Unmarshal(dAtA []byte) error
- func (m *LiquidityProviderRes) XXX_DiscardUnknown()
- func (m *LiquidityProviderRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LiquidityProviderRes) XXX_Merge(src proto.Message)
- func (m *LiquidityProviderRes) XXX_Size() int
- func (m *LiquidityProviderRes) XXX_Unmarshal(b []byte) error
- type LiquidityProviders
- type LiquidityProvidersReq
- func (*LiquidityProvidersReq) Descriptor() ([]byte, []int)
- func (m *LiquidityProvidersReq) Marshal() (dAtA []byte, err error)
- func (m *LiquidityProvidersReq) MarshalTo(dAtA []byte) (int, error)
- func (m *LiquidityProvidersReq) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LiquidityProvidersReq) ProtoMessage()
- func (m *LiquidityProvidersReq) Reset()
- func (m *LiquidityProvidersReq) Size() (n int)
- func (m *LiquidityProvidersReq) String() string
- func (m *LiquidityProvidersReq) Unmarshal(dAtA []byte) error
- func (m *LiquidityProvidersReq) XXX_DiscardUnknown()
- func (m *LiquidityProvidersReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LiquidityProvidersReq) XXX_Merge(src proto.Message)
- func (m *LiquidityProvidersReq) XXX_Size() int
- func (m *LiquidityProvidersReq) XXX_Unmarshal(b []byte) error
- type LiquidityProvidersRes
- func (*LiquidityProvidersRes) Descriptor() ([]byte, []int)
- func (m *LiquidityProvidersRes) GetHeight() int64
- func (m *LiquidityProvidersRes) GetLiquidityProviders() []*LiquidityProvider
- func (m *LiquidityProvidersRes) GetPagination() *query.PageResponse
- func (m *LiquidityProvidersRes) Marshal() (dAtA []byte, err error)
- func (m *LiquidityProvidersRes) MarshalTo(dAtA []byte) (int, error)
- func (m *LiquidityProvidersRes) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LiquidityProvidersRes) ProtoMessage()
- func (m *LiquidityProvidersRes) Reset()
- func (m *LiquidityProvidersRes) Size() (n int)
- func (m *LiquidityProvidersRes) String() string
- func (m *LiquidityProvidersRes) Unmarshal(dAtA []byte) error
- func (m *LiquidityProvidersRes) XXX_DiscardUnknown()
- func (m *LiquidityProvidersRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LiquidityProvidersRes) XXX_Merge(src proto.Message)
- func (m *LiquidityProvidersRes) XXX_Size() int
- func (m *LiquidityProvidersRes) XXX_Unmarshal(b []byte) error
- type LiquidityUnlock
- func (*LiquidityUnlock) Descriptor() ([]byte, []int)
- func (m *LiquidityUnlock) GetRequestHeight() int64
- func (m *LiquidityUnlock) Marshal() (dAtA []byte, err error)
- func (m *LiquidityUnlock) MarshalTo(dAtA []byte) (int, error)
- func (m *LiquidityUnlock) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LiquidityUnlock) ProtoMessage()
- func (m *LiquidityUnlock) Reset()
- func (m *LiquidityUnlock) Size() (n int)
- func (m *LiquidityUnlock) String() string
- func (m *LiquidityUnlock) Unmarshal(dAtA []byte) error
- func (m *LiquidityUnlock) XXX_DiscardUnknown()
- func (m *LiquidityUnlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LiquidityUnlock) XXX_Merge(src proto.Message)
- func (m *LiquidityUnlock) XXX_Size() int
- func (m *LiquidityUnlock) XXX_Unmarshal(b []byte) error
- type MsgAddLiquidity
- func (*MsgAddLiquidity) Descriptor() ([]byte, []int)
- func (m *MsgAddLiquidity) GetExternalAsset() *Asset
- func (m MsgAddLiquidity) GetSignBytes() []byte
- func (m *MsgAddLiquidity) GetSigner() string
- func (m MsgAddLiquidity) GetSigners() []sdk.AccAddress
- func (m *MsgAddLiquidity) Marshal() (dAtA []byte, err error)
- func (m *MsgAddLiquidity) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgAddLiquidity) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgAddLiquidity) ProtoMessage()
- func (m *MsgAddLiquidity) Reset()
- func (m MsgAddLiquidity) Route() string
- func (m *MsgAddLiquidity) Size() (n int)
- func (m *MsgAddLiquidity) String() string
- func (m MsgAddLiquidity) Type() string
- func (m *MsgAddLiquidity) Unmarshal(dAtA []byte) error
- func (m MsgAddLiquidity) ValidateBasic() error
- func (m *MsgAddLiquidity) XXX_DiscardUnknown()
- func (m *MsgAddLiquidity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgAddLiquidity) XXX_Merge(src proto.Message)
- func (m *MsgAddLiquidity) XXX_Size() int
- func (m *MsgAddLiquidity) XXX_Unmarshal(b []byte) error
- type MsgAddLiquidityResponse
- func (*MsgAddLiquidityResponse) Descriptor() ([]byte, []int)
- func (m *MsgAddLiquidityResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgAddLiquidityResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgAddLiquidityResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgAddLiquidityResponse) ProtoMessage()
- func (m *MsgAddLiquidityResponse) Reset()
- func (m *MsgAddLiquidityResponse) Size() (n int)
- func (m *MsgAddLiquidityResponse) String() string
- func (m *MsgAddLiquidityResponse) Unmarshal(dAtA []byte) error
- func (m *MsgAddLiquidityResponse) XXX_DiscardUnknown()
- func (m *MsgAddLiquidityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgAddLiquidityResponse) XXX_Merge(src proto.Message)
- func (m *MsgAddLiquidityResponse) XXX_Size() int
- func (m *MsgAddLiquidityResponse) XXX_Unmarshal(b []byte) error
- type MsgAddProviderDistributionPeriodRequest
- func (*MsgAddProviderDistributionPeriodRequest) Descriptor() ([]byte, []int)
- func (m *MsgAddProviderDistributionPeriodRequest) GetDistributionPeriods() []*ProviderDistributionPeriod
- func (m MsgAddProviderDistributionPeriodRequest) GetSignBytes() []byte
- func (m *MsgAddProviderDistributionPeriodRequest) GetSigner() string
- func (m MsgAddProviderDistributionPeriodRequest) GetSigners() []sdk.AccAddress
- func (m *MsgAddProviderDistributionPeriodRequest) Marshal() (dAtA []byte, err error)
- func (m *MsgAddProviderDistributionPeriodRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgAddProviderDistributionPeriodRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgAddProviderDistributionPeriodRequest) ProtoMessage()
- func (m *MsgAddProviderDistributionPeriodRequest) Reset()
- func (m MsgAddProviderDistributionPeriodRequest) Route() string
- func (m *MsgAddProviderDistributionPeriodRequest) Size() (n int)
- func (m *MsgAddProviderDistributionPeriodRequest) String() string
- func (m MsgAddProviderDistributionPeriodRequest) Type() string
- func (m *MsgAddProviderDistributionPeriodRequest) Unmarshal(dAtA []byte) error
- func (m MsgAddProviderDistributionPeriodRequest) ValidateBasic() error
- func (m *MsgAddProviderDistributionPeriodRequest) XXX_DiscardUnknown()
- func (m *MsgAddProviderDistributionPeriodRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgAddProviderDistributionPeriodRequest) XXX_Merge(src proto.Message)
- func (m *MsgAddProviderDistributionPeriodRequest) XXX_Size() int
- func (m *MsgAddProviderDistributionPeriodRequest) XXX_Unmarshal(b []byte) error
- type MsgAddProviderDistributionPeriodResponse
- func (*MsgAddProviderDistributionPeriodResponse) Descriptor() ([]byte, []int)
- func (m *MsgAddProviderDistributionPeriodResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgAddProviderDistributionPeriodResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgAddProviderDistributionPeriodResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgAddProviderDistributionPeriodResponse) ProtoMessage()
- func (m *MsgAddProviderDistributionPeriodResponse) Reset()
- func (m *MsgAddProviderDistributionPeriodResponse) Size() (n int)
- func (m *MsgAddProviderDistributionPeriodResponse) String() string
- func (m *MsgAddProviderDistributionPeriodResponse) Unmarshal(dAtA []byte) error
- func (m *MsgAddProviderDistributionPeriodResponse) XXX_DiscardUnknown()
- func (m *MsgAddProviderDistributionPeriodResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgAddProviderDistributionPeriodResponse) XXX_Merge(src proto.Message)
- func (m *MsgAddProviderDistributionPeriodResponse) XXX_Size() int
- func (m *MsgAddProviderDistributionPeriodResponse) XXX_Unmarshal(b []byte) error
- type MsgAddRewardPeriodRequest
- func (*MsgAddRewardPeriodRequest) Descriptor() ([]byte, []int)
- func (m *MsgAddRewardPeriodRequest) GetRewardPeriods() []*RewardPeriod
- func (m MsgAddRewardPeriodRequest) GetSignBytes() []byte
- func (m *MsgAddRewardPeriodRequest) GetSigner() string
- func (m MsgAddRewardPeriodRequest) GetSigners() []sdk.AccAddress
- func (m *MsgAddRewardPeriodRequest) Marshal() (dAtA []byte, err error)
- func (m *MsgAddRewardPeriodRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgAddRewardPeriodRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgAddRewardPeriodRequest) ProtoMessage()
- func (m *MsgAddRewardPeriodRequest) Reset()
- func (m MsgAddRewardPeriodRequest) Route() string
- func (m *MsgAddRewardPeriodRequest) Size() (n int)
- func (m *MsgAddRewardPeriodRequest) String() string
- func (m MsgAddRewardPeriodRequest) Type() string
- func (m *MsgAddRewardPeriodRequest) Unmarshal(dAtA []byte) error
- func (m MsgAddRewardPeriodRequest) ValidateBasic() error
- func (m *MsgAddRewardPeriodRequest) XXX_DiscardUnknown()
- func (m *MsgAddRewardPeriodRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgAddRewardPeriodRequest) XXX_Merge(src proto.Message)
- func (m *MsgAddRewardPeriodRequest) XXX_Size() int
- func (m *MsgAddRewardPeriodRequest) XXX_Unmarshal(b []byte) error
- type MsgAddRewardPeriodResponse
- func (*MsgAddRewardPeriodResponse) Descriptor() ([]byte, []int)
- func (m *MsgAddRewardPeriodResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgAddRewardPeriodResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgAddRewardPeriodResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgAddRewardPeriodResponse) ProtoMessage()
- func (m *MsgAddRewardPeriodResponse) Reset()
- func (m *MsgAddRewardPeriodResponse) Size() (n int)
- func (m *MsgAddRewardPeriodResponse) String() string
- func (m *MsgAddRewardPeriodResponse) Unmarshal(dAtA []byte) error
- func (m *MsgAddRewardPeriodResponse) XXX_DiscardUnknown()
- func (m *MsgAddRewardPeriodResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgAddRewardPeriodResponse) XXX_Merge(src proto.Message)
- func (m *MsgAddRewardPeriodResponse) XXX_Size() int
- func (m *MsgAddRewardPeriodResponse) XXX_Unmarshal(b []byte) error
- type MsgCancelUnlock
- func (*MsgCancelUnlock) Descriptor() ([]byte, []int)
- func (m *MsgCancelUnlock) GetExternalAsset() *Asset
- func (m MsgCancelUnlock) GetSignBytes() []byte
- func (m *MsgCancelUnlock) GetSigner() string
- func (m MsgCancelUnlock) GetSigners() []sdk.AccAddress
- func (m *MsgCancelUnlock) Marshal() (dAtA []byte, err error)
- func (m *MsgCancelUnlock) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgCancelUnlock) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgCancelUnlock) ProtoMessage()
- func (m *MsgCancelUnlock) Reset()
- func (m MsgCancelUnlock) Route() string
- func (m *MsgCancelUnlock) Size() (n int)
- func (m *MsgCancelUnlock) String() string
- func (m MsgCancelUnlock) Type() string
- func (m *MsgCancelUnlock) Unmarshal(dAtA []byte) error
- func (m MsgCancelUnlock) ValidateBasic() error
- func (m *MsgCancelUnlock) XXX_DiscardUnknown()
- func (m *MsgCancelUnlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgCancelUnlock) XXX_Merge(src proto.Message)
- func (m *MsgCancelUnlock) XXX_Size() int
- func (m *MsgCancelUnlock) XXX_Unmarshal(b []byte) error
- type MsgCancelUnlockResponse
- func (*MsgCancelUnlockResponse) Descriptor() ([]byte, []int)
- func (m *MsgCancelUnlockResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgCancelUnlockResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgCancelUnlockResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgCancelUnlockResponse) ProtoMessage()
- func (m *MsgCancelUnlockResponse) Reset()
- func (m *MsgCancelUnlockResponse) Size() (n int)
- func (m *MsgCancelUnlockResponse) String() string
- func (m *MsgCancelUnlockResponse) Unmarshal(dAtA []byte) error
- func (m *MsgCancelUnlockResponse) XXX_DiscardUnknown()
- func (m *MsgCancelUnlockResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgCancelUnlockResponse) XXX_Merge(src proto.Message)
- func (m *MsgCancelUnlockResponse) XXX_Size() int
- func (m *MsgCancelUnlockResponse) XXX_Unmarshal(b []byte) error
- type MsgClient
- type MsgCreatePool
- func (*MsgCreatePool) Descriptor() ([]byte, []int)
- func (m *MsgCreatePool) GetExternalAsset() *Asset
- func (m MsgCreatePool) GetSignBytes() []byte
- func (m *MsgCreatePool) GetSigner() string
- func (m MsgCreatePool) GetSigners() []sdk.AccAddress
- func (m *MsgCreatePool) Marshal() (dAtA []byte, err error)
- func (m *MsgCreatePool) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgCreatePool) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgCreatePool) ProtoMessage()
- func (m *MsgCreatePool) Reset()
- func (m MsgCreatePool) Route() string
- func (m *MsgCreatePool) Size() (n int)
- func (m *MsgCreatePool) String() string
- func (m MsgCreatePool) Type() string
- func (m *MsgCreatePool) Unmarshal(dAtA []byte) error
- func (m MsgCreatePool) ValidateBasic() error
- func (m *MsgCreatePool) XXX_DiscardUnknown()
- func (m *MsgCreatePool) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgCreatePool) XXX_Merge(src proto.Message)
- func (m *MsgCreatePool) XXX_Size() int
- func (m *MsgCreatePool) XXX_Unmarshal(b []byte) error
- type MsgCreatePoolResponse
- func (*MsgCreatePoolResponse) Descriptor() ([]byte, []int)
- func (m *MsgCreatePoolResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgCreatePoolResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgCreatePoolResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgCreatePoolResponse) ProtoMessage()
- func (m *MsgCreatePoolResponse) Reset()
- func (m *MsgCreatePoolResponse) Size() (n int)
- func (m *MsgCreatePoolResponse) String() string
- func (m *MsgCreatePoolResponse) Unmarshal(dAtA []byte) error
- func (m *MsgCreatePoolResponse) XXX_DiscardUnknown()
- func (m *MsgCreatePoolResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgCreatePoolResponse) XXX_Merge(src proto.Message)
- func (m *MsgCreatePoolResponse) XXX_Size() int
- func (m *MsgCreatePoolResponse) XXX_Unmarshal(b []byte) error
- type MsgDecommissionPool
- func (*MsgDecommissionPool) Descriptor() ([]byte, []int)
- func (m MsgDecommissionPool) GetSignBytes() []byte
- func (m *MsgDecommissionPool) GetSigner() string
- func (m MsgDecommissionPool) GetSigners() []sdk.AccAddress
- func (m *MsgDecommissionPool) GetSymbol() string
- func (m *MsgDecommissionPool) Marshal() (dAtA []byte, err error)
- func (m *MsgDecommissionPool) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgDecommissionPool) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgDecommissionPool) ProtoMessage()
- func (m *MsgDecommissionPool) Reset()
- func (m MsgDecommissionPool) Route() string
- func (m *MsgDecommissionPool) Size() (n int)
- func (m *MsgDecommissionPool) String() string
- func (m MsgDecommissionPool) Type() string
- func (m *MsgDecommissionPool) Unmarshal(dAtA []byte) error
- func (m MsgDecommissionPool) ValidateBasic() error
- func (m *MsgDecommissionPool) XXX_DiscardUnknown()
- func (m *MsgDecommissionPool) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgDecommissionPool) XXX_Merge(src proto.Message)
- func (m *MsgDecommissionPool) XXX_Size() int
- func (m *MsgDecommissionPool) XXX_Unmarshal(b []byte) error
- type MsgDecommissionPoolResponse
- func (*MsgDecommissionPoolResponse) Descriptor() ([]byte, []int)
- func (m *MsgDecommissionPoolResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgDecommissionPoolResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgDecommissionPoolResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgDecommissionPoolResponse) ProtoMessage()
- func (m *MsgDecommissionPoolResponse) Reset()
- func (m *MsgDecommissionPoolResponse) Size() (n int)
- func (m *MsgDecommissionPoolResponse) String() string
- func (m *MsgDecommissionPoolResponse) Unmarshal(dAtA []byte) error
- func (m *MsgDecommissionPoolResponse) XXX_DiscardUnknown()
- func (m *MsgDecommissionPoolResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgDecommissionPoolResponse) XXX_Merge(src proto.Message)
- func (m *MsgDecommissionPoolResponse) XXX_Size() int
- func (m *MsgDecommissionPoolResponse) XXX_Unmarshal(b []byte) error
- type MsgModifyLiquidityProtectionRates
- func (*MsgModifyLiquidityProtectionRates) Descriptor() ([]byte, []int)
- func (m MsgModifyLiquidityProtectionRates) GetSignBytes() []byte
- func (m *MsgModifyLiquidityProtectionRates) GetSigner() string
- func (m *MsgModifyLiquidityProtectionRates) GetSigners() []sdk.AccAddress
- func (m *MsgModifyLiquidityProtectionRates) Marshal() (dAtA []byte, err error)
- func (m *MsgModifyLiquidityProtectionRates) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgModifyLiquidityProtectionRates) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgModifyLiquidityProtectionRates) ProtoMessage()
- func (m *MsgModifyLiquidityProtectionRates) Reset()
- func (m MsgModifyLiquidityProtectionRates) Route() string
- func (m *MsgModifyLiquidityProtectionRates) Size() (n int)
- func (m *MsgModifyLiquidityProtectionRates) String() string
- func (m MsgModifyLiquidityProtectionRates) Type() string
- func (m *MsgModifyLiquidityProtectionRates) Unmarshal(dAtA []byte) error
- func (m *MsgModifyLiquidityProtectionRates) ValidateBasic() error
- func (m *MsgModifyLiquidityProtectionRates) XXX_DiscardUnknown()
- func (m *MsgModifyLiquidityProtectionRates) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgModifyLiquidityProtectionRates) XXX_Merge(src proto.Message)
- func (m *MsgModifyLiquidityProtectionRates) XXX_Size() int
- func (m *MsgModifyLiquidityProtectionRates) XXX_Unmarshal(b []byte) error
- type MsgModifyLiquidityProtectionRatesResponse
- func (*MsgModifyLiquidityProtectionRatesResponse) Descriptor() ([]byte, []int)
- func (m *MsgModifyLiquidityProtectionRatesResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgModifyLiquidityProtectionRatesResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgModifyLiquidityProtectionRatesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgModifyLiquidityProtectionRatesResponse) ProtoMessage()
- func (m *MsgModifyLiquidityProtectionRatesResponse) Reset()
- func (m *MsgModifyLiquidityProtectionRatesResponse) Size() (n int)
- func (m *MsgModifyLiquidityProtectionRatesResponse) String() string
- func (m *MsgModifyLiquidityProtectionRatesResponse) Unmarshal(dAtA []byte) error
- func (m *MsgModifyLiquidityProtectionRatesResponse) XXX_DiscardUnknown()
- func (m *MsgModifyLiquidityProtectionRatesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgModifyLiquidityProtectionRatesResponse) XXX_Merge(src proto.Message)
- func (m *MsgModifyLiquidityProtectionRatesResponse) XXX_Size() int
- func (m *MsgModifyLiquidityProtectionRatesResponse) XXX_Unmarshal(b []byte) error
- type MsgModifyPmtpRates
- func (*MsgModifyPmtpRates) Descriptor() ([]byte, []int)
- func (m *MsgModifyPmtpRates) GetBlockRate() string
- func (m *MsgModifyPmtpRates) GetEndPolicy() bool
- func (m *MsgModifyPmtpRates) GetRunningRate() string
- func (m MsgModifyPmtpRates) GetSignBytes() []byte
- func (m *MsgModifyPmtpRates) GetSigner() string
- func (m *MsgModifyPmtpRates) GetSigners() []sdk.AccAddress
- func (m *MsgModifyPmtpRates) Marshal() (dAtA []byte, err error)
- func (m *MsgModifyPmtpRates) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgModifyPmtpRates) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgModifyPmtpRates) ProtoMessage()
- func (m *MsgModifyPmtpRates) Reset()
- func (m MsgModifyPmtpRates) Route() string
- func (m *MsgModifyPmtpRates) Size() (n int)
- func (m *MsgModifyPmtpRates) String() string
- func (m MsgModifyPmtpRates) Type() string
- func (m *MsgModifyPmtpRates) Unmarshal(dAtA []byte) error
- func (m *MsgModifyPmtpRates) ValidateBasic() error
- func (m *MsgModifyPmtpRates) XXX_DiscardUnknown()
- func (m *MsgModifyPmtpRates) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgModifyPmtpRates) XXX_Merge(src proto.Message)
- func (m *MsgModifyPmtpRates) XXX_Size() int
- func (m *MsgModifyPmtpRates) XXX_Unmarshal(b []byte) error
- type MsgModifyPmtpRatesResponse
- func (*MsgModifyPmtpRatesResponse) Descriptor() ([]byte, []int)
- func (m *MsgModifyPmtpRatesResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgModifyPmtpRatesResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgModifyPmtpRatesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgModifyPmtpRatesResponse) ProtoMessage()
- func (m *MsgModifyPmtpRatesResponse) Reset()
- func (m *MsgModifyPmtpRatesResponse) Size() (n int)
- func (m *MsgModifyPmtpRatesResponse) String() string
- func (m *MsgModifyPmtpRatesResponse) Unmarshal(dAtA []byte) error
- func (m *MsgModifyPmtpRatesResponse) XXX_DiscardUnknown()
- func (m *MsgModifyPmtpRatesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgModifyPmtpRatesResponse) XXX_Merge(src proto.Message)
- func (m *MsgModifyPmtpRatesResponse) XXX_Size() int
- func (m *MsgModifyPmtpRatesResponse) XXX_Unmarshal(b []byte) error
- type MsgRemoveLiquidity
- func (*MsgRemoveLiquidity) Descriptor() ([]byte, []int)
- func (m *MsgRemoveLiquidity) GetExternalAsset() *Asset
- func (m MsgRemoveLiquidity) GetSignBytes() []byte
- func (m *MsgRemoveLiquidity) GetSigner() string
- func (m MsgRemoveLiquidity) GetSigners() []sdk.AccAddress
- func (m *MsgRemoveLiquidity) Marshal() (dAtA []byte, err error)
- func (m *MsgRemoveLiquidity) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgRemoveLiquidity) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgRemoveLiquidity) ProtoMessage()
- func (m *MsgRemoveLiquidity) Reset()
- func (m MsgRemoveLiquidity) Route() string
- func (m *MsgRemoveLiquidity) Size() (n int)
- func (m *MsgRemoveLiquidity) String() string
- func (m MsgRemoveLiquidity) Type() string
- func (m *MsgRemoveLiquidity) Unmarshal(dAtA []byte) error
- func (m MsgRemoveLiquidity) ValidateBasic() error
- func (m *MsgRemoveLiquidity) XXX_DiscardUnknown()
- func (m *MsgRemoveLiquidity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgRemoveLiquidity) XXX_Merge(src proto.Message)
- func (m *MsgRemoveLiquidity) XXX_Size() int
- func (m *MsgRemoveLiquidity) XXX_Unmarshal(b []byte) error
- type MsgRemoveLiquidityResponse
- func (*MsgRemoveLiquidityResponse) Descriptor() ([]byte, []int)
- func (m *MsgRemoveLiquidityResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgRemoveLiquidityResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgRemoveLiquidityResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgRemoveLiquidityResponse) ProtoMessage()
- func (m *MsgRemoveLiquidityResponse) Reset()
- func (m *MsgRemoveLiquidityResponse) Size() (n int)
- func (m *MsgRemoveLiquidityResponse) String() string
- func (m *MsgRemoveLiquidityResponse) Unmarshal(dAtA []byte) error
- func (m *MsgRemoveLiquidityResponse) XXX_DiscardUnknown()
- func (m *MsgRemoveLiquidityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgRemoveLiquidityResponse) XXX_Merge(src proto.Message)
- func (m *MsgRemoveLiquidityResponse) XXX_Size() int
- func (m *MsgRemoveLiquidityResponse) XXX_Unmarshal(b []byte) error
- type MsgRemoveLiquidityUnits
- func (*MsgRemoveLiquidityUnits) Descriptor() ([]byte, []int)
- func (m *MsgRemoveLiquidityUnits) GetExternalAsset() *Asset
- func (m MsgRemoveLiquidityUnits) GetSignBytes() []byte
- func (m *MsgRemoveLiquidityUnits) GetSigner() string
- func (m MsgRemoveLiquidityUnits) GetSigners() []sdk.AccAddress
- func (m *MsgRemoveLiquidityUnits) Marshal() (dAtA []byte, err error)
- func (m *MsgRemoveLiquidityUnits) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgRemoveLiquidityUnits) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgRemoveLiquidityUnits) ProtoMessage()
- func (m *MsgRemoveLiquidityUnits) Reset()
- func (m MsgRemoveLiquidityUnits) Route() string
- func (m *MsgRemoveLiquidityUnits) Size() (n int)
- func (m *MsgRemoveLiquidityUnits) String() string
- func (m MsgRemoveLiquidityUnits) Type() string
- func (m *MsgRemoveLiquidityUnits) Unmarshal(dAtA []byte) error
- func (m MsgRemoveLiquidityUnits) ValidateBasic() error
- func (m *MsgRemoveLiquidityUnits) XXX_DiscardUnknown()
- func (m *MsgRemoveLiquidityUnits) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgRemoveLiquidityUnits) XXX_Merge(src proto.Message)
- func (m *MsgRemoveLiquidityUnits) XXX_Size() int
- func (m *MsgRemoveLiquidityUnits) XXX_Unmarshal(b []byte) error
- type MsgRemoveLiquidityUnitsResponse
- func (*MsgRemoveLiquidityUnitsResponse) Descriptor() ([]byte, []int)
- func (m *MsgRemoveLiquidityUnitsResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgRemoveLiquidityUnitsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgRemoveLiquidityUnitsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgRemoveLiquidityUnitsResponse) ProtoMessage()
- func (m *MsgRemoveLiquidityUnitsResponse) Reset()
- func (m *MsgRemoveLiquidityUnitsResponse) Size() (n int)
- func (m *MsgRemoveLiquidityUnitsResponse) String() string
- func (m *MsgRemoveLiquidityUnitsResponse) Unmarshal(dAtA []byte) error
- func (m *MsgRemoveLiquidityUnitsResponse) XXX_DiscardUnknown()
- func (m *MsgRemoveLiquidityUnitsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgRemoveLiquidityUnitsResponse) XXX_Merge(src proto.Message)
- func (m *MsgRemoveLiquidityUnitsResponse) XXX_Size() int
- func (m *MsgRemoveLiquidityUnitsResponse) XXX_Unmarshal(b []byte) error
- type MsgServer
- type MsgSetSymmetryThreshold
- func (*MsgSetSymmetryThreshold) Descriptor() ([]byte, []int)
- func (m MsgSetSymmetryThreshold) GetSignBytes() []byte
- func (m *MsgSetSymmetryThreshold) GetSigner() string
- func (m MsgSetSymmetryThreshold) GetSigners() []sdk.AccAddress
- func (m *MsgSetSymmetryThreshold) Marshal() (dAtA []byte, err error)
- func (m *MsgSetSymmetryThreshold) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSetSymmetryThreshold) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSetSymmetryThreshold) ProtoMessage()
- func (m *MsgSetSymmetryThreshold) Reset()
- func (m MsgSetSymmetryThreshold) Route() string
- func (m *MsgSetSymmetryThreshold) Size() (n int)
- func (m *MsgSetSymmetryThreshold) String() string
- func (m MsgSetSymmetryThreshold) Type() string
- func (m *MsgSetSymmetryThreshold) Unmarshal(dAtA []byte) error
- func (m MsgSetSymmetryThreshold) ValidateBasic() error
- func (m *MsgSetSymmetryThreshold) XXX_DiscardUnknown()
- func (m *MsgSetSymmetryThreshold) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSetSymmetryThreshold) XXX_Merge(src proto.Message)
- func (m *MsgSetSymmetryThreshold) XXX_Size() int
- func (m *MsgSetSymmetryThreshold) XXX_Unmarshal(b []byte) error
- type MsgSetSymmetryThresholdResponse
- func (*MsgSetSymmetryThresholdResponse) Descriptor() ([]byte, []int)
- func (m *MsgSetSymmetryThresholdResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSetSymmetryThresholdResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSetSymmetryThresholdResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSetSymmetryThresholdResponse) ProtoMessage()
- func (m *MsgSetSymmetryThresholdResponse) Reset()
- func (m *MsgSetSymmetryThresholdResponse) Size() (n int)
- func (m *MsgSetSymmetryThresholdResponse) String() string
- func (m *MsgSetSymmetryThresholdResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSetSymmetryThresholdResponse) XXX_DiscardUnknown()
- func (m *MsgSetSymmetryThresholdResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSetSymmetryThresholdResponse) XXX_Merge(src proto.Message)
- func (m *MsgSetSymmetryThresholdResponse) XXX_Size() int
- func (m *MsgSetSymmetryThresholdResponse) XXX_Unmarshal(b []byte) error
- type MsgSwap
- func (*MsgSwap) Descriptor() ([]byte, []int)
- func (m *MsgSwap) GetReceivedAsset() *Asset
- func (m *MsgSwap) GetSentAsset() *Asset
- func (m MsgSwap) GetSignBytes() []byte
- func (m *MsgSwap) GetSigner() string
- func (m MsgSwap) GetSigners() []sdk.AccAddress
- func (m *MsgSwap) Marshal() (dAtA []byte, err error)
- func (m *MsgSwap) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSwap) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSwap) ProtoMessage()
- func (m *MsgSwap) Reset()
- func (m MsgSwap) Route() string
- func (m *MsgSwap) Size() (n int)
- func (m *MsgSwap) String() string
- func (m MsgSwap) Type() string
- func (m *MsgSwap) Unmarshal(dAtA []byte) error
- func (m MsgSwap) ValidateBasic() error
- func (m *MsgSwap) XXX_DiscardUnknown()
- func (m *MsgSwap) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSwap) XXX_Merge(src proto.Message)
- func (m *MsgSwap) XXX_Size() int
- func (m *MsgSwap) XXX_Unmarshal(b []byte) error
- type MsgSwapResponse
- func (*MsgSwapResponse) Descriptor() ([]byte, []int)
- func (m *MsgSwapResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSwapResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSwapResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSwapResponse) ProtoMessage()
- func (m *MsgSwapResponse) Reset()
- func (m *MsgSwapResponse) Size() (n int)
- func (m *MsgSwapResponse) String() string
- func (m *MsgSwapResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSwapResponse) XXX_DiscardUnknown()
- func (m *MsgSwapResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSwapResponse) XXX_Merge(src proto.Message)
- func (m *MsgSwapResponse) XXX_Size() int
- func (m *MsgSwapResponse) XXX_Unmarshal(b []byte) error
- type MsgUnlockLiquidityRequest
- func (*MsgUnlockLiquidityRequest) Descriptor() ([]byte, []int)
- func (m *MsgUnlockLiquidityRequest) GetExternalAsset() *Asset
- func (m MsgUnlockLiquidityRequest) GetSignBytes() []byte
- func (m *MsgUnlockLiquidityRequest) GetSigner() string
- func (m MsgUnlockLiquidityRequest) GetSigners() []sdk.AccAddress
- func (m *MsgUnlockLiquidityRequest) Marshal() (dAtA []byte, err error)
- func (m *MsgUnlockLiquidityRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUnlockLiquidityRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUnlockLiquidityRequest) ProtoMessage()
- func (m *MsgUnlockLiquidityRequest) Reset()
- func (m MsgUnlockLiquidityRequest) Route() string
- func (m *MsgUnlockLiquidityRequest) Size() (n int)
- func (m *MsgUnlockLiquidityRequest) String() string
- func (m MsgUnlockLiquidityRequest) Type() string
- func (m *MsgUnlockLiquidityRequest) Unmarshal(dAtA []byte) error
- func (m MsgUnlockLiquidityRequest) ValidateBasic() error
- func (m *MsgUnlockLiquidityRequest) XXX_DiscardUnknown()
- func (m *MsgUnlockLiquidityRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUnlockLiquidityRequest) XXX_Merge(src proto.Message)
- func (m *MsgUnlockLiquidityRequest) XXX_Size() int
- func (m *MsgUnlockLiquidityRequest) XXX_Unmarshal(b []byte) error
- type MsgUnlockLiquidityResponse
- func (*MsgUnlockLiquidityResponse) Descriptor() ([]byte, []int)
- func (m *MsgUnlockLiquidityResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgUnlockLiquidityResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUnlockLiquidityResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUnlockLiquidityResponse) ProtoMessage()
- func (m *MsgUnlockLiquidityResponse) Reset()
- func (m *MsgUnlockLiquidityResponse) Size() (n int)
- func (m *MsgUnlockLiquidityResponse) String() string
- func (m *MsgUnlockLiquidityResponse) Unmarshal(dAtA []byte) error
- func (m *MsgUnlockLiquidityResponse) XXX_DiscardUnknown()
- func (m *MsgUnlockLiquidityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUnlockLiquidityResponse) XXX_Merge(src proto.Message)
- func (m *MsgUnlockLiquidityResponse) XXX_Size() int
- func (m *MsgUnlockLiquidityResponse) XXX_Unmarshal(b []byte) error
- type MsgUpdateLiquidityProtectionParams
- func (*MsgUpdateLiquidityProtectionParams) Descriptor() ([]byte, []int)
- func (m *MsgUpdateLiquidityProtectionParams) GetEpochLength() uint64
- func (m *MsgUpdateLiquidityProtectionParams) GetIsActive() bool
- func (m *MsgUpdateLiquidityProtectionParams) GetMaxRowanLiquidityThresholdAsset() string
- func (m MsgUpdateLiquidityProtectionParams) GetSignBytes() []byte
- func (m *MsgUpdateLiquidityProtectionParams) GetSigner() string
- func (m *MsgUpdateLiquidityProtectionParams) GetSigners() []sdk.AccAddress
- func (m *MsgUpdateLiquidityProtectionParams) Marshal() (dAtA []byte, err error)
- func (m *MsgUpdateLiquidityProtectionParams) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUpdateLiquidityProtectionParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUpdateLiquidityProtectionParams) ProtoMessage()
- func (m *MsgUpdateLiquidityProtectionParams) Reset()
- func (m MsgUpdateLiquidityProtectionParams) Route() string
- func (m *MsgUpdateLiquidityProtectionParams) Size() (n int)
- func (m *MsgUpdateLiquidityProtectionParams) String() string
- func (m MsgUpdateLiquidityProtectionParams) Type() string
- func (m *MsgUpdateLiquidityProtectionParams) Unmarshal(dAtA []byte) error
- func (m *MsgUpdateLiquidityProtectionParams) ValidateBasic() error
- func (m *MsgUpdateLiquidityProtectionParams) XXX_DiscardUnknown()
- func (m *MsgUpdateLiquidityProtectionParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUpdateLiquidityProtectionParams) XXX_Merge(src proto.Message)
- func (m *MsgUpdateLiquidityProtectionParams) XXX_Size() int
- func (m *MsgUpdateLiquidityProtectionParams) XXX_Unmarshal(b []byte) error
- type MsgUpdateLiquidityProtectionParamsResponse
- func (*MsgUpdateLiquidityProtectionParamsResponse) Descriptor() ([]byte, []int)
- func (m *MsgUpdateLiquidityProtectionParamsResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgUpdateLiquidityProtectionParamsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUpdateLiquidityProtectionParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUpdateLiquidityProtectionParamsResponse) ProtoMessage()
- func (m *MsgUpdateLiquidityProtectionParamsResponse) Reset()
- func (m *MsgUpdateLiquidityProtectionParamsResponse) Size() (n int)
- func (m *MsgUpdateLiquidityProtectionParamsResponse) String() string
- func (m *MsgUpdateLiquidityProtectionParamsResponse) Unmarshal(dAtA []byte) error
- func (m *MsgUpdateLiquidityProtectionParamsResponse) XXX_DiscardUnknown()
- func (m *MsgUpdateLiquidityProtectionParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUpdateLiquidityProtectionParamsResponse) XXX_Merge(src proto.Message)
- func (m *MsgUpdateLiquidityProtectionParamsResponse) XXX_Size() int
- func (m *MsgUpdateLiquidityProtectionParamsResponse) XXX_Unmarshal(b []byte) error
- type MsgUpdatePmtpParams
- func (*MsgUpdatePmtpParams) Descriptor() ([]byte, []int)
- func (m *MsgUpdatePmtpParams) GetPmtpPeriodEndBlock() int64
- func (m *MsgUpdatePmtpParams) GetPmtpPeriodEpochLength() int64
- func (m *MsgUpdatePmtpParams) GetPmtpPeriodGovernanceRate() string
- func (m *MsgUpdatePmtpParams) GetPmtpPeriodStartBlock() int64
- func (m MsgUpdatePmtpParams) GetSignBytes() []byte
- func (m *MsgUpdatePmtpParams) GetSigner() string
- func (m *MsgUpdatePmtpParams) GetSigners() []sdk.AccAddress
- func (m *MsgUpdatePmtpParams) Marshal() (dAtA []byte, err error)
- func (m *MsgUpdatePmtpParams) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUpdatePmtpParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUpdatePmtpParams) ProtoMessage()
- func (m *MsgUpdatePmtpParams) Reset()
- func (m MsgUpdatePmtpParams) Route() string
- func (m *MsgUpdatePmtpParams) Size() (n int)
- func (m *MsgUpdatePmtpParams) String() string
- func (m MsgUpdatePmtpParams) Type() string
- func (m *MsgUpdatePmtpParams) Unmarshal(dAtA []byte) error
- func (m *MsgUpdatePmtpParams) ValidateBasic() error
- func (m *MsgUpdatePmtpParams) XXX_DiscardUnknown()
- func (m *MsgUpdatePmtpParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUpdatePmtpParams) XXX_Merge(src proto.Message)
- func (m *MsgUpdatePmtpParams) XXX_Size() int
- func (m *MsgUpdatePmtpParams) XXX_Unmarshal(b []byte) error
- type MsgUpdatePmtpParamsResponse
- func (*MsgUpdatePmtpParamsResponse) Descriptor() ([]byte, []int)
- func (m *MsgUpdatePmtpParamsResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgUpdatePmtpParamsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUpdatePmtpParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUpdatePmtpParamsResponse) ProtoMessage()
- func (m *MsgUpdatePmtpParamsResponse) Reset()
- func (m *MsgUpdatePmtpParamsResponse) Size() (n int)
- func (m *MsgUpdatePmtpParamsResponse) String() string
- func (m *MsgUpdatePmtpParamsResponse) Unmarshal(dAtA []byte) error
- func (m *MsgUpdatePmtpParamsResponse) XXX_DiscardUnknown()
- func (m *MsgUpdatePmtpParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUpdatePmtpParamsResponse) XXX_Merge(src proto.Message)
- func (m *MsgUpdatePmtpParamsResponse) XXX_Size() int
- func (m *MsgUpdatePmtpParamsResponse) XXX_Unmarshal(b []byte) error
- type MsgUpdateRewardsParamsRequest
- func (*MsgUpdateRewardsParamsRequest) Descriptor() ([]byte, []int)
- func (m *MsgUpdateRewardsParamsRequest) GetLiquidityRemovalCancelPeriod() uint64
- func (m *MsgUpdateRewardsParamsRequest) GetLiquidityRemovalLockPeriod() uint64
- func (m MsgUpdateRewardsParamsRequest) GetSignBytes() []byte
- func (m *MsgUpdateRewardsParamsRequest) GetSigner() string
- func (m MsgUpdateRewardsParamsRequest) GetSigners() []sdk.AccAddress
- func (m *MsgUpdateRewardsParamsRequest) Marshal() (dAtA []byte, err error)
- func (m *MsgUpdateRewardsParamsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUpdateRewardsParamsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUpdateRewardsParamsRequest) ProtoMessage()
- func (m *MsgUpdateRewardsParamsRequest) Reset()
- func (m MsgUpdateRewardsParamsRequest) Route() string
- func (m *MsgUpdateRewardsParamsRequest) Size() (n int)
- func (m *MsgUpdateRewardsParamsRequest) String() string
- func (m MsgUpdateRewardsParamsRequest) Type() string
- func (m *MsgUpdateRewardsParamsRequest) Unmarshal(dAtA []byte) error
- func (m MsgUpdateRewardsParamsRequest) ValidateBasic() error
- func (m *MsgUpdateRewardsParamsRequest) XXX_DiscardUnknown()
- func (m *MsgUpdateRewardsParamsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUpdateRewardsParamsRequest) XXX_Merge(src proto.Message)
- func (m *MsgUpdateRewardsParamsRequest) XXX_Size() int
- func (m *MsgUpdateRewardsParamsRequest) XXX_Unmarshal(b []byte) error
- type MsgUpdateRewardsParamsResponse
- func (*MsgUpdateRewardsParamsResponse) Descriptor() ([]byte, []int)
- func (m *MsgUpdateRewardsParamsResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgUpdateRewardsParamsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUpdateRewardsParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUpdateRewardsParamsResponse) ProtoMessage()
- func (m *MsgUpdateRewardsParamsResponse) Reset()
- func (m *MsgUpdateRewardsParamsResponse) Size() (n int)
- func (m *MsgUpdateRewardsParamsResponse) String() string
- func (m *MsgUpdateRewardsParamsResponse) Unmarshal(dAtA []byte) error
- func (m *MsgUpdateRewardsParamsResponse) XXX_DiscardUnknown()
- func (m *MsgUpdateRewardsParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUpdateRewardsParamsResponse) XXX_Merge(src proto.Message)
- func (m *MsgUpdateRewardsParamsResponse) XXX_Size() int
- func (m *MsgUpdateRewardsParamsResponse) XXX_Unmarshal(b []byte) error
- type MsgUpdateStakingRewardParams
- func (*MsgUpdateStakingRewardParams) Descriptor() ([]byte, []int)
- func (m MsgUpdateStakingRewardParams) GetSignBytes() []byte
- func (m *MsgUpdateStakingRewardParams) GetSigner() string
- func (m MsgUpdateStakingRewardParams) GetSigners() []sdk.AccAddress
- func (m *MsgUpdateStakingRewardParams) Marshal() (dAtA []byte, err error)
- func (m *MsgUpdateStakingRewardParams) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUpdateStakingRewardParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUpdateStakingRewardParams) ProtoMessage()
- func (m *MsgUpdateStakingRewardParams) Reset()
- func (m MsgUpdateStakingRewardParams) Route() string
- func (m *MsgUpdateStakingRewardParams) Size() (n int)
- func (m *MsgUpdateStakingRewardParams) String() string
- func (m MsgUpdateStakingRewardParams) Type() string
- func (m *MsgUpdateStakingRewardParams) Unmarshal(dAtA []byte) error
- func (m MsgUpdateStakingRewardParams) ValidateBasic() error
- func (m *MsgUpdateStakingRewardParams) XXX_DiscardUnknown()
- func (m *MsgUpdateStakingRewardParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUpdateStakingRewardParams) XXX_Merge(src proto.Message)
- func (m *MsgUpdateStakingRewardParams) XXX_Size() int
- func (m *MsgUpdateStakingRewardParams) XXX_Unmarshal(b []byte) error
- type MsgUpdateStakingRewardParamsResponse
- func (*MsgUpdateStakingRewardParamsResponse) Descriptor() ([]byte, []int)
- func (m *MsgUpdateStakingRewardParamsResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgUpdateStakingRewardParamsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUpdateStakingRewardParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUpdateStakingRewardParamsResponse) ProtoMessage()
- func (m *MsgUpdateStakingRewardParamsResponse) Reset()
- func (m *MsgUpdateStakingRewardParamsResponse) Size() (n int)
- func (m *MsgUpdateStakingRewardParamsResponse) String() string
- func (m *MsgUpdateStakingRewardParamsResponse) Unmarshal(dAtA []byte) error
- func (m *MsgUpdateStakingRewardParamsResponse) XXX_DiscardUnknown()
- func (m *MsgUpdateStakingRewardParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUpdateStakingRewardParamsResponse) XXX_Merge(src proto.Message)
- func (m *MsgUpdateStakingRewardParamsResponse) XXX_Size() int
- func (m *MsgUpdateStakingRewardParamsResponse) XXX_Unmarshal(b []byte) error
- type MsgUpdateSwapFeeParamsRequest
- func (*MsgUpdateSwapFeeParamsRequest) Descriptor() ([]byte, []int)
- func (m MsgUpdateSwapFeeParamsRequest) GetSignBytes() []byte
- func (m *MsgUpdateSwapFeeParamsRequest) GetSigner() string
- func (m MsgUpdateSwapFeeParamsRequest) GetSigners() []sdk.AccAddress
- func (m *MsgUpdateSwapFeeParamsRequest) GetTokenParams() []*SwapFeeTokenParams
- func (m *MsgUpdateSwapFeeParamsRequest) Marshal() (dAtA []byte, err error)
- func (m *MsgUpdateSwapFeeParamsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUpdateSwapFeeParamsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUpdateSwapFeeParamsRequest) ProtoMessage()
- func (m *MsgUpdateSwapFeeParamsRequest) Reset()
- func (m MsgUpdateSwapFeeParamsRequest) Route() string
- func (m *MsgUpdateSwapFeeParamsRequest) Size() (n int)
- func (m *MsgUpdateSwapFeeParamsRequest) String() string
- func (m MsgUpdateSwapFeeParamsRequest) Type() string
- func (m *MsgUpdateSwapFeeParamsRequest) Unmarshal(dAtA []byte) error
- func (m MsgUpdateSwapFeeParamsRequest) ValidateBasic() error
- func (m *MsgUpdateSwapFeeParamsRequest) XXX_DiscardUnknown()
- func (m *MsgUpdateSwapFeeParamsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUpdateSwapFeeParamsRequest) XXX_Merge(src proto.Message)
- func (m *MsgUpdateSwapFeeParamsRequest) XXX_Size() int
- func (m *MsgUpdateSwapFeeParamsRequest) XXX_Unmarshal(b []byte) error
- type MsgUpdateSwapFeeParamsResponse
- func (*MsgUpdateSwapFeeParamsResponse) Descriptor() ([]byte, []int)
- func (m *MsgUpdateSwapFeeParamsResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgUpdateSwapFeeParamsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUpdateSwapFeeParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUpdateSwapFeeParamsResponse) ProtoMessage()
- func (m *MsgUpdateSwapFeeParamsResponse) Reset()
- func (m *MsgUpdateSwapFeeParamsResponse) Size() (n int)
- func (m *MsgUpdateSwapFeeParamsResponse) String() string
- func (m *MsgUpdateSwapFeeParamsResponse) Unmarshal(dAtA []byte) error
- func (m *MsgUpdateSwapFeeParamsResponse) XXX_DiscardUnknown()
- func (m *MsgUpdateSwapFeeParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUpdateSwapFeeParamsResponse) XXX_Merge(src proto.Message)
- func (m *MsgUpdateSwapFeeParamsResponse) XXX_Size() int
- func (m *MsgUpdateSwapFeeParamsResponse) XXX_Unmarshal(b []byte) error
- type ParamSubspace
- type Params
- func (*Params) Descriptor() ([]byte, []int)
- func (p Params) Equal(p2 Params) bool
- func (m *Params) GetEnableRemovalQueue() bool
- func (m *Params) GetMinCreatePoolThreshold() uint64
- func (m *Params) Marshal() (dAtA []byte, err error)
- func (m *Params) MarshalTo(dAtA []byte) (int, error)
- func (m *Params) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (p *Params) ParamSetPairs() paramtypes.ParamSetPairs
- func (*Params) ProtoMessage()
- func (m *Params) Reset()
- func (m *Params) Size() (n int)
- func (m *Params) String() string
- func (m *Params) Unmarshal(dAtA []byte) error
- func (p Params) Validate() error
- func (m *Params) XXX_DiscardUnknown()
- func (m *Params) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Params) XXX_Merge(src proto.Message)
- func (m *Params) XXX_Size() int
- func (m *Params) XXX_Unmarshal(b []byte) error
- type ParamsReq
- func (*ParamsReq) Descriptor() ([]byte, []int)
- func (m *ParamsReq) Marshal() (dAtA []byte, err error)
- func (m *ParamsReq) MarshalTo(dAtA []byte) (int, error)
- func (m *ParamsReq) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ParamsReq) ProtoMessage()
- func (m *ParamsReq) Reset()
- func (m *ParamsReq) Size() (n int)
- func (m *ParamsReq) String() string
- func (m *ParamsReq) Unmarshal(dAtA []byte) error
- func (m *ParamsReq) XXX_DiscardUnknown()
- func (m *ParamsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ParamsReq) XXX_Merge(src proto.Message)
- func (m *ParamsReq) XXX_Size() int
- func (m *ParamsReq) XXX_Unmarshal(b []byte) error
- type ParamsRes
- func (*ParamsRes) Descriptor() ([]byte, []int)
- func (m *ParamsRes) GetParams() *Params
- func (m *ParamsRes) Marshal() (dAtA []byte, err error)
- func (m *ParamsRes) MarshalTo(dAtA []byte) (int, error)
- func (m *ParamsRes) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ParamsRes) ProtoMessage()
- func (m *ParamsRes) Reset()
- func (m *ParamsRes) Size() (n int)
- func (m *ParamsRes) String() string
- func (m *ParamsRes) Unmarshal(dAtA []byte) error
- func (m *ParamsRes) XXX_DiscardUnknown()
- func (m *ParamsRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ParamsRes) XXX_Merge(src proto.Message)
- func (m *ParamsRes) XXX_Size() int
- func (m *ParamsRes) XXX_Unmarshal(b []byte) error
- type PmtpEpoch
- func (*PmtpEpoch) Descriptor() ([]byte, []int)
- func (m *PmtpEpoch) GetBlockCounter() int64
- func (m *PmtpEpoch) GetEpochCounter() int64
- func (m *PmtpEpoch) Marshal() (dAtA []byte, err error)
- func (m *PmtpEpoch) MarshalTo(dAtA []byte) (int, error)
- func (m *PmtpEpoch) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PmtpEpoch) ProtoMessage()
- func (m *PmtpEpoch) Reset()
- func (m *PmtpEpoch) Size() (n int)
- func (m *PmtpEpoch) String() string
- func (m *PmtpEpoch) Unmarshal(dAtA []byte) error
- func (m *PmtpEpoch) XXX_DiscardUnknown()
- func (m *PmtpEpoch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PmtpEpoch) XXX_Merge(src proto.Message)
- func (m *PmtpEpoch) XXX_Size() int
- func (m *PmtpEpoch) XXX_Unmarshal(b []byte) error
- type PmtpParams
- func (*PmtpParams) Descriptor() ([]byte, []int)
- func (m *PmtpParams) GetPmtpPeriodEndBlock() int64
- func (m *PmtpParams) GetPmtpPeriodEpochLength() int64
- func (m *PmtpParams) GetPmtpPeriodStartBlock() int64
- func (m *PmtpParams) Marshal() (dAtA []byte, err error)
- func (m *PmtpParams) MarshalTo(dAtA []byte) (int, error)
- func (m *PmtpParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PmtpParams) ProtoMessage()
- func (m *PmtpParams) Reset()
- func (m *PmtpParams) Size() (n int)
- func (m *PmtpParams) String() string
- func (m *PmtpParams) Unmarshal(dAtA []byte) error
- func (m *PmtpParams) XXX_DiscardUnknown()
- func (m *PmtpParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PmtpParams) XXX_Merge(src proto.Message)
- func (m *PmtpParams) XXX_Size() int
- func (m *PmtpParams) XXX_Unmarshal(b []byte) error
- type PmtpParamsReq
- func (*PmtpParamsReq) Descriptor() ([]byte, []int)
- func (m *PmtpParamsReq) Marshal() (dAtA []byte, err error)
- func (m *PmtpParamsReq) MarshalTo(dAtA []byte) (int, error)
- func (m *PmtpParamsReq) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PmtpParamsReq) ProtoMessage()
- func (m *PmtpParamsReq) Reset()
- func (m *PmtpParamsReq) Size() (n int)
- func (m *PmtpParamsReq) String() string
- func (m *PmtpParamsReq) Unmarshal(dAtA []byte) error
- func (m *PmtpParamsReq) XXX_DiscardUnknown()
- func (m *PmtpParamsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PmtpParamsReq) XXX_Merge(src proto.Message)
- func (m *PmtpParamsReq) XXX_Size() int
- func (m *PmtpParamsReq) XXX_Unmarshal(b []byte) error
- type PmtpParamsRes
- func (*PmtpParamsRes) Descriptor() ([]byte, []int)
- func (m *PmtpParamsRes) GetHeight() int64
- func (m *PmtpParamsRes) GetParams() *PmtpParams
- func (m *PmtpParamsRes) GetPmtpEpoch() *PmtpEpoch
- func (m *PmtpParamsRes) GetPmtpRateParams() *PmtpRateParams
- func (m *PmtpParamsRes) Marshal() (dAtA []byte, err error)
- func (m *PmtpParamsRes) MarshalTo(dAtA []byte) (int, error)
- func (m *PmtpParamsRes) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PmtpParamsRes) ProtoMessage()
- func (m *PmtpParamsRes) Reset()
- func (m *PmtpParamsRes) Size() (n int)
- func (m *PmtpParamsRes) String() string
- func (m *PmtpParamsRes) Unmarshal(dAtA []byte) error
- func (m *PmtpParamsRes) XXX_DiscardUnknown()
- func (m *PmtpParamsRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PmtpParamsRes) XXX_Merge(src proto.Message)
- func (m *PmtpParamsRes) XXX_Size() int
- func (m *PmtpParamsRes) XXX_Unmarshal(b []byte) error
- type PmtpRateParams
- func (*PmtpRateParams) Descriptor() ([]byte, []int)
- func (m *PmtpRateParams) Marshal() (dAtA []byte, err error)
- func (m *PmtpRateParams) MarshalTo(dAtA []byte) (int, error)
- func (m *PmtpRateParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PmtpRateParams) ProtoMessage()
- func (m *PmtpRateParams) Reset()
- func (m *PmtpRateParams) Size() (n int)
- func (m *PmtpRateParams) String() string
- func (m *PmtpRateParams) Unmarshal(dAtA []byte) error
- func (m *PmtpRateParams) XXX_DiscardUnknown()
- func (m *PmtpRateParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PmtpRateParams) XXX_Merge(src proto.Message)
- func (m *PmtpRateParams) XXX_Size() int
- func (m *PmtpRateParams) XXX_Unmarshal(b []byte) error
- type Pool
- func (*Pool) Descriptor() ([]byte, []int)
- func (p *Pool) ExtractDebt(X, Y sdk.Uint, toRowan bool) (sdk.Uint, sdk.Uint)
- func (p *Pool) ExtractValues(to Asset) (sdk.Uint, sdk.Uint, bool, Asset)
- func (m *Pool) GetExternalAsset() *Asset
- func (m *Pool) GetLastHeightInterestRateComputed() int64
- 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 (p *Pool) UpdateBalances(toRowan bool, X, x, Y, swapResult sdk.Uint)
- func (p Pool) Validate() bool
- 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 PoolMultiplier
- func (*PoolMultiplier) Descriptor() ([]byte, []int)
- func (m *PoolMultiplier) GetPoolMultiplierAsset() string
- func (m *PoolMultiplier) Marshal() (dAtA []byte, err error)
- func (m *PoolMultiplier) MarshalTo(dAtA []byte) (int, error)
- func (m *PoolMultiplier) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PoolMultiplier) ProtoMessage()
- func (m *PoolMultiplier) Reset()
- func (m *PoolMultiplier) Size() (n int)
- func (m *PoolMultiplier) String() string
- func (m *PoolMultiplier) Unmarshal(dAtA []byte) error
- func (m *PoolMultiplier) XXX_DiscardUnknown()
- func (m *PoolMultiplier) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PoolMultiplier) XXX_Merge(src proto.Message)
- func (m *PoolMultiplier) XXX_Size() int
- func (m *PoolMultiplier) XXX_Unmarshal(b []byte) error
- type PoolReq
- func (*PoolReq) Descriptor() ([]byte, []int)
- func (m *PoolReq) Marshal() (dAtA []byte, err error)
- func (m *PoolReq) MarshalTo(dAtA []byte) (int, error)
- func (m *PoolReq) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PoolReq) ProtoMessage()
- func (m *PoolReq) Reset()
- func (m *PoolReq) Size() (n int)
- func (m *PoolReq) String() string
- func (m *PoolReq) Unmarshal(dAtA []byte) error
- func (m *PoolReq) XXX_DiscardUnknown()
- func (m *PoolReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PoolReq) XXX_Merge(src proto.Message)
- func (m *PoolReq) XXX_Size() int
- func (m *PoolReq) XXX_Unmarshal(b []byte) error
- type PoolRes
- func (*PoolRes) Descriptor() ([]byte, []int)
- func (m *PoolRes) GetClpModuleAddress() string
- func (m *PoolRes) GetHeight() int64
- func (m *PoolRes) GetPool() *Pool
- func (m *PoolRes) Marshal() (dAtA []byte, err error)
- func (m *PoolRes) MarshalTo(dAtA []byte) (int, error)
- func (m *PoolRes) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PoolRes) ProtoMessage()
- func (m *PoolRes) Reset()
- func (m *PoolRes) Size() (n int)
- func (m *PoolRes) String() string
- func (m *PoolRes) Unmarshal(dAtA []byte) error
- func (m *PoolRes) XXX_DiscardUnknown()
- func (m *PoolRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PoolRes) XXX_Merge(src proto.Message)
- func (m *PoolRes) XXX_Size() int
- func (m *PoolRes) XXX_Unmarshal(b []byte) error
- type Pools
- type PoolsReq
- func (*PoolsReq) Descriptor() ([]byte, []int)
- func (m *PoolsReq) GetPagination() *query.PageRequest
- func (m *PoolsReq) Marshal() (dAtA []byte, err error)
- func (m *PoolsReq) MarshalTo(dAtA []byte) (int, error)
- func (m *PoolsReq) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PoolsReq) ProtoMessage()
- func (m *PoolsReq) Reset()
- func (m *PoolsReq) Size() (n int)
- func (m *PoolsReq) String() string
- func (m *PoolsReq) Unmarshal(dAtA []byte) error
- func (m *PoolsReq) XXX_DiscardUnknown()
- func (m *PoolsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PoolsReq) XXX_Merge(src proto.Message)
- func (m *PoolsReq) XXX_Size() int
- func (m *PoolsReq) XXX_Unmarshal(b []byte) error
- type PoolsRes
- func (*PoolsRes) Descriptor() ([]byte, []int)
- func (m *PoolsRes) GetClpModuleAddress() string
- func (m *PoolsRes) GetHeight() int64
- func (m *PoolsRes) GetPagination() *query.PageResponse
- func (m *PoolsRes) GetPools() []*Pool
- func (m *PoolsRes) Marshal() (dAtA []byte, err error)
- func (m *PoolsRes) MarshalTo(dAtA []byte) (int, error)
- func (m *PoolsRes) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PoolsRes) ProtoMessage()
- func (m *PoolsRes) Reset()
- func (m *PoolsRes) Size() (n int)
- func (m *PoolsRes) String() string
- func (m *PoolsRes) Unmarshal(dAtA []byte) error
- func (m *PoolsRes) XXX_DiscardUnknown()
- func (m *PoolsRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PoolsRes) XXX_Merge(src proto.Message)
- func (m *PoolsRes) XXX_Size() int
- func (m *PoolsRes) XXX_Unmarshal(b []byte) error
- type ProviderDistributionParams
- func (*ProviderDistributionParams) Descriptor() ([]byte, []int)
- func (m *ProviderDistributionParams) GetDistributionPeriods() []*ProviderDistributionPeriod
- func (m *ProviderDistributionParams) Marshal() (dAtA []byte, err error)
- func (m *ProviderDistributionParams) MarshalTo(dAtA []byte) (int, error)
- func (m *ProviderDistributionParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ProviderDistributionParams) ProtoMessage()
- func (m *ProviderDistributionParams) Reset()
- func (m *ProviderDistributionParams) Size() (n int)
- func (m *ProviderDistributionParams) String() string
- func (m *ProviderDistributionParams) Unmarshal(dAtA []byte) error
- func (m *ProviderDistributionParams) XXX_DiscardUnknown()
- func (m *ProviderDistributionParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ProviderDistributionParams) XXX_Merge(src proto.Message)
- func (m *ProviderDistributionParams) XXX_Size() int
- func (m *ProviderDistributionParams) XXX_Unmarshal(b []byte) error
- type ProviderDistributionParamsReq
- func (*ProviderDistributionParamsReq) Descriptor() ([]byte, []int)
- func (m *ProviderDistributionParamsReq) Marshal() (dAtA []byte, err error)
- func (m *ProviderDistributionParamsReq) MarshalTo(dAtA []byte) (int, error)
- func (m *ProviderDistributionParamsReq) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ProviderDistributionParamsReq) ProtoMessage()
- func (m *ProviderDistributionParamsReq) Reset()
- func (m *ProviderDistributionParamsReq) Size() (n int)
- func (m *ProviderDistributionParamsReq) String() string
- func (m *ProviderDistributionParamsReq) Unmarshal(dAtA []byte) error
- func (m *ProviderDistributionParamsReq) XXX_DiscardUnknown()
- func (m *ProviderDistributionParamsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ProviderDistributionParamsReq) XXX_Merge(src proto.Message)
- func (m *ProviderDistributionParamsReq) XXX_Size() int
- func (m *ProviderDistributionParamsReq) XXX_Unmarshal(b []byte) error
- type ProviderDistributionParamsRes
- func (*ProviderDistributionParamsRes) Descriptor() ([]byte, []int)
- func (m *ProviderDistributionParamsRes) GetParams() *ProviderDistributionParams
- func (m *ProviderDistributionParamsRes) Marshal() (dAtA []byte, err error)
- func (m *ProviderDistributionParamsRes) MarshalTo(dAtA []byte) (int, error)
- func (m *ProviderDistributionParamsRes) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ProviderDistributionParamsRes) ProtoMessage()
- func (m *ProviderDistributionParamsRes) Reset()
- func (m *ProviderDistributionParamsRes) Size() (n int)
- func (m *ProviderDistributionParamsRes) String() string
- func (m *ProviderDistributionParamsRes) Unmarshal(dAtA []byte) error
- func (m *ProviderDistributionParamsRes) XXX_DiscardUnknown()
- func (m *ProviderDistributionParamsRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ProviderDistributionParamsRes) XXX_Merge(src proto.Message)
- func (m *ProviderDistributionParamsRes) XXX_Size() int
- func (m *ProviderDistributionParamsRes) XXX_Unmarshal(b []byte) error
- type ProviderDistributionPeriod
- func (*ProviderDistributionPeriod) Descriptor() ([]byte, []int)
- func (m *ProviderDistributionPeriod) GetDistributionPeriodEndBlock() uint64
- func (m *ProviderDistributionPeriod) GetDistributionPeriodMod() uint64
- func (m *ProviderDistributionPeriod) GetDistributionPeriodStartBlock() uint64
- func (m *ProviderDistributionPeriod) Marshal() (dAtA []byte, err error)
- func (m *ProviderDistributionPeriod) MarshalTo(dAtA []byte) (int, error)
- func (m *ProviderDistributionPeriod) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ProviderDistributionPeriod) ProtoMessage()
- func (m *ProviderDistributionPeriod) Reset()
- func (m *ProviderDistributionPeriod) Size() (n int)
- func (m *ProviderDistributionPeriod) String() string
- func (m *ProviderDistributionPeriod) Unmarshal(dAtA []byte) error
- func (m *ProviderDistributionPeriod) XXX_DiscardUnknown()
- func (m *ProviderDistributionPeriod) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ProviderDistributionPeriod) XXX_Merge(src proto.Message)
- func (m *ProviderDistributionPeriod) XXX_Size() int
- func (m *ProviderDistributionPeriod) XXX_Unmarshal(b []byte) error
- type QueryClient
- type QueryServer
- type RemovalQueue
- func (*RemovalQueue) Descriptor() ([]byte, []int)
- func (m *RemovalQueue) GetCount() int64
- func (m *RemovalQueue) GetId() int64
- func (m *RemovalQueue) GetStartHeight() int64
- func (m *RemovalQueue) Marshal() (dAtA []byte, err error)
- func (m *RemovalQueue) MarshalTo(dAtA []byte) (int, error)
- func (m *RemovalQueue) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RemovalQueue) ProtoMessage()
- func (m *RemovalQueue) Reset()
- func (m *RemovalQueue) Size() (n int)
- func (m *RemovalQueue) String() string
- func (m *RemovalQueue) Unmarshal(dAtA []byte) error
- func (m *RemovalQueue) XXX_DiscardUnknown()
- func (m *RemovalQueue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RemovalQueue) XXX_Merge(src proto.Message)
- func (m *RemovalQueue) XXX_Size() int
- func (m *RemovalQueue) XXX_Unmarshal(b []byte) error
- type RemovalRequest
- func (*RemovalRequest) Descriptor() ([]byte, []int)
- func (m *RemovalRequest) GetId() int64
- func (m *RemovalRequest) GetMsg() *MsgRemoveLiquidity
- func (m *RemovalRequest) Marshal() (dAtA []byte, err error)
- func (m *RemovalRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *RemovalRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RemovalRequest) ProtoMessage()
- func (m *RemovalRequest) Reset()
- func (m *RemovalRequest) Size() (n int)
- func (m *RemovalRequest) String() string
- func (m *RemovalRequest) Unmarshal(dAtA []byte) error
- func (m *RemovalRequest) XXX_DiscardUnknown()
- func (m *RemovalRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RemovalRequest) XXX_Merge(src proto.Message)
- func (m *RemovalRequest) XXX_Size() int
- func (m *RemovalRequest) XXX_Unmarshal(b []byte) error
- type RewardParams
- func (*RewardParams) Descriptor() ([]byte, []int)
- func (m *RewardParams) GetLiquidityRemovalCancelPeriod() uint64
- func (m *RewardParams) GetLiquidityRemovalLockPeriod() uint64
- func (m *RewardParams) GetRewardPeriodStartTime() string
- func (m *RewardParams) GetRewardPeriods() []*RewardPeriod
- func (m *RewardParams) Marshal() (dAtA []byte, err error)
- func (m *RewardParams) MarshalTo(dAtA []byte) (int, error)
- func (m *RewardParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RewardParams) ProtoMessage()
- func (m *RewardParams) Reset()
- func (m *RewardParams) Size() (n int)
- func (m *RewardParams) String() string
- func (m *RewardParams) Unmarshal(dAtA []byte) error
- func (m *RewardParams) XXX_DiscardUnknown()
- func (m *RewardParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RewardParams) XXX_Merge(src proto.Message)
- func (m *RewardParams) XXX_Size() int
- func (m *RewardParams) XXX_Unmarshal(b []byte) error
- type RewardParamsReq
- func (*RewardParamsReq) Descriptor() ([]byte, []int)
- func (m *RewardParamsReq) Marshal() (dAtA []byte, err error)
- func (m *RewardParamsReq) MarshalTo(dAtA []byte) (int, error)
- func (m *RewardParamsReq) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RewardParamsReq) ProtoMessage()
- func (m *RewardParamsReq) Reset()
- func (m *RewardParamsReq) Size() (n int)
- func (m *RewardParamsReq) String() string
- func (m *RewardParamsReq) Unmarshal(dAtA []byte) error
- func (m *RewardParamsReq) XXX_DiscardUnknown()
- func (m *RewardParamsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RewardParamsReq) XXX_Merge(src proto.Message)
- func (m *RewardParamsReq) XXX_Size() int
- func (m *RewardParamsReq) XXX_Unmarshal(b []byte) error
- type RewardParamsRes
- func (*RewardParamsRes) Descriptor() ([]byte, []int)
- func (m *RewardParamsRes) GetParams() *RewardParams
- func (m *RewardParamsRes) Marshal() (dAtA []byte, err error)
- func (m *RewardParamsRes) MarshalTo(dAtA []byte) (int, error)
- func (m *RewardParamsRes) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RewardParamsRes) ProtoMessage()
- func (m *RewardParamsRes) Reset()
- func (m *RewardParamsRes) Size() (n int)
- func (m *RewardParamsRes) String() string
- func (m *RewardParamsRes) Unmarshal(dAtA []byte) error
- func (m *RewardParamsRes) XXX_DiscardUnknown()
- func (m *RewardParamsRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RewardParamsRes) XXX_Merge(src proto.Message)
- func (m *RewardParamsRes) XXX_Size() int
- func (m *RewardParamsRes) XXX_Unmarshal(b []byte) error
- type RewardPeriod
- func (*RewardPeriod) Descriptor() ([]byte, []int)
- func (m *RewardPeriod) GetRewardPeriodDistribute() bool
- func (m *RewardPeriod) GetRewardPeriodEndBlock() uint64
- func (m *RewardPeriod) GetRewardPeriodId() string
- func (m *RewardPeriod) GetRewardPeriodMod() uint64
- func (m *RewardPeriod) GetRewardPeriodPoolMultipliers() []*PoolMultiplier
- func (m *RewardPeriod) GetRewardPeriodStartBlock() uint64
- func (m *RewardPeriod) Marshal() (dAtA []byte, err error)
- func (m *RewardPeriod) MarshalTo(dAtA []byte) (int, error)
- func (m *RewardPeriod) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RewardPeriod) ProtoMessage()
- func (m *RewardPeriod) Reset()
- func (m *RewardPeriod) Size() (n int)
- func (m *RewardPeriod) String() string
- func (m *RewardPeriod) Unmarshal(dAtA []byte) error
- func (m *RewardPeriod) XXX_DiscardUnknown()
- func (m *RewardPeriod) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RewardPeriod) XXX_Merge(src proto.Message)
- func (m *RewardPeriod) XXX_Size() int
- func (m *RewardPeriod) XXX_Unmarshal(b []byte) error
- type SwapFeeParams
- func (*SwapFeeParams) Descriptor() ([]byte, []int)
- func (m *SwapFeeParams) GetTokenParams() []*SwapFeeTokenParams
- func (m *SwapFeeParams) Marshal() (dAtA []byte, err error)
- func (m *SwapFeeParams) MarshalTo(dAtA []byte) (int, error)
- func (m *SwapFeeParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SwapFeeParams) ProtoMessage()
- func (m *SwapFeeParams) Reset()
- func (m *SwapFeeParams) Size() (n int)
- func (m *SwapFeeParams) String() string
- func (m *SwapFeeParams) Unmarshal(dAtA []byte) error
- func (m *SwapFeeParams) XXX_DiscardUnknown()
- func (m *SwapFeeParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SwapFeeParams) XXX_Merge(src proto.Message)
- func (m *SwapFeeParams) XXX_Size() int
- func (m *SwapFeeParams) XXX_Unmarshal(b []byte) error
- type SwapFeeParamsReq
- func (*SwapFeeParamsReq) Descriptor() ([]byte, []int)
- func (m *SwapFeeParamsReq) Marshal() (dAtA []byte, err error)
- func (m *SwapFeeParamsReq) MarshalTo(dAtA []byte) (int, error)
- func (m *SwapFeeParamsReq) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SwapFeeParamsReq) ProtoMessage()
- func (m *SwapFeeParamsReq) Reset()
- func (m *SwapFeeParamsReq) Size() (n int)
- func (m *SwapFeeParamsReq) String() string
- func (m *SwapFeeParamsReq) Unmarshal(dAtA []byte) error
- func (m *SwapFeeParamsReq) XXX_DiscardUnknown()
- func (m *SwapFeeParamsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SwapFeeParamsReq) XXX_Merge(src proto.Message)
- func (m *SwapFeeParamsReq) XXX_Size() int
- func (m *SwapFeeParamsReq) XXX_Unmarshal(b []byte) error
- type SwapFeeParamsRes
- func (*SwapFeeParamsRes) Descriptor() ([]byte, []int)
- func (m *SwapFeeParamsRes) GetTokenParams() []*SwapFeeTokenParams
- func (m *SwapFeeParamsRes) Marshal() (dAtA []byte, err error)
- func (m *SwapFeeParamsRes) MarshalTo(dAtA []byte) (int, error)
- func (m *SwapFeeParamsRes) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SwapFeeParamsRes) ProtoMessage()
- func (m *SwapFeeParamsRes) Reset()
- func (m *SwapFeeParamsRes) Size() (n int)
- func (m *SwapFeeParamsRes) String() string
- func (m *SwapFeeParamsRes) Unmarshal(dAtA []byte) error
- func (m *SwapFeeParamsRes) XXX_DiscardUnknown()
- func (m *SwapFeeParamsRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SwapFeeParamsRes) XXX_Merge(src proto.Message)
- func (m *SwapFeeParamsRes) XXX_Size() int
- func (m *SwapFeeParamsRes) XXX_Unmarshal(b []byte) error
- type SwapFeeTokenParams
- func (*SwapFeeTokenParams) Descriptor() ([]byte, []int)
- func (m *SwapFeeTokenParams) GetAsset() string
- func (m *SwapFeeTokenParams) Marshal() (dAtA []byte, err error)
- func (m *SwapFeeTokenParams) MarshalTo(dAtA []byte) (int, error)
- func (m *SwapFeeTokenParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SwapFeeTokenParams) ProtoMessage()
- func (m *SwapFeeTokenParams) Reset()
- func (m *SwapFeeTokenParams) Size() (n int)
- func (m *SwapFeeTokenParams) String() string
- func (m *SwapFeeTokenParams) Unmarshal(dAtA []byte) error
- func (m *SwapFeeTokenParams) XXX_DiscardUnknown()
- func (m *SwapFeeTokenParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SwapFeeTokenParams) XXX_Merge(src proto.Message)
- func (m *SwapFeeTokenParams) XXX_Size() int
- func (m *SwapFeeTokenParams) XXX_Unmarshal(b []byte) error
- type TokenRegistryKeeper
- type UnimplementedMsgServer
- func (*UnimplementedMsgServer) AddLiquidity(ctx context.Context, req *MsgAddLiquidity) (*MsgAddLiquidityResponse, error)
- func (*UnimplementedMsgServer) AddProviderDistributionPeriod(ctx context.Context, req *MsgAddProviderDistributionPeriodRequest) (*MsgAddProviderDistributionPeriodResponse, error)
- func (*UnimplementedMsgServer) AddRewardPeriod(ctx context.Context, req *MsgAddRewardPeriodRequest) (*MsgAddRewardPeriodResponse, error)
- func (*UnimplementedMsgServer) CancelUnlockLiquidity(ctx context.Context, req *MsgCancelUnlock) (*MsgCancelUnlockResponse, error)
- func (*UnimplementedMsgServer) CreatePool(ctx context.Context, req *MsgCreatePool) (*MsgCreatePoolResponse, error)
- func (*UnimplementedMsgServer) DecommissionPool(ctx context.Context, req *MsgDecommissionPool) (*MsgDecommissionPoolResponse, error)
- func (*UnimplementedMsgServer) ModifyLiquidityProtectionRates(ctx context.Context, req *MsgModifyLiquidityProtectionRates) (*MsgModifyLiquidityProtectionRatesResponse, error)
- func (*UnimplementedMsgServer) ModifyPmtpRates(ctx context.Context, req *MsgModifyPmtpRates) (*MsgModifyPmtpRatesResponse, error)
- func (*UnimplementedMsgServer) RemoveLiquidity(ctx context.Context, req *MsgRemoveLiquidity) (*MsgRemoveLiquidityResponse, error)
- func (*UnimplementedMsgServer) RemoveLiquidityUnits(ctx context.Context, req *MsgRemoveLiquidityUnits) (*MsgRemoveLiquidityUnitsResponse, error)
- func (*UnimplementedMsgServer) SetSymmetryThreshold(ctx context.Context, req *MsgSetSymmetryThreshold) (*MsgSetSymmetryThresholdResponse, error)
- func (*UnimplementedMsgServer) Swap(ctx context.Context, req *MsgSwap) (*MsgSwapResponse, error)
- func (*UnimplementedMsgServer) UnlockLiquidity(ctx context.Context, req *MsgUnlockLiquidityRequest) (*MsgUnlockLiquidityResponse, error)
- func (*UnimplementedMsgServer) UpdateLiquidityProtectionParams(ctx context.Context, req *MsgUpdateLiquidityProtectionParams) (*MsgUpdateLiquidityProtectionParamsResponse, error)
- func (*UnimplementedMsgServer) UpdatePmtpParams(ctx context.Context, req *MsgUpdatePmtpParams) (*MsgUpdatePmtpParamsResponse, error)
- func (*UnimplementedMsgServer) UpdateRewardsParams(ctx context.Context, req *MsgUpdateRewardsParamsRequest) (*MsgUpdateRewardsParamsResponse, error)
- func (*UnimplementedMsgServer) UpdateStakingRewardParams(ctx context.Context, req *MsgUpdateStakingRewardParams) (*MsgUpdateStakingRewardParamsResponse, error)
- func (*UnimplementedMsgServer) UpdateSwapFeeParams(ctx context.Context, req *MsgUpdateSwapFeeParamsRequest) (*MsgUpdateSwapFeeParamsResponse, error)
- type UnimplementedQueryServer
- func (*UnimplementedQueryServer) GetAssetList(ctx context.Context, req *AssetListReq) (*AssetListRes, error)
- func (*UnimplementedQueryServer) GetLiquidityProtectionParams(ctx context.Context, req *LiquidityProtectionParamsReq) (*LiquidityProtectionParamsRes, error)
- func (*UnimplementedQueryServer) GetLiquidityProvider(ctx context.Context, req *LiquidityProviderReq) (*LiquidityProviderRes, error)
- func (*UnimplementedQueryServer) GetLiquidityProviderData(ctx context.Context, req *LiquidityProviderDataReq) (*LiquidityProviderDataRes, error)
- func (*UnimplementedQueryServer) GetLiquidityProviderList(ctx context.Context, req *LiquidityProviderListReq) (*LiquidityProviderListRes, error)
- func (*UnimplementedQueryServer) GetLiquidityProviders(ctx context.Context, req *LiquidityProvidersReq) (*LiquidityProvidersRes, error)
- func (*UnimplementedQueryServer) GetParams(ctx context.Context, req *ParamsReq) (*ParamsRes, error)
- func (*UnimplementedQueryServer) GetPmtpParams(ctx context.Context, req *PmtpParamsReq) (*PmtpParamsRes, error)
- func (*UnimplementedQueryServer) GetPool(ctx context.Context, req *PoolReq) (*PoolRes, error)
- func (*UnimplementedQueryServer) GetPools(ctx context.Context, req *PoolsReq) (*PoolsRes, error)
- func (*UnimplementedQueryServer) GetProviderDistributionParams(ctx context.Context, req *ProviderDistributionParamsReq) (*ProviderDistributionParamsRes, error)
- func (*UnimplementedQueryServer) GetRewardParams(ctx context.Context, req *RewardParamsReq) (*RewardParamsRes, error)
- func (*UnimplementedQueryServer) GetSwapFeeParams(ctx context.Context, req *SwapFeeParamsReq) (*SwapFeeParamsRes, error)
- type WhiteList
- func (*WhiteList) Descriptor() ([]byte, []int)
- func (m *WhiteList) GetValidatorList() []string
- func (m *WhiteList) Marshal() (dAtA []byte, err error)
- func (m *WhiteList) MarshalTo(dAtA []byte) (int, error)
- func (m *WhiteList) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*WhiteList) ProtoMessage()
- func (m *WhiteList) Reset()
- func (m *WhiteList) Size() (n int)
- func (m *WhiteList) String() string
- func (m *WhiteList) Unmarshal(dAtA []byte) error
- func (m *WhiteList) XXX_DiscardUnknown()
- func (m *WhiteList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WhiteList) XXX_Merge(src proto.Message)
- func (m *WhiteList) XXX_Size() int
- func (m *WhiteList) XXX_Unmarshal(b []byte) error
Constants ¶
const ( EventTypeCreatePool = "created_new_pool" EventTypeDecommissionPool = "decommission_pool" EventTypeAddNewPmtpPolicy = "pmtp_new_policy" EventTypeEndPmtpPolicy = "pmtp_end_policy" EventTypeCreateLiquidityProvider = "created_new_liquidity_provider" EventTypeAddLiquidity = "added_liquidity" EventTypeRemoveLiquidity = "removed_liquidity" EventTypeRequestUnlock = "request_unlock_liquidity" EventTypeCancelUnlock = "cancel_unlock_liquidity" EventTypeSwap = "swap_successful" EventTypeSwapFailed = "swap_failed" EventTypeUpdateLiquidityProtectionParams = "liquidity_protection_update_params" EventTypeUpdateLiquidityProtectionRateParams = "liquidity_protection_update_rate_params" EventTypeAddNewProviderDistributionPolicy = "lppd_new_policy" EventTypeProviderDistributionDistribution = "lppd_distribution" EventTypeProcessedRemovalQueue = "processed_removal_queue" EventTypeQueueRemovalRequest = "queue_removal_request" EventTypeDequeueRemovalRequest = "dequeue_removal_request" EventTypeProcessRemovalError = "process_removal_error" AttributeKeyThreshold = "min_threshold" AttributeKeySwapAmount = "swap_amount" AttributeKeyLiquidityFee = "liquidity_fee" AttributeKeyPriceImpact = "price_impact" AttributeKeyInPool = "in_pool" AttributeKeyOutPool = "out_pool" AttributePmtpBlockRate = "pmtp_block_rate" AttributePmtpCurrentRunningRate = "pmtp_current_running_rate" AttributeKeyPool = "pool" AttributeKeyHeight = "height" AttributeKeyLiquidityProvider = "liquidity_provider" AttributeKeyUnits = "liquidity_units" AttributeKeyPmtpPolicyParams = "pmtp_policy_params" AttributeKeyPmtpRateParams = "pmtp_rate_params" AttributeKeyLiquidityProtectionParams = "liquidity_protection_params" AttributeKeyLiquidityProtectionRateParams = "liquidity_protection_rate_params" AttributeKeyProviderDistributionParams = "lppd_params" AttributeValueCategory = ModuleName AttributeProbiverDistributionAmount = "lppd_distribution_amount" AttributeProbiverDistributionReceiver = "lppd_distribution_receiver" AttributeKeyError = "error" )
const ( // ModuleName is the name of the module ModuleName = "clp" // StoreKey to be used when creating the KVStore StoreKey = ModuleName // RouterKey to be used for routing msgs RouterKey = ModuleName // QuerierRoute to be used for querier msgs QuerierRoute = ModuleName NativeSymbol = "rowan" PoolThrehold = "1000000000000000000" NativeAssetDecimals = 18 MaxSymbolLength = 71 MaxWbasis = 10000 )
const ( QueryPool = "pool" QueryPools = "allpools" QueryAssetList = "assetList" QueryLiquidityProvider = "liquidityProvider" QueryLiquidityProviderData = "liquidityProviderData" QueryLPList = "lpList" QueryAllLP = "allLp" QueryParams = "params" QueryRewardParams = "rewardParams" QueryPmtpParams = "pmtpParams" )
const (
DefaultMinCreatePoolThreshold uint64 = 100
)
Default parameter namespace
Variables ¶
var ( ErrInvalid = sdkerrors.Register(ModuleName, 1, "invalid") ErrPoolDoesNotExist = sdkerrors.Register(ModuleName, 2, "pool does not exist") ErrLiquidityProviderDoesNotExist = sdkerrors.Register(ModuleName, 3, "liquidity Provider does not exist") ErrInValidAsset = sdkerrors.Register(ModuleName, 4, "asset is invalid") ErrInValidAmount = sdkerrors.Register(ModuleName, 5, "amount is invalid") ErrTotalAmountTooLow = sdkerrors.Register(ModuleName, 7, "total amount is less than minimum threshold") ErrNotEnoughAssetTokens = sdkerrors.Register(ModuleName, 8, "not enough received asset tokens to swap") ErrInvalidAsymmetry = sdkerrors.Register(ModuleName, 9, "Asymmetry has to be between -10000 and 10000") ErrInvalidWBasis = sdkerrors.Register(ModuleName, 10, "WBasisPoints has to be positive") ErrBalanceTooHigh = sdkerrors.Register(ModuleName, 11, "Pool Balance too high to be decommissioned") ErrUnableToSetPool = sdkerrors.Register(ModuleName, 12, "Unable to set pool") ErrUnableToDestroyPool = sdkerrors.Register(ModuleName, 13, "Unable to destroy pool") ErrUnableToCreatePool = sdkerrors.Register(ModuleName, 14, "Unable to create pool") ErrBalanceNotAvailable = sdkerrors.Register(ModuleName, 18, "user does not have enough balance of the required coin") ErrTokenNotSupported = sdkerrors.Register(ModuleName, 19, "Token not supported by sifchain") ErrUnableToAddBalance = sdkerrors.Register(ModuleName, 20, "unable to add balance") ErrNotEnoughLiquidity = sdkerrors.Register(ModuleName, 21, "pool does not have sufficient balance") ErrPoolTooShallow = sdkerrors.Register(ModuleName, 23, "Cannot withdraw pool is too shallow") ErrOverFlow = sdkerrors.Register(ModuleName, 24, "IntegerOverflow") ErrUnableToAddLiquidity = sdkerrors.Register(ModuleName, 25, "Unable to add liquidity") ErrUnableToRemoveLiquidity = sdkerrors.Register(ModuleName, 26, "Unable to remove liquidity") ErrUnableToSwap = sdkerrors.Register(ModuleName, 27, "Unable to swap") ErrUnableToRemoveLiquidityProvider = sdkerrors.Register(ModuleName, 28, "Unable to add liquidity provider") ErrUnableToDecommissionPool = sdkerrors.Register(ModuleName, 29, "Unable to decommission pool") ErrUnableToParseInt = sdkerrors.Register(ModuleName, 30, "Unable to parse to Int") ErrReceivedAmountBelowExpected = sdkerrors.Register(ModuleName, 31, "Unable to swap, received amount is below expected") ErrAmountTooLow = sdkerrors.Register(ModuleName, 32, "Tx amount is too low") ErrNotEnoughPermissions = sdkerrors.Register(ModuleName, 33, "Signer does not have permissions to execute this action") ErrCannotStartPolicy = sdkerrors.Register(ModuleName, 34, "A new policy can be started only after the current policy has ended") ErrAsymmetricAdd = sdkerrors.Register(ModuleName, 35, "Cannot add liquidity asymmetrically") ErrAsymmetricRemove = sdkerrors.Register(ModuleName, 36, "Cannot remove liquidity asymmetrically") ErrAsymmetricRatioAdd = sdkerrors.Register(ModuleName, 37, "Cannot add liquidity with asymmetric ratio") ErrTypeCast = sdkerrors.Register(ModuleName, 38, "Could not perform type cast") ErrReachedMaxRowanLiquidityThreshold = sdkerrors.Register(ModuleName, 39, "Unable to swap, reached maximum rowan liquidity threshold") ErrMaxRowanLiquidityThresholdAssetPoolDoesNotExist = sdkerrors.Register(ModuleName, 40, "Unable to swap, max rowan liquidity threshold asset pool does not exist") ErrQueued = sdkerrors.Register(ModuleName, 41, "Cannot process immediately, request has been queued") ErrRemovalsBlockedByHealth = sdkerrors.Register(ModuleName, 42, "Cannot remove liquidity due to low pool health") ErrBalanceModuleAccountCheck = sdkerrors.Register(ModuleName, 43, "Balance of module account check failed") ErrUnitsCheck = sdkerrors.Register(ModuleName, 44, "Pool vs LP units check failed") )
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 ( PoolPrefix = []byte{0x00} // key for storing Pools LiquidityProviderPrefix = []byte{0x01} // key for storing Liquidity Providers WhiteListValidatorPrefix = []byte{0x02} // Key to store WhiteList , allowed to decommission pools PmtpRateParamsPrefix = []byte{0x03} // Key to store the Pmtp rate params PmtpEpochPrefix = []byte{0x04} // Key to store the Epoch PmtpParamsPrefix = []byte{0x05} // Key to store the Pmtp params RewardParamPrefix = []byte{0x06} SymmetryThresholdPrefix = []byte{0x07} LiquidityProtectionParamsPrefix = []byte{0x08} // Key to store the Liquidity Protection params LiquidityProtectionRateParamsPrefix = []byte{0x09} // Key to store the Liquidity Protection rate params ProviderDistributionParamsPrefix = []byte{0x0a} RewardsBlockDistributionPrefix = []byte{0x0b} SwapFeeParamsPrefix = []byte{0x0c} RemovalRequestPrefix = []byte{0x0d} RemovalQueuePrefix = []byte{0x0e} )
var ( KeyMinCreatePoolThreshold = []byte("MinCreatePoolThreshold") KeyEnableRemovalQueue = []byte("EnableRemovalQueue") )
Parameter store keys
var ( ErrInvalidLengthParams = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowParams = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupParams = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthQuerier = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowQuerier = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupQuerier = 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 ( ErrInvalidLengthTypes = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowTypes = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupTypes = fmt.Errorf("proto: unexpected end of group") )
var (
ModuleCdc = codec.NewAminoCodec(amino)
)
Functions ¶
func GetCLPModuleAddress ¶
func GetCLPModuleAddress() sdk.AccAddress
func GetDefaultCLPAdmin ¶
func GetDefaultCLPAdmin() sdk.AccAddress
func GetLiquidityProviderKey ¶
Generate key to store a Liquidity Provider The key is of the format ticker_lpaddress Example : eth_sif1azpar20ck9lpys89r8x7zc8yu0qzgvtp48ng5v and converted into bytes after adding a prefix
func GetPoolKey ¶
Generates a key for storing a specific pool The key is of the format externalticker_nativeticker Example : eth_rwn and converted into bytes after adding a prefix
func GetRemovalQueueKey ¶ added in v1.4.0
func GetRemovalRequestKey ¶ added in v1.4.0
func GetRemovalRequestKey(request RemovalRequest) []byte
GetRemovalRequestKey generates a key to store a removal request, the key is in the format: lpaddress_id
func GetRemovalRequestLPPrefix ¶ added in v1.4.0
func RegisterInterfaces ¶
func RegisterInterfaces(registry types.InterfaceRegistry)
func RegisterLegacyAminoCodec ¶
func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino)
RegisterCodec registers concrete types on codec
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 (such as grpc.SendHeader, etc) to stop working. Consider using RegisterQueryHandlerFromEndpoint instead.
func RegisterQueryServer ¶
func RegisterQueryServer(s grpc1.Server, srv QueryServer)
func StringCompare ¶ added in v1.4.0
func VerifyRange ¶
Types ¶
type AdminKeeper ¶ added in v0.13.4
type AdminKeeper interface {
IsAdminAccount(ctx sdk.Context, moduleName admintypes.AdminType, adminAccount sdk.AccAddress) bool
}
type Asset ¶
type Asset struct {
Symbol string `protobuf:"bytes,1,opt,name=symbol,proto3" json:"symbol,omitempty"`
}
func GetSettlementAsset ¶
func GetSettlementAsset() Asset
func (*Asset) Descriptor ¶
func (*Asset) IsSettlementAsset ¶ added in v0.14.0
func (*Asset) ProtoMessage ¶
func (*Asset) ProtoMessage()
func (*Asset) XXX_DiscardUnknown ¶
func (m *Asset) XXX_DiscardUnknown()
func (*Asset) XXX_Marshal ¶
func (*Asset) XXX_Unmarshal ¶
type AssetListReq ¶
type AssetListReq struct { LpAddress string `protobuf:"bytes,1,opt,name=lp_address,json=lpAddress,proto3" json:"lp_address,omitempty"` Pagination *query.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*AssetListReq) Descriptor ¶
func (*AssetListReq) Descriptor() ([]byte, []int)
func (*AssetListReq) Marshal ¶
func (m *AssetListReq) Marshal() (dAtA []byte, err error)
func (*AssetListReq) MarshalToSizedBuffer ¶
func (m *AssetListReq) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AssetListReq) ProtoMessage ¶
func (*AssetListReq) ProtoMessage()
func (*AssetListReq) Reset ¶
func (m *AssetListReq) Reset()
func (*AssetListReq) Size ¶
func (m *AssetListReq) Size() (n int)
func (*AssetListReq) String ¶
func (m *AssetListReq) String() string
func (*AssetListReq) Unmarshal ¶
func (m *AssetListReq) Unmarshal(dAtA []byte) error
func (*AssetListReq) XXX_DiscardUnknown ¶
func (m *AssetListReq) XXX_DiscardUnknown()
func (*AssetListReq) XXX_Marshal ¶
func (m *AssetListReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AssetListReq) XXX_Merge ¶
func (m *AssetListReq) XXX_Merge(src proto.Message)
func (*AssetListReq) XXX_Size ¶
func (m *AssetListReq) XXX_Size() int
func (*AssetListReq) XXX_Unmarshal ¶
func (m *AssetListReq) XXX_Unmarshal(b []byte) error
type AssetListRes ¶
type AssetListRes struct { Assets []*Asset `protobuf:"bytes,1,rep,name=assets,proto3" json:"assets,omitempty"` Height int64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"` Pagination *query.PageResponse `protobuf:"bytes,3,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*AssetListRes) Descriptor ¶
func (*AssetListRes) Descriptor() ([]byte, []int)
func (*AssetListRes) GetAssets ¶
func (m *AssetListRes) GetAssets() []*Asset
func (*AssetListRes) GetHeight ¶
func (m *AssetListRes) GetHeight() int64
func (*AssetListRes) GetPagination ¶
func (m *AssetListRes) GetPagination() *query.PageResponse
func (*AssetListRes) Marshal ¶
func (m *AssetListRes) Marshal() (dAtA []byte, err error)
func (*AssetListRes) MarshalToSizedBuffer ¶
func (m *AssetListRes) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AssetListRes) ProtoMessage ¶
func (*AssetListRes) ProtoMessage()
func (*AssetListRes) Reset ¶
func (m *AssetListRes) Reset()
func (*AssetListRes) Size ¶
func (m *AssetListRes) Size() (n int)
func (*AssetListRes) String ¶
func (m *AssetListRes) String() string
func (*AssetListRes) Unmarshal ¶
func (m *AssetListRes) Unmarshal(dAtA []byte) error
func (*AssetListRes) XXX_DiscardUnknown ¶
func (m *AssetListRes) XXX_DiscardUnknown()
func (*AssetListRes) XXX_Marshal ¶
func (m *AssetListRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AssetListRes) XXX_Merge ¶
func (m *AssetListRes) XXX_Merge(src proto.Message)
func (*AssetListRes) XXX_Size ¶
func (m *AssetListRes) XXX_Size() int
func (*AssetListRes) XXX_Unmarshal ¶
func (m *AssetListRes) XXX_Unmarshal(b []byte) error
type AuthKeeper ¶
type AuthKeeper interface { SetModuleAccount(sdk.Context, authtypes.ModuleAccountI) GetModuleAccount(ctx sdk.Context, moduleName string) authtypes.ModuleAccountI }
type BankKeeper ¶
type BankKeeper interface { SendCoins(ctx sdk.Context, fromAddr sdk.AccAddress, toAddr sdk.AccAddress, amt sdk.Coins) error SendCoinsFromModuleToAccount(ctx sdk.Context, senderModule string, recipientAddr sdk.AccAddress, 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, name string, amt sdk.Coins) error GetBalance(ctx sdk.Context, addr sdk.AccAddress, denom string) sdk.Coin HasBalance(ctx sdk.Context, addr sdk.AccAddress, amt sdk.Coin) bool }
type EventPolicy ¶ added in v0.13.0
type EventPolicy struct { EventType string `protobuf:"bytes,1,opt,name=event_type,json=eventType,proto3" json:"event_type,omitempty"` PmtpPeriodStartBlock string `protobuf:"bytes,2,opt,name=pmtp_period_start_block,json=pmtpPeriodStartBlock,proto3" json:"pmtp_period_start_block,omitempty"` PmtpPeriodEndBlock string `protobuf:"bytes,3,opt,name=pmtp_period_end_block,json=pmtpPeriodEndBlock,proto3" json:"pmtp_period_end_block,omitempty"` }
func (*EventPolicy) Descriptor ¶ added in v0.13.0
func (*EventPolicy) Descriptor() ([]byte, []int)
func (*EventPolicy) GetEventType ¶ added in v0.13.0
func (m *EventPolicy) GetEventType() string
func (*EventPolicy) GetPmtpPeriodEndBlock ¶ added in v0.13.0
func (m *EventPolicy) GetPmtpPeriodEndBlock() string
func (*EventPolicy) GetPmtpPeriodStartBlock ¶ added in v0.13.0
func (m *EventPolicy) GetPmtpPeriodStartBlock() string
func (*EventPolicy) Marshal ¶ added in v0.13.0
func (m *EventPolicy) Marshal() (dAtA []byte, err error)
func (*EventPolicy) MarshalTo ¶ added in v0.13.0
func (m *EventPolicy) MarshalTo(dAtA []byte) (int, error)
func (*EventPolicy) MarshalToSizedBuffer ¶ added in v0.13.0
func (m *EventPolicy) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*EventPolicy) ProtoMessage ¶ added in v0.13.0
func (*EventPolicy) ProtoMessage()
func (*EventPolicy) Reset ¶ added in v0.13.0
func (m *EventPolicy) Reset()
func (*EventPolicy) Size ¶ added in v0.13.0
func (m *EventPolicy) Size() (n int)
func (*EventPolicy) String ¶ added in v0.13.0
func (m *EventPolicy) String() string
func (*EventPolicy) Unmarshal ¶ added in v0.13.0
func (m *EventPolicy) Unmarshal(dAtA []byte) error
func (*EventPolicy) XXX_DiscardUnknown ¶ added in v0.13.0
func (m *EventPolicy) XXX_DiscardUnknown()
func (*EventPolicy) XXX_Marshal ¶ added in v0.13.0
func (m *EventPolicy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EventPolicy) XXX_Merge ¶ added in v0.13.0
func (m *EventPolicy) XXX_Merge(src proto.Message)
func (*EventPolicy) XXX_Size ¶ added in v0.13.0
func (m *EventPolicy) XXX_Size() int
func (*EventPolicy) XXX_Unmarshal ¶ added in v0.13.0
func (m *EventPolicy) XXX_Unmarshal(b []byte) error
type GenesisState ¶
type GenesisState struct { Params Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params"` AddressWhitelist []string `protobuf:"bytes,2,rep,name=address_whitelist,json=addressWhitelist,proto3" json:"address_whitelist,omitempty"` PoolList []*Pool `protobuf:"bytes,3,rep,name=pool_list,json=poolList,proto3" json:"pool_list,omitempty"` LiquidityProviders []*LiquidityProvider `protobuf:"bytes,4,rep,name=liquidity_providers,json=liquidityProviders,proto3" json:"liquidity_providers,omitempty"` }
GenesisState - all clp state that must be provided at genesis TODO: Add parameters to Genesis state ,such as minimum liquidity required to create a pool
func DefaultGenesisState ¶
func DefaultGenesisState() *GenesisState
DefaultGenesisState gets the raw genesis raw message for testing
func GetGenesisStateFromAppState ¶
func GetGenesisStateFromAppState(marshaler codec.JSONCodec, appState map[string]json.RawMessage) GenesisState
func NewGenesisState ¶
func NewGenesisState(params Params) GenesisState
NewGenesisState creates a new GenesisState instance
func (*GenesisState) Descriptor ¶
func (*GenesisState) Descriptor() ([]byte, []int)
func (*GenesisState) GetAddressWhitelist ¶
func (m *GenesisState) GetAddressWhitelist() []string
func (*GenesisState) GetLiquidityProviders ¶
func (m *GenesisState) GetLiquidityProviders() []*LiquidityProvider
func (*GenesisState) GetParams ¶
func (m *GenesisState) GetParams() Params
func (*GenesisState) GetPoolList ¶
func (m *GenesisState) GetPoolList() []*Pool
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) 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 LiquidityProtectionParams ¶ added in v0.13.4
type LiquidityProtectionParams struct { MaxRowanLiquidityThreshold github_com_cosmos_cosmos_sdk_types.Uint `` /* 184-byte string literal not displayed */ MaxRowanLiquidityThresholdAsset string `` /* 160-byte string literal not displayed */ EpochLength uint64 `protobuf:"varint,3,opt,name=epoch_length,json=epochLength,proto3" json:"epoch_length,omitempty"` IsActive bool `protobuf:"varint,4,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"` }
func GetDefaultLiquidityProtectionParams ¶ added in v0.13.4
func GetDefaultLiquidityProtectionParams() *LiquidityProtectionParams
func (*LiquidityProtectionParams) Descriptor ¶ added in v0.13.4
func (*LiquidityProtectionParams) Descriptor() ([]byte, []int)
func (*LiquidityProtectionParams) GetEpochLength ¶ added in v0.13.4
func (m *LiquidityProtectionParams) GetEpochLength() uint64
func (*LiquidityProtectionParams) GetIsActive ¶ added in v0.13.4
func (m *LiquidityProtectionParams) GetIsActive() bool
func (*LiquidityProtectionParams) GetMaxRowanLiquidityThresholdAsset ¶ added in v0.13.4
func (m *LiquidityProtectionParams) GetMaxRowanLiquidityThresholdAsset() string
func (*LiquidityProtectionParams) Marshal ¶ added in v0.13.4
func (m *LiquidityProtectionParams) Marshal() (dAtA []byte, err error)
func (*LiquidityProtectionParams) MarshalTo ¶ added in v0.13.4
func (m *LiquidityProtectionParams) MarshalTo(dAtA []byte) (int, error)
func (*LiquidityProtectionParams) MarshalToSizedBuffer ¶ added in v0.13.4
func (m *LiquidityProtectionParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LiquidityProtectionParams) ProtoMessage ¶ added in v0.13.4
func (*LiquidityProtectionParams) ProtoMessage()
func (*LiquidityProtectionParams) Reset ¶ added in v0.13.4
func (m *LiquidityProtectionParams) Reset()
func (*LiquidityProtectionParams) Size ¶ added in v0.13.4
func (m *LiquidityProtectionParams) Size() (n int)
func (*LiquidityProtectionParams) String ¶ added in v0.13.4
func (m *LiquidityProtectionParams) String() string
func (*LiquidityProtectionParams) Unmarshal ¶ added in v0.13.4
func (m *LiquidityProtectionParams) Unmarshal(dAtA []byte) error
func (*LiquidityProtectionParams) XXX_DiscardUnknown ¶ added in v0.13.4
func (m *LiquidityProtectionParams) XXX_DiscardUnknown()
func (*LiquidityProtectionParams) XXX_Marshal ¶ added in v0.13.4
func (m *LiquidityProtectionParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LiquidityProtectionParams) XXX_Merge ¶ added in v0.13.4
func (m *LiquidityProtectionParams) XXX_Merge(src proto.Message)
func (*LiquidityProtectionParams) XXX_Size ¶ added in v0.13.4
func (m *LiquidityProtectionParams) XXX_Size() int
func (*LiquidityProtectionParams) XXX_Unmarshal ¶ added in v0.13.4
func (m *LiquidityProtectionParams) XXX_Unmarshal(b []byte) error
type LiquidityProtectionParamsReq ¶ added in v0.13.4
type LiquidityProtectionParamsReq struct { }
func (*LiquidityProtectionParamsReq) Descriptor ¶ added in v0.13.4
func (*LiquidityProtectionParamsReq) Descriptor() ([]byte, []int)
func (*LiquidityProtectionParamsReq) Marshal ¶ added in v0.13.4
func (m *LiquidityProtectionParamsReq) Marshal() (dAtA []byte, err error)
func (*LiquidityProtectionParamsReq) MarshalTo ¶ added in v0.13.4
func (m *LiquidityProtectionParamsReq) MarshalTo(dAtA []byte) (int, error)
func (*LiquidityProtectionParamsReq) MarshalToSizedBuffer ¶ added in v0.13.4
func (m *LiquidityProtectionParamsReq) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LiquidityProtectionParamsReq) ProtoMessage ¶ added in v0.13.4
func (*LiquidityProtectionParamsReq) ProtoMessage()
func (*LiquidityProtectionParamsReq) Reset ¶ added in v0.13.4
func (m *LiquidityProtectionParamsReq) Reset()
func (*LiquidityProtectionParamsReq) Size ¶ added in v0.13.4
func (m *LiquidityProtectionParamsReq) Size() (n int)
func (*LiquidityProtectionParamsReq) String ¶ added in v0.13.4
func (m *LiquidityProtectionParamsReq) String() string
func (*LiquidityProtectionParamsReq) Unmarshal ¶ added in v0.13.4
func (m *LiquidityProtectionParamsReq) Unmarshal(dAtA []byte) error
func (*LiquidityProtectionParamsReq) XXX_DiscardUnknown ¶ added in v0.13.4
func (m *LiquidityProtectionParamsReq) XXX_DiscardUnknown()
func (*LiquidityProtectionParamsReq) XXX_Marshal ¶ added in v0.13.4
func (m *LiquidityProtectionParamsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LiquidityProtectionParamsReq) XXX_Merge ¶ added in v0.13.4
func (m *LiquidityProtectionParamsReq) XXX_Merge(src proto.Message)
func (*LiquidityProtectionParamsReq) XXX_Size ¶ added in v0.13.4
func (m *LiquidityProtectionParamsReq) XXX_Size() int
func (*LiquidityProtectionParamsReq) XXX_Unmarshal ¶ added in v0.13.4
func (m *LiquidityProtectionParamsReq) XXX_Unmarshal(b []byte) error
type LiquidityProtectionParamsRes ¶ added in v0.13.4
type LiquidityProtectionParamsRes struct { Params *LiquidityProtectionParams `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"` RateParams *LiquidityProtectionRateParams `protobuf:"bytes,2,opt,name=rate_params,json=rateParams,proto3" json:"rate_params,omitempty"` Height int64 `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"` }
func NewLiquidityProtectionParamsResponse ¶ added in v0.13.4
func NewLiquidityProtectionParamsResponse(params *LiquidityProtectionParams, rateParams LiquidityProtectionRateParams, height int64) LiquidityProtectionParamsRes
func (*LiquidityProtectionParamsRes) Descriptor ¶ added in v0.13.4
func (*LiquidityProtectionParamsRes) Descriptor() ([]byte, []int)
func (*LiquidityProtectionParamsRes) GetHeight ¶ added in v0.13.4
func (m *LiquidityProtectionParamsRes) GetHeight() int64
func (*LiquidityProtectionParamsRes) GetParams ¶ added in v0.13.4
func (m *LiquidityProtectionParamsRes) GetParams() *LiquidityProtectionParams
func (*LiquidityProtectionParamsRes) GetRateParams ¶ added in v0.13.4
func (m *LiquidityProtectionParamsRes) GetRateParams() *LiquidityProtectionRateParams
func (*LiquidityProtectionParamsRes) Marshal ¶ added in v0.13.4
func (m *LiquidityProtectionParamsRes) Marshal() (dAtA []byte, err error)
func (*LiquidityProtectionParamsRes) MarshalTo ¶ added in v0.13.4
func (m *LiquidityProtectionParamsRes) MarshalTo(dAtA []byte) (int, error)
func (*LiquidityProtectionParamsRes) MarshalToSizedBuffer ¶ added in v0.13.4
func (m *LiquidityProtectionParamsRes) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LiquidityProtectionParamsRes) ProtoMessage ¶ added in v0.13.4
func (*LiquidityProtectionParamsRes) ProtoMessage()
func (*LiquidityProtectionParamsRes) Reset ¶ added in v0.13.4
func (m *LiquidityProtectionParamsRes) Reset()
func (*LiquidityProtectionParamsRes) Size ¶ added in v0.13.4
func (m *LiquidityProtectionParamsRes) Size() (n int)
func (*LiquidityProtectionParamsRes) String ¶ added in v0.13.4
func (m *LiquidityProtectionParamsRes) String() string
func (*LiquidityProtectionParamsRes) Unmarshal ¶ added in v0.13.4
func (m *LiquidityProtectionParamsRes) Unmarshal(dAtA []byte) error
func (*LiquidityProtectionParamsRes) XXX_DiscardUnknown ¶ added in v0.13.4
func (m *LiquidityProtectionParamsRes) XXX_DiscardUnknown()
func (*LiquidityProtectionParamsRes) XXX_Marshal ¶ added in v0.13.4
func (m *LiquidityProtectionParamsRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LiquidityProtectionParamsRes) XXX_Merge ¶ added in v0.13.4
func (m *LiquidityProtectionParamsRes) XXX_Merge(src proto.Message)
func (*LiquidityProtectionParamsRes) XXX_Size ¶ added in v0.13.4
func (m *LiquidityProtectionParamsRes) XXX_Size() int
func (*LiquidityProtectionParamsRes) XXX_Unmarshal ¶ added in v0.13.4
func (m *LiquidityProtectionParamsRes) XXX_Unmarshal(b []byte) error
type LiquidityProtectionRateParams ¶ added in v0.13.4
type LiquidityProtectionRateParams struct {
CurrentRowanLiquidityThreshold github_com_cosmos_cosmos_sdk_types.Uint `` /* 196-byte string literal not displayed */
}
func (*LiquidityProtectionRateParams) Descriptor ¶ added in v0.13.4
func (*LiquidityProtectionRateParams) Descriptor() ([]byte, []int)
func (*LiquidityProtectionRateParams) Marshal ¶ added in v0.13.4
func (m *LiquidityProtectionRateParams) Marshal() (dAtA []byte, err error)
func (*LiquidityProtectionRateParams) MarshalTo ¶ added in v0.13.4
func (m *LiquidityProtectionRateParams) MarshalTo(dAtA []byte) (int, error)
func (*LiquidityProtectionRateParams) MarshalToSizedBuffer ¶ added in v0.13.4
func (m *LiquidityProtectionRateParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LiquidityProtectionRateParams) ProtoMessage ¶ added in v0.13.4
func (*LiquidityProtectionRateParams) ProtoMessage()
func (*LiquidityProtectionRateParams) Reset ¶ added in v0.13.4
func (m *LiquidityProtectionRateParams) Reset()
func (*LiquidityProtectionRateParams) Size ¶ added in v0.13.4
func (m *LiquidityProtectionRateParams) Size() (n int)
func (*LiquidityProtectionRateParams) String ¶ added in v0.13.4
func (m *LiquidityProtectionRateParams) String() string
func (*LiquidityProtectionRateParams) Unmarshal ¶ added in v0.13.4
func (m *LiquidityProtectionRateParams) Unmarshal(dAtA []byte) error
func (*LiquidityProtectionRateParams) XXX_DiscardUnknown ¶ added in v0.13.4
func (m *LiquidityProtectionRateParams) XXX_DiscardUnknown()
func (*LiquidityProtectionRateParams) XXX_Marshal ¶ added in v0.13.4
func (m *LiquidityProtectionRateParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LiquidityProtectionRateParams) XXX_Merge ¶ added in v0.13.4
func (m *LiquidityProtectionRateParams) XXX_Merge(src proto.Message)
func (*LiquidityProtectionRateParams) XXX_Size ¶ added in v0.13.4
func (m *LiquidityProtectionRateParams) XXX_Size() int
func (*LiquidityProtectionRateParams) XXX_Unmarshal ¶ added in v0.13.4
func (m *LiquidityProtectionRateParams) XXX_Unmarshal(b []byte) error
type LiquidityProvider ¶
type LiquidityProvider struct { Asset *Asset `protobuf:"bytes,1,opt,name=asset,proto3" json:"asset,omitempty"` LiquidityProviderUnits github_com_cosmos_cosmos_sdk_types.Uint `` /* 202-byte string literal not displayed */ LiquidityProviderAddress string `` /* 135-byte string literal not displayed */ Unlocks []*LiquidityUnlock `protobuf:"bytes,4,rep,name=unlocks,proto3" json:"unlocks,omitempty"` }
func NewLiquidityProvider ¶
func NewLiquidityProvider(asset *Asset, liquidityProviderUnits sdk.Uint, liquidityProviderAddress sdk.AccAddress) LiquidityProvider
NewLiquidityProvider returns a new LiquidityProvider
func (*LiquidityProvider) Descriptor ¶
func (*LiquidityProvider) Descriptor() ([]byte, []int)
func (*LiquidityProvider) GetAsset ¶
func (m *LiquidityProvider) GetAsset() *Asset
func (*LiquidityProvider) GetLiquidityProviderAddress ¶
func (m *LiquidityProvider) GetLiquidityProviderAddress() string
func (*LiquidityProvider) GetUnlocks ¶ added in v0.13.0
func (m *LiquidityProvider) GetUnlocks() []*LiquidityUnlock
func (*LiquidityProvider) Marshal ¶
func (m *LiquidityProvider) Marshal() (dAtA []byte, err error)
func (*LiquidityProvider) MarshalTo ¶
func (m *LiquidityProvider) MarshalTo(dAtA []byte) (int, error)
func (*LiquidityProvider) MarshalToSizedBuffer ¶
func (m *LiquidityProvider) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LiquidityProvider) ProtoMessage ¶
func (*LiquidityProvider) ProtoMessage()
func (*LiquidityProvider) Reset ¶
func (m *LiquidityProvider) Reset()
func (*LiquidityProvider) Size ¶
func (m *LiquidityProvider) Size() (n int)
func (*LiquidityProvider) String ¶
func (m *LiquidityProvider) String() string
func (*LiquidityProvider) Unmarshal ¶
func (m *LiquidityProvider) Unmarshal(dAtA []byte) error
func (LiquidityProvider) Validate ¶
func (l LiquidityProvider) Validate() bool
func (*LiquidityProvider) XXX_DiscardUnknown ¶
func (m *LiquidityProvider) XXX_DiscardUnknown()
func (*LiquidityProvider) XXX_Marshal ¶
func (m *LiquidityProvider) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LiquidityProvider) XXX_Merge ¶
func (m *LiquidityProvider) XXX_Merge(src proto.Message)
func (*LiquidityProvider) XXX_Size ¶
func (m *LiquidityProvider) XXX_Size() int
func (*LiquidityProvider) XXX_Unmarshal ¶
func (m *LiquidityProvider) XXX_Unmarshal(b []byte) error
type LiquidityProviderData ¶
type LiquidityProviderData struct { LiquidityProvider *LiquidityProvider `protobuf:"bytes,1,opt,name=liquidity_provider,json=liquidityProvider,proto3" json:"liquidity_provider,omitempty"` NativeAssetBalance string `protobuf:"bytes,2,opt,name=native_asset_balance,json=nativeAssetBalance,proto3" json:"native_asset_balance,omitempty"` ExternalAssetBalance string `protobuf:"bytes,3,opt,name=external_asset_balance,json=externalAssetBalance,proto3" json:"external_asset_balance,omitempty"` }
func NewLiquidityProviderData ¶
func NewLiquidityProviderData(liquidityProvider LiquidityProvider, nativeBalance string, externalBalance string) LiquidityProviderData
func (*LiquidityProviderData) Descriptor ¶
func (*LiquidityProviderData) Descriptor() ([]byte, []int)
func (*LiquidityProviderData) GetExternalAssetBalance ¶
func (m *LiquidityProviderData) GetExternalAssetBalance() string
func (*LiquidityProviderData) GetLiquidityProvider ¶
func (m *LiquidityProviderData) GetLiquidityProvider() *LiquidityProvider
func (*LiquidityProviderData) GetNativeAssetBalance ¶
func (m *LiquidityProviderData) GetNativeAssetBalance() string
func (*LiquidityProviderData) Marshal ¶
func (m *LiquidityProviderData) Marshal() (dAtA []byte, err error)
func (*LiquidityProviderData) MarshalTo ¶
func (m *LiquidityProviderData) MarshalTo(dAtA []byte) (int, error)
func (*LiquidityProviderData) MarshalToSizedBuffer ¶
func (m *LiquidityProviderData) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LiquidityProviderData) ProtoMessage ¶
func (*LiquidityProviderData) ProtoMessage()
func (*LiquidityProviderData) Reset ¶
func (m *LiquidityProviderData) Reset()
func (*LiquidityProviderData) Size ¶
func (m *LiquidityProviderData) Size() (n int)
func (*LiquidityProviderData) String ¶
func (m *LiquidityProviderData) String() string
func (*LiquidityProviderData) Unmarshal ¶
func (m *LiquidityProviderData) Unmarshal(dAtA []byte) error
func (*LiquidityProviderData) XXX_DiscardUnknown ¶
func (m *LiquidityProviderData) XXX_DiscardUnknown()
func (*LiquidityProviderData) XXX_Marshal ¶
func (m *LiquidityProviderData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LiquidityProviderData) XXX_Merge ¶
func (m *LiquidityProviderData) XXX_Merge(src proto.Message)
func (*LiquidityProviderData) XXX_Size ¶
func (m *LiquidityProviderData) XXX_Size() int
func (*LiquidityProviderData) XXX_Unmarshal ¶
func (m *LiquidityProviderData) XXX_Unmarshal(b []byte) error
type LiquidityProviderDataReq ¶
type LiquidityProviderDataReq struct { LpAddress string `protobuf:"bytes,1,opt,name=lp_address,json=lpAddress,proto3" json:"lp_address,omitempty"` Pagination *query.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*LiquidityProviderDataReq) Descriptor ¶
func (*LiquidityProviderDataReq) Descriptor() ([]byte, []int)
func (*LiquidityProviderDataReq) Marshal ¶
func (m *LiquidityProviderDataReq) Marshal() (dAtA []byte, err error)
func (*LiquidityProviderDataReq) MarshalTo ¶
func (m *LiquidityProviderDataReq) MarshalTo(dAtA []byte) (int, error)
func (*LiquidityProviderDataReq) MarshalToSizedBuffer ¶
func (m *LiquidityProviderDataReq) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LiquidityProviderDataReq) ProtoMessage ¶
func (*LiquidityProviderDataReq) ProtoMessage()
func (*LiquidityProviderDataReq) Reset ¶
func (m *LiquidityProviderDataReq) Reset()
func (*LiquidityProviderDataReq) Size ¶
func (m *LiquidityProviderDataReq) Size() (n int)
func (*LiquidityProviderDataReq) String ¶
func (m *LiquidityProviderDataReq) String() string
func (*LiquidityProviderDataReq) Unmarshal ¶
func (m *LiquidityProviderDataReq) Unmarshal(dAtA []byte) error
func (*LiquidityProviderDataReq) XXX_DiscardUnknown ¶
func (m *LiquidityProviderDataReq) XXX_DiscardUnknown()
func (*LiquidityProviderDataReq) XXX_Marshal ¶
func (m *LiquidityProviderDataReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LiquidityProviderDataReq) XXX_Merge ¶
func (m *LiquidityProviderDataReq) XXX_Merge(src proto.Message)
func (*LiquidityProviderDataReq) XXX_Size ¶
func (m *LiquidityProviderDataReq) XXX_Size() int
func (*LiquidityProviderDataReq) XXX_Unmarshal ¶
func (m *LiquidityProviderDataReq) XXX_Unmarshal(b []byte) error
type LiquidityProviderDataRes ¶
type LiquidityProviderDataRes struct { LiquidityProviderData []*LiquidityProviderData `` /* 126-byte string literal not displayed */ Height int64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"` Pagination *query.PageRequest `protobuf:"bytes,3,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func NewLiquidityProviderDataResponse ¶
func NewLiquidityProviderDataResponse(liquidityProviderData []*LiquidityProviderData, height int64) LiquidityProviderDataRes
func (*LiquidityProviderDataRes) Descriptor ¶
func (*LiquidityProviderDataRes) Descriptor() ([]byte, []int)
func (*LiquidityProviderDataRes) GetHeight ¶
func (m *LiquidityProviderDataRes) GetHeight() int64
func (*LiquidityProviderDataRes) GetLiquidityProviderData ¶
func (m *LiquidityProviderDataRes) GetLiquidityProviderData() []*LiquidityProviderData
func (*LiquidityProviderDataRes) GetPagination ¶
func (m *LiquidityProviderDataRes) GetPagination() *query.PageRequest
func (*LiquidityProviderDataRes) Marshal ¶
func (m *LiquidityProviderDataRes) Marshal() (dAtA []byte, err error)
func (*LiquidityProviderDataRes) MarshalTo ¶
func (m *LiquidityProviderDataRes) MarshalTo(dAtA []byte) (int, error)
func (*LiquidityProviderDataRes) MarshalToSizedBuffer ¶
func (m *LiquidityProviderDataRes) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LiquidityProviderDataRes) ProtoMessage ¶
func (*LiquidityProviderDataRes) ProtoMessage()
func (*LiquidityProviderDataRes) Reset ¶
func (m *LiquidityProviderDataRes) Reset()
func (*LiquidityProviderDataRes) Size ¶
func (m *LiquidityProviderDataRes) Size() (n int)
func (*LiquidityProviderDataRes) String ¶
func (m *LiquidityProviderDataRes) String() string
func (*LiquidityProviderDataRes) Unmarshal ¶
func (m *LiquidityProviderDataRes) Unmarshal(dAtA []byte) error
func (*LiquidityProviderDataRes) XXX_DiscardUnknown ¶
func (m *LiquidityProviderDataRes) XXX_DiscardUnknown()
func (*LiquidityProviderDataRes) XXX_Marshal ¶
func (m *LiquidityProviderDataRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LiquidityProviderDataRes) XXX_Merge ¶
func (m *LiquidityProviderDataRes) XXX_Merge(src proto.Message)
func (*LiquidityProviderDataRes) XXX_Size ¶
func (m *LiquidityProviderDataRes) XXX_Size() int
func (*LiquidityProviderDataRes) XXX_Unmarshal ¶
func (m *LiquidityProviderDataRes) XXX_Unmarshal(b []byte) error
type LiquidityProviderListReq ¶
type LiquidityProviderListReq struct { Symbol string `protobuf:"bytes,1,opt,name=symbol,proto3" json:"symbol,omitempty"` // pagination defines an optional pagination for the request. Pagination *query.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*LiquidityProviderListReq) Descriptor ¶
func (*LiquidityProviderListReq) Descriptor() ([]byte, []int)
func (*LiquidityProviderListReq) Marshal ¶
func (m *LiquidityProviderListReq) Marshal() (dAtA []byte, err error)
func (*LiquidityProviderListReq) MarshalTo ¶
func (m *LiquidityProviderListReq) MarshalTo(dAtA []byte) (int, error)
func (*LiquidityProviderListReq) MarshalToSizedBuffer ¶
func (m *LiquidityProviderListReq) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LiquidityProviderListReq) ProtoMessage ¶
func (*LiquidityProviderListReq) ProtoMessage()
func (*LiquidityProviderListReq) Reset ¶
func (m *LiquidityProviderListReq) Reset()
func (*LiquidityProviderListReq) Size ¶
func (m *LiquidityProviderListReq) Size() (n int)
func (*LiquidityProviderListReq) String ¶
func (m *LiquidityProviderListReq) String() string
func (*LiquidityProviderListReq) Unmarshal ¶
func (m *LiquidityProviderListReq) Unmarshal(dAtA []byte) error
func (*LiquidityProviderListReq) XXX_DiscardUnknown ¶
func (m *LiquidityProviderListReq) XXX_DiscardUnknown()
func (*LiquidityProviderListReq) XXX_Marshal ¶
func (m *LiquidityProviderListReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LiquidityProviderListReq) XXX_Merge ¶
func (m *LiquidityProviderListReq) XXX_Merge(src proto.Message)
func (*LiquidityProviderListReq) XXX_Size ¶
func (m *LiquidityProviderListReq) XXX_Size() int
func (*LiquidityProviderListReq) XXX_Unmarshal ¶
func (m *LiquidityProviderListReq) XXX_Unmarshal(b []byte) error
type LiquidityProviderListRes ¶
type LiquidityProviderListRes struct { LiquidityProviders []*LiquidityProvider `protobuf:"bytes,1,rep,name=liquidity_providers,json=liquidityProviders,proto3" json:"liquidity_providers,omitempty"` Height int64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"` // pagination defines the pagination in the response. Pagination *query.PageResponse `protobuf:"bytes,3,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*LiquidityProviderListRes) Descriptor ¶
func (*LiquidityProviderListRes) Descriptor() ([]byte, []int)
func (*LiquidityProviderListRes) GetHeight ¶
func (m *LiquidityProviderListRes) GetHeight() int64
func (*LiquidityProviderListRes) GetLiquidityProviders ¶
func (m *LiquidityProviderListRes) GetLiquidityProviders() []*LiquidityProvider
func (*LiquidityProviderListRes) GetPagination ¶
func (m *LiquidityProviderListRes) GetPagination() *query.PageResponse
func (*LiquidityProviderListRes) Marshal ¶
func (m *LiquidityProviderListRes) Marshal() (dAtA []byte, err error)
func (*LiquidityProviderListRes) MarshalTo ¶
func (m *LiquidityProviderListRes) MarshalTo(dAtA []byte) (int, error)
func (*LiquidityProviderListRes) MarshalToSizedBuffer ¶
func (m *LiquidityProviderListRes) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LiquidityProviderListRes) ProtoMessage ¶
func (*LiquidityProviderListRes) ProtoMessage()
func (*LiquidityProviderListRes) Reset ¶
func (m *LiquidityProviderListRes) Reset()
func (*LiquidityProviderListRes) Size ¶
func (m *LiquidityProviderListRes) Size() (n int)
func (*LiquidityProviderListRes) String ¶
func (m *LiquidityProviderListRes) String() string
func (*LiquidityProviderListRes) Unmarshal ¶
func (m *LiquidityProviderListRes) Unmarshal(dAtA []byte) error
func (*LiquidityProviderListRes) XXX_DiscardUnknown ¶
func (m *LiquidityProviderListRes) XXX_DiscardUnknown()
func (*LiquidityProviderListRes) XXX_Marshal ¶
func (m *LiquidityProviderListRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LiquidityProviderListRes) XXX_Merge ¶
func (m *LiquidityProviderListRes) XXX_Merge(src proto.Message)
func (*LiquidityProviderListRes) XXX_Size ¶
func (m *LiquidityProviderListRes) XXX_Size() int
func (*LiquidityProviderListRes) XXX_Unmarshal ¶
func (m *LiquidityProviderListRes) XXX_Unmarshal(b []byte) error
type LiquidityProviderReq ¶
type LiquidityProviderReq struct { Symbol string `protobuf:"bytes,1,opt,name=symbol,proto3" json:"symbol,omitempty"` LpAddress string `protobuf:"bytes,2,opt,name=lp_address,json=lpAddress,proto3" json:"lp_address,omitempty"` }
func (*LiquidityProviderReq) Descriptor ¶
func (*LiquidityProviderReq) Descriptor() ([]byte, []int)
func (*LiquidityProviderReq) Marshal ¶
func (m *LiquidityProviderReq) Marshal() (dAtA []byte, err error)
func (*LiquidityProviderReq) MarshalTo ¶
func (m *LiquidityProviderReq) MarshalTo(dAtA []byte) (int, error)
func (*LiquidityProviderReq) MarshalToSizedBuffer ¶
func (m *LiquidityProviderReq) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LiquidityProviderReq) ProtoMessage ¶
func (*LiquidityProviderReq) ProtoMessage()
func (*LiquidityProviderReq) Reset ¶
func (m *LiquidityProviderReq) Reset()
func (*LiquidityProviderReq) Size ¶
func (m *LiquidityProviderReq) Size() (n int)
func (*LiquidityProviderReq) String ¶
func (m *LiquidityProviderReq) String() string
func (*LiquidityProviderReq) Unmarshal ¶
func (m *LiquidityProviderReq) Unmarshal(dAtA []byte) error
func (*LiquidityProviderReq) XXX_DiscardUnknown ¶
func (m *LiquidityProviderReq) XXX_DiscardUnknown()
func (*LiquidityProviderReq) XXX_Marshal ¶
func (m *LiquidityProviderReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LiquidityProviderReq) XXX_Merge ¶
func (m *LiquidityProviderReq) XXX_Merge(src proto.Message)
func (*LiquidityProviderReq) XXX_Size ¶
func (m *LiquidityProviderReq) XXX_Size() int
func (*LiquidityProviderReq) XXX_Unmarshal ¶
func (m *LiquidityProviderReq) XXX_Unmarshal(b []byte) error
type LiquidityProviderRes ¶
type LiquidityProviderRes struct { LiquidityProvider *LiquidityProvider `protobuf:"bytes,1,opt,name=liquidity_provider,json=liquidityProvider,proto3" json:"liquidity_provider,omitempty"` NativeAssetBalance string `protobuf:"bytes,2,opt,name=native_asset_balance,json=nativeAssetBalance,proto3" json:"native_asset_balance,omitempty"` ExternalAssetBalance string `protobuf:"bytes,3,opt,name=external_asset_balance,json=externalAssetBalance,proto3" json:"external_asset_balance,omitempty"` Height int64 `protobuf:"varint,4,opt,name=height,proto3" json:"height,omitempty"` }
func NewLiquidityProviderResponse ¶
func NewLiquidityProviderResponse(liquidityProvider LiquidityProvider, height int64, nativeBalance string, externalBalance string) LiquidityProviderRes
func (*LiquidityProviderRes) Descriptor ¶
func (*LiquidityProviderRes) Descriptor() ([]byte, []int)
func (*LiquidityProviderRes) GetExternalAssetBalance ¶
func (m *LiquidityProviderRes) GetExternalAssetBalance() string
func (*LiquidityProviderRes) GetHeight ¶
func (m *LiquidityProviderRes) GetHeight() int64
func (*LiquidityProviderRes) GetLiquidityProvider ¶
func (m *LiquidityProviderRes) GetLiquidityProvider() *LiquidityProvider
func (*LiquidityProviderRes) GetNativeAssetBalance ¶
func (m *LiquidityProviderRes) GetNativeAssetBalance() string
func (*LiquidityProviderRes) Marshal ¶
func (m *LiquidityProviderRes) Marshal() (dAtA []byte, err error)
func (*LiquidityProviderRes) MarshalTo ¶
func (m *LiquidityProviderRes) MarshalTo(dAtA []byte) (int, error)
func (*LiquidityProviderRes) MarshalToSizedBuffer ¶
func (m *LiquidityProviderRes) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LiquidityProviderRes) ProtoMessage ¶
func (*LiquidityProviderRes) ProtoMessage()
func (*LiquidityProviderRes) Reset ¶
func (m *LiquidityProviderRes) Reset()
func (*LiquidityProviderRes) Size ¶
func (m *LiquidityProviderRes) Size() (n int)
func (*LiquidityProviderRes) String ¶
func (m *LiquidityProviderRes) String() string
func (*LiquidityProviderRes) Unmarshal ¶
func (m *LiquidityProviderRes) Unmarshal(dAtA []byte) error
func (*LiquidityProviderRes) XXX_DiscardUnknown ¶
func (m *LiquidityProviderRes) XXX_DiscardUnknown()
func (*LiquidityProviderRes) XXX_Marshal ¶
func (m *LiquidityProviderRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LiquidityProviderRes) XXX_Merge ¶
func (m *LiquidityProviderRes) XXX_Merge(src proto.Message)
func (*LiquidityProviderRes) XXX_Size ¶
func (m *LiquidityProviderRes) XXX_Size() int
func (*LiquidityProviderRes) XXX_Unmarshal ¶
func (m *LiquidityProviderRes) XXX_Unmarshal(b []byte) error
type LiquidityProviders ¶
type LiquidityProviders []LiquidityProvider
type LiquidityProvidersReq ¶
type LiquidityProvidersReq struct {
Pagination *query.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}
func (*LiquidityProvidersReq) Descriptor ¶
func (*LiquidityProvidersReq) Descriptor() ([]byte, []int)
func (*LiquidityProvidersReq) Marshal ¶
func (m *LiquidityProvidersReq) Marshal() (dAtA []byte, err error)
func (*LiquidityProvidersReq) MarshalTo ¶
func (m *LiquidityProvidersReq) MarshalTo(dAtA []byte) (int, error)
func (*LiquidityProvidersReq) MarshalToSizedBuffer ¶
func (m *LiquidityProvidersReq) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LiquidityProvidersReq) ProtoMessage ¶
func (*LiquidityProvidersReq) ProtoMessage()
func (*LiquidityProvidersReq) Reset ¶
func (m *LiquidityProvidersReq) Reset()
func (*LiquidityProvidersReq) Size ¶
func (m *LiquidityProvidersReq) Size() (n int)
func (*LiquidityProvidersReq) String ¶
func (m *LiquidityProvidersReq) String() string
func (*LiquidityProvidersReq) Unmarshal ¶
func (m *LiquidityProvidersReq) Unmarshal(dAtA []byte) error
func (*LiquidityProvidersReq) XXX_DiscardUnknown ¶
func (m *LiquidityProvidersReq) XXX_DiscardUnknown()
func (*LiquidityProvidersReq) XXX_Marshal ¶
func (m *LiquidityProvidersReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LiquidityProvidersReq) XXX_Merge ¶
func (m *LiquidityProvidersReq) XXX_Merge(src proto.Message)
func (*LiquidityProvidersReq) XXX_Size ¶
func (m *LiquidityProvidersReq) XXX_Size() int
func (*LiquidityProvidersReq) XXX_Unmarshal ¶
func (m *LiquidityProvidersReq) XXX_Unmarshal(b []byte) error
type LiquidityProvidersRes ¶
type LiquidityProvidersRes struct { LiquidityProviders []*LiquidityProvider `protobuf:"bytes,1,rep,name=liquidity_providers,json=liquidityProviders,proto3" json:"liquidity_providers,omitempty"` Height int64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"` Pagination *query.PageResponse `protobuf:"bytes,3,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*LiquidityProvidersRes) Descriptor ¶
func (*LiquidityProvidersRes) Descriptor() ([]byte, []int)
func (*LiquidityProvidersRes) GetHeight ¶
func (m *LiquidityProvidersRes) GetHeight() int64
func (*LiquidityProvidersRes) GetLiquidityProviders ¶
func (m *LiquidityProvidersRes) GetLiquidityProviders() []*LiquidityProvider
func (*LiquidityProvidersRes) GetPagination ¶
func (m *LiquidityProvidersRes) GetPagination() *query.PageResponse
func (*LiquidityProvidersRes) Marshal ¶
func (m *LiquidityProvidersRes) Marshal() (dAtA []byte, err error)
func (*LiquidityProvidersRes) MarshalTo ¶
func (m *LiquidityProvidersRes) MarshalTo(dAtA []byte) (int, error)
func (*LiquidityProvidersRes) MarshalToSizedBuffer ¶
func (m *LiquidityProvidersRes) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LiquidityProvidersRes) ProtoMessage ¶
func (*LiquidityProvidersRes) ProtoMessage()
func (*LiquidityProvidersRes) Reset ¶
func (m *LiquidityProvidersRes) Reset()
func (*LiquidityProvidersRes) Size ¶
func (m *LiquidityProvidersRes) Size() (n int)
func (*LiquidityProvidersRes) String ¶
func (m *LiquidityProvidersRes) String() string
func (*LiquidityProvidersRes) Unmarshal ¶
func (m *LiquidityProvidersRes) Unmarshal(dAtA []byte) error
func (*LiquidityProvidersRes) XXX_DiscardUnknown ¶
func (m *LiquidityProvidersRes) XXX_DiscardUnknown()
func (*LiquidityProvidersRes) XXX_Marshal ¶
func (m *LiquidityProvidersRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LiquidityProvidersRes) XXX_Merge ¶
func (m *LiquidityProvidersRes) XXX_Merge(src proto.Message)
func (*LiquidityProvidersRes) XXX_Size ¶
func (m *LiquidityProvidersRes) XXX_Size() int
func (*LiquidityProvidersRes) XXX_Unmarshal ¶
func (m *LiquidityProvidersRes) XXX_Unmarshal(b []byte) error
type LiquidityUnlock ¶ added in v0.13.0
type LiquidityUnlock struct { RequestHeight int64 `protobuf:"varint,1,opt,name=request_height,json=requestHeight,proto3" json:"request_height,omitempty"` Units github_com_cosmos_cosmos_sdk_types.Uint `protobuf:"bytes,2,opt,name=units,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Uint" json:"units"` }
func (*LiquidityUnlock) Descriptor ¶ added in v0.13.0
func (*LiquidityUnlock) Descriptor() ([]byte, []int)
func (*LiquidityUnlock) GetRequestHeight ¶ added in v0.13.0
func (m *LiquidityUnlock) GetRequestHeight() int64
func (*LiquidityUnlock) Marshal ¶ added in v0.13.0
func (m *LiquidityUnlock) Marshal() (dAtA []byte, err error)
func (*LiquidityUnlock) MarshalTo ¶ added in v0.13.0
func (m *LiquidityUnlock) MarshalTo(dAtA []byte) (int, error)
func (*LiquidityUnlock) MarshalToSizedBuffer ¶ added in v0.13.0
func (m *LiquidityUnlock) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LiquidityUnlock) ProtoMessage ¶ added in v0.13.0
func (*LiquidityUnlock) ProtoMessage()
func (*LiquidityUnlock) Reset ¶ added in v0.13.0
func (m *LiquidityUnlock) Reset()
func (*LiquidityUnlock) Size ¶ added in v0.13.0
func (m *LiquidityUnlock) Size() (n int)
func (*LiquidityUnlock) String ¶ added in v0.13.0
func (m *LiquidityUnlock) String() string
func (*LiquidityUnlock) Unmarshal ¶ added in v0.13.0
func (m *LiquidityUnlock) Unmarshal(dAtA []byte) error
func (*LiquidityUnlock) XXX_DiscardUnknown ¶ added in v0.13.0
func (m *LiquidityUnlock) XXX_DiscardUnknown()
func (*LiquidityUnlock) XXX_Marshal ¶ added in v0.13.0
func (m *LiquidityUnlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LiquidityUnlock) XXX_Merge ¶ added in v0.13.0
func (m *LiquidityUnlock) XXX_Merge(src proto.Message)
func (*LiquidityUnlock) XXX_Size ¶ added in v0.13.0
func (m *LiquidityUnlock) XXX_Size() int
func (*LiquidityUnlock) XXX_Unmarshal ¶ added in v0.13.0
func (m *LiquidityUnlock) XXX_Unmarshal(b []byte) error
type MsgAddLiquidity ¶
type MsgAddLiquidity struct { Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty" yaml:"signer"` ExternalAsset *Asset `protobuf:"bytes,2,opt,name=external_asset,json=externalAsset,proto3" json:"external_asset,omitempty" yaml:"external_asset"` NativeAssetAmount github_com_cosmos_cosmos_sdk_types.Uint `` /* 182-byte string literal not displayed */ ExternalAssetAmount github_com_cosmos_cosmos_sdk_types.Uint `` /* 190-byte string literal not displayed */ }
func NewMsgAddLiquidity ¶
func NewMsgAddLiquidity(signer sdk.AccAddress, externalAsset Asset, nativeAssetAmount sdk.Uint, externalAssetAmount sdk.Uint) MsgAddLiquidity
func (*MsgAddLiquidity) Descriptor ¶
func (*MsgAddLiquidity) Descriptor() ([]byte, []int)
func (*MsgAddLiquidity) GetExternalAsset ¶
func (m *MsgAddLiquidity) GetExternalAsset() *Asset
func (MsgAddLiquidity) GetSignBytes ¶
func (m MsgAddLiquidity) GetSignBytes() []byte
func (*MsgAddLiquidity) GetSigner ¶
func (m *MsgAddLiquidity) GetSigner() string
func (MsgAddLiquidity) GetSigners ¶
func (m MsgAddLiquidity) GetSigners() []sdk.AccAddress
func (*MsgAddLiquidity) Marshal ¶
func (m *MsgAddLiquidity) Marshal() (dAtA []byte, err error)
func (*MsgAddLiquidity) MarshalToSizedBuffer ¶
func (m *MsgAddLiquidity) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgAddLiquidity) ProtoMessage ¶
func (*MsgAddLiquidity) ProtoMessage()
func (*MsgAddLiquidity) Reset ¶
func (m *MsgAddLiquidity) Reset()
func (MsgAddLiquidity) Route ¶
func (m MsgAddLiquidity) Route() string
func (*MsgAddLiquidity) Size ¶
func (m *MsgAddLiquidity) Size() (n int)
func (*MsgAddLiquidity) String ¶
func (m *MsgAddLiquidity) String() string
func (MsgAddLiquidity) Type ¶
func (m MsgAddLiquidity) Type() string
func (*MsgAddLiquidity) Unmarshal ¶
func (m *MsgAddLiquidity) Unmarshal(dAtA []byte) error
func (MsgAddLiquidity) ValidateBasic ¶
func (m MsgAddLiquidity) ValidateBasic() error
func (*MsgAddLiquidity) XXX_DiscardUnknown ¶
func (m *MsgAddLiquidity) XXX_DiscardUnknown()
func (*MsgAddLiquidity) XXX_Marshal ¶
func (m *MsgAddLiquidity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgAddLiquidity) XXX_Merge ¶
func (m *MsgAddLiquidity) XXX_Merge(src proto.Message)
func (*MsgAddLiquidity) XXX_Size ¶
func (m *MsgAddLiquidity) XXX_Size() int
func (*MsgAddLiquidity) XXX_Unmarshal ¶
func (m *MsgAddLiquidity) XXX_Unmarshal(b []byte) error
type MsgAddLiquidityResponse ¶
type MsgAddLiquidityResponse struct { }
func (*MsgAddLiquidityResponse) Descriptor ¶
func (*MsgAddLiquidityResponse) Descriptor() ([]byte, []int)
func (*MsgAddLiquidityResponse) Marshal ¶
func (m *MsgAddLiquidityResponse) Marshal() (dAtA []byte, err error)
func (*MsgAddLiquidityResponse) MarshalTo ¶
func (m *MsgAddLiquidityResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgAddLiquidityResponse) MarshalToSizedBuffer ¶
func (m *MsgAddLiquidityResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgAddLiquidityResponse) ProtoMessage ¶
func (*MsgAddLiquidityResponse) ProtoMessage()
func (*MsgAddLiquidityResponse) Reset ¶
func (m *MsgAddLiquidityResponse) Reset()
func (*MsgAddLiquidityResponse) Size ¶
func (m *MsgAddLiquidityResponse) Size() (n int)
func (*MsgAddLiquidityResponse) String ¶
func (m *MsgAddLiquidityResponse) String() string
func (*MsgAddLiquidityResponse) Unmarshal ¶
func (m *MsgAddLiquidityResponse) Unmarshal(dAtA []byte) error
func (*MsgAddLiquidityResponse) XXX_DiscardUnknown ¶
func (m *MsgAddLiquidityResponse) XXX_DiscardUnknown()
func (*MsgAddLiquidityResponse) XXX_Marshal ¶
func (m *MsgAddLiquidityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgAddLiquidityResponse) XXX_Merge ¶
func (m *MsgAddLiquidityResponse) XXX_Merge(src proto.Message)
func (*MsgAddLiquidityResponse) XXX_Size ¶
func (m *MsgAddLiquidityResponse) XXX_Size() int
func (*MsgAddLiquidityResponse) XXX_Unmarshal ¶
func (m *MsgAddLiquidityResponse) XXX_Unmarshal(b []byte) error
type MsgAddProviderDistributionPeriodRequest ¶ added in v0.13.4
type MsgAddProviderDistributionPeriodRequest struct { Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty" yaml:"signer"` DistributionPeriods []*ProviderDistributionPeriod `protobuf:"bytes,2,rep,name=distribution_periods,json=distributionPeriods,proto3" json:"distribution_periods,omitempty"` }
func (*MsgAddProviderDistributionPeriodRequest) Descriptor ¶ added in v0.13.4
func (*MsgAddProviderDistributionPeriodRequest) Descriptor() ([]byte, []int)
func (*MsgAddProviderDistributionPeriodRequest) GetDistributionPeriods ¶ added in v0.13.4
func (m *MsgAddProviderDistributionPeriodRequest) GetDistributionPeriods() []*ProviderDistributionPeriod
func (MsgAddProviderDistributionPeriodRequest) GetSignBytes ¶ added in v0.13.4
func (m MsgAddProviderDistributionPeriodRequest) GetSignBytes() []byte
func (*MsgAddProviderDistributionPeriodRequest) GetSigner ¶ added in v0.13.4
func (m *MsgAddProviderDistributionPeriodRequest) GetSigner() string
func (MsgAddProviderDistributionPeriodRequest) GetSigners ¶ added in v0.13.4
func (m MsgAddProviderDistributionPeriodRequest) GetSigners() []sdk.AccAddress
func (*MsgAddProviderDistributionPeriodRequest) Marshal ¶ added in v0.13.4
func (m *MsgAddProviderDistributionPeriodRequest) Marshal() (dAtA []byte, err error)
func (*MsgAddProviderDistributionPeriodRequest) MarshalTo ¶ added in v0.13.4
func (m *MsgAddProviderDistributionPeriodRequest) MarshalTo(dAtA []byte) (int, error)
func (*MsgAddProviderDistributionPeriodRequest) MarshalToSizedBuffer ¶ added in v0.13.4
func (m *MsgAddProviderDistributionPeriodRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgAddProviderDistributionPeriodRequest) ProtoMessage ¶ added in v0.13.4
func (*MsgAddProviderDistributionPeriodRequest) ProtoMessage()
func (*MsgAddProviderDistributionPeriodRequest) Reset ¶ added in v0.13.4
func (m *MsgAddProviderDistributionPeriodRequest) Reset()
func (MsgAddProviderDistributionPeriodRequest) Route ¶ added in v0.13.4
func (m MsgAddProviderDistributionPeriodRequest) Route() string
func (*MsgAddProviderDistributionPeriodRequest) Size ¶ added in v0.13.4
func (m *MsgAddProviderDistributionPeriodRequest) Size() (n int)
func (*MsgAddProviderDistributionPeriodRequest) String ¶ added in v0.13.4
func (m *MsgAddProviderDistributionPeriodRequest) String() string
func (MsgAddProviderDistributionPeriodRequest) Type ¶ added in v0.13.4
func (m MsgAddProviderDistributionPeriodRequest) Type() string
func (*MsgAddProviderDistributionPeriodRequest) Unmarshal ¶ added in v0.13.4
func (m *MsgAddProviderDistributionPeriodRequest) Unmarshal(dAtA []byte) error
func (MsgAddProviderDistributionPeriodRequest) ValidateBasic ¶ added in v0.13.4
func (m MsgAddProviderDistributionPeriodRequest) ValidateBasic() error
func (*MsgAddProviderDistributionPeriodRequest) XXX_DiscardUnknown ¶ added in v0.13.4
func (m *MsgAddProviderDistributionPeriodRequest) XXX_DiscardUnknown()
func (*MsgAddProviderDistributionPeriodRequest) XXX_Marshal ¶ added in v0.13.4
func (m *MsgAddProviderDistributionPeriodRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgAddProviderDistributionPeriodRequest) XXX_Merge ¶ added in v0.13.4
func (m *MsgAddProviderDistributionPeriodRequest) XXX_Merge(src proto.Message)
func (*MsgAddProviderDistributionPeriodRequest) XXX_Size ¶ added in v0.13.4
func (m *MsgAddProviderDistributionPeriodRequest) XXX_Size() int
func (*MsgAddProviderDistributionPeriodRequest) XXX_Unmarshal ¶ added in v0.13.4
func (m *MsgAddProviderDistributionPeriodRequest) XXX_Unmarshal(b []byte) error
type MsgAddProviderDistributionPeriodResponse ¶ added in v0.13.4
type MsgAddProviderDistributionPeriodResponse struct { }
func (*MsgAddProviderDistributionPeriodResponse) Descriptor ¶ added in v0.13.4
func (*MsgAddProviderDistributionPeriodResponse) Descriptor() ([]byte, []int)
func (*MsgAddProviderDistributionPeriodResponse) Marshal ¶ added in v0.13.4
func (m *MsgAddProviderDistributionPeriodResponse) Marshal() (dAtA []byte, err error)
func (*MsgAddProviderDistributionPeriodResponse) MarshalTo ¶ added in v0.13.4
func (m *MsgAddProviderDistributionPeriodResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgAddProviderDistributionPeriodResponse) MarshalToSizedBuffer ¶ added in v0.13.4
func (m *MsgAddProviderDistributionPeriodResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgAddProviderDistributionPeriodResponse) ProtoMessage ¶ added in v0.13.4
func (*MsgAddProviderDistributionPeriodResponse) ProtoMessage()
func (*MsgAddProviderDistributionPeriodResponse) Reset ¶ added in v0.13.4
func (m *MsgAddProviderDistributionPeriodResponse) Reset()
func (*MsgAddProviderDistributionPeriodResponse) Size ¶ added in v0.13.4
func (m *MsgAddProviderDistributionPeriodResponse) Size() (n int)
func (*MsgAddProviderDistributionPeriodResponse) String ¶ added in v0.13.4
func (m *MsgAddProviderDistributionPeriodResponse) String() string
func (*MsgAddProviderDistributionPeriodResponse) Unmarshal ¶ added in v0.13.4
func (m *MsgAddProviderDistributionPeriodResponse) Unmarshal(dAtA []byte) error
func (*MsgAddProviderDistributionPeriodResponse) XXX_DiscardUnknown ¶ added in v0.13.4
func (m *MsgAddProviderDistributionPeriodResponse) XXX_DiscardUnknown()
func (*MsgAddProviderDistributionPeriodResponse) XXX_Marshal ¶ added in v0.13.4
func (m *MsgAddProviderDistributionPeriodResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgAddProviderDistributionPeriodResponse) XXX_Merge ¶ added in v0.13.4
func (m *MsgAddProviderDistributionPeriodResponse) XXX_Merge(src proto.Message)
func (*MsgAddProviderDistributionPeriodResponse) XXX_Size ¶ added in v0.13.4
func (m *MsgAddProviderDistributionPeriodResponse) XXX_Size() int
func (*MsgAddProviderDistributionPeriodResponse) XXX_Unmarshal ¶ added in v0.13.4
func (m *MsgAddProviderDistributionPeriodResponse) XXX_Unmarshal(b []byte) error
type MsgAddRewardPeriodRequest ¶ added in v0.13.0
type MsgAddRewardPeriodRequest struct { Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty" yaml:"signer"` RewardPeriods []*RewardPeriod `protobuf:"bytes,2,rep,name=reward_periods,json=rewardPeriods,proto3" json:"reward_periods,omitempty"` }
func (*MsgAddRewardPeriodRequest) Descriptor ¶ added in v0.13.0
func (*MsgAddRewardPeriodRequest) Descriptor() ([]byte, []int)
func (*MsgAddRewardPeriodRequest) GetRewardPeriods ¶ added in v0.13.0
func (m *MsgAddRewardPeriodRequest) GetRewardPeriods() []*RewardPeriod
func (MsgAddRewardPeriodRequest) GetSignBytes ¶ added in v0.13.0
func (m MsgAddRewardPeriodRequest) GetSignBytes() []byte
func (*MsgAddRewardPeriodRequest) GetSigner ¶ added in v0.13.0
func (m *MsgAddRewardPeriodRequest) GetSigner() string
func (MsgAddRewardPeriodRequest) GetSigners ¶ added in v0.13.0
func (m MsgAddRewardPeriodRequest) GetSigners() []sdk.AccAddress
func (*MsgAddRewardPeriodRequest) Marshal ¶ added in v0.13.0
func (m *MsgAddRewardPeriodRequest) Marshal() (dAtA []byte, err error)
func (*MsgAddRewardPeriodRequest) MarshalTo ¶ added in v0.13.0
func (m *MsgAddRewardPeriodRequest) MarshalTo(dAtA []byte) (int, error)
func (*MsgAddRewardPeriodRequest) MarshalToSizedBuffer ¶ added in v0.13.0
func (m *MsgAddRewardPeriodRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgAddRewardPeriodRequest) ProtoMessage ¶ added in v0.13.0
func (*MsgAddRewardPeriodRequest) ProtoMessage()
func (*MsgAddRewardPeriodRequest) Reset ¶ added in v0.13.0
func (m *MsgAddRewardPeriodRequest) Reset()
func (MsgAddRewardPeriodRequest) Route ¶ added in v0.13.0
func (m MsgAddRewardPeriodRequest) Route() string
func (*MsgAddRewardPeriodRequest) Size ¶ added in v0.13.0
func (m *MsgAddRewardPeriodRequest) Size() (n int)
func (*MsgAddRewardPeriodRequest) String ¶ added in v0.13.0
func (m *MsgAddRewardPeriodRequest) String() string
func (MsgAddRewardPeriodRequest) Type ¶ added in v0.13.0
func (m MsgAddRewardPeriodRequest) Type() string
func (*MsgAddRewardPeriodRequest) Unmarshal ¶ added in v0.13.0
func (m *MsgAddRewardPeriodRequest) Unmarshal(dAtA []byte) error
func (MsgAddRewardPeriodRequest) ValidateBasic ¶ added in v0.13.0
func (m MsgAddRewardPeriodRequest) ValidateBasic() error
func (*MsgAddRewardPeriodRequest) XXX_DiscardUnknown ¶ added in v0.13.0
func (m *MsgAddRewardPeriodRequest) XXX_DiscardUnknown()
func (*MsgAddRewardPeriodRequest) XXX_Marshal ¶ added in v0.13.0
func (m *MsgAddRewardPeriodRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgAddRewardPeriodRequest) XXX_Merge ¶ added in v0.13.0
func (m *MsgAddRewardPeriodRequest) XXX_Merge(src proto.Message)
func (*MsgAddRewardPeriodRequest) XXX_Size ¶ added in v0.13.0
func (m *MsgAddRewardPeriodRequest) XXX_Size() int
func (*MsgAddRewardPeriodRequest) XXX_Unmarshal ¶ added in v0.13.0
func (m *MsgAddRewardPeriodRequest) XXX_Unmarshal(b []byte) error
type MsgAddRewardPeriodResponse ¶ added in v0.13.0
type MsgAddRewardPeriodResponse struct { }
func (*MsgAddRewardPeriodResponse) Descriptor ¶ added in v0.13.0
func (*MsgAddRewardPeriodResponse) Descriptor() ([]byte, []int)
func (*MsgAddRewardPeriodResponse) Marshal ¶ added in v0.13.0
func (m *MsgAddRewardPeriodResponse) Marshal() (dAtA []byte, err error)
func (*MsgAddRewardPeriodResponse) MarshalTo ¶ added in v0.13.0
func (m *MsgAddRewardPeriodResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgAddRewardPeriodResponse) MarshalToSizedBuffer ¶ added in v0.13.0
func (m *MsgAddRewardPeriodResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgAddRewardPeriodResponse) ProtoMessage ¶ added in v0.13.0
func (*MsgAddRewardPeriodResponse) ProtoMessage()
func (*MsgAddRewardPeriodResponse) Reset ¶ added in v0.13.0
func (m *MsgAddRewardPeriodResponse) Reset()
func (*MsgAddRewardPeriodResponse) Size ¶ added in v0.13.0
func (m *MsgAddRewardPeriodResponse) Size() (n int)
func (*MsgAddRewardPeriodResponse) String ¶ added in v0.13.0
func (m *MsgAddRewardPeriodResponse) String() string
func (*MsgAddRewardPeriodResponse) Unmarshal ¶ added in v0.13.0
func (m *MsgAddRewardPeriodResponse) Unmarshal(dAtA []byte) error
func (*MsgAddRewardPeriodResponse) XXX_DiscardUnknown ¶ added in v0.13.0
func (m *MsgAddRewardPeriodResponse) XXX_DiscardUnknown()
func (*MsgAddRewardPeriodResponse) XXX_Marshal ¶ added in v0.13.0
func (m *MsgAddRewardPeriodResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgAddRewardPeriodResponse) XXX_Merge ¶ added in v0.13.0
func (m *MsgAddRewardPeriodResponse) XXX_Merge(src proto.Message)
func (*MsgAddRewardPeriodResponse) XXX_Size ¶ added in v0.13.0
func (m *MsgAddRewardPeriodResponse) XXX_Size() int
func (*MsgAddRewardPeriodResponse) XXX_Unmarshal ¶ added in v0.13.0
func (m *MsgAddRewardPeriodResponse) XXX_Unmarshal(b []byte) error
type MsgCancelUnlock ¶ added in v0.13.2
type MsgCancelUnlock struct { Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty"` ExternalAsset *Asset `protobuf:"bytes,2,opt,name=external_asset,json=externalAsset,proto3" json:"external_asset,omitempty" yaml:"external_asset"` Units github_com_cosmos_cosmos_sdk_types.Uint `protobuf:"bytes,3,opt,name=units,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Uint" json:"units"` }
func (*MsgCancelUnlock) Descriptor ¶ added in v0.13.2
func (*MsgCancelUnlock) Descriptor() ([]byte, []int)
func (*MsgCancelUnlock) GetExternalAsset ¶ added in v0.13.2
func (m *MsgCancelUnlock) GetExternalAsset() *Asset
func (MsgCancelUnlock) GetSignBytes ¶ added in v0.13.2
func (m MsgCancelUnlock) GetSignBytes() []byte
func (*MsgCancelUnlock) GetSigner ¶ added in v0.13.2
func (m *MsgCancelUnlock) GetSigner() string
func (MsgCancelUnlock) GetSigners ¶ added in v0.13.2
func (m MsgCancelUnlock) GetSigners() []sdk.AccAddress
func (*MsgCancelUnlock) Marshal ¶ added in v0.13.2
func (m *MsgCancelUnlock) Marshal() (dAtA []byte, err error)
func (*MsgCancelUnlock) MarshalTo ¶ added in v0.13.2
func (m *MsgCancelUnlock) MarshalTo(dAtA []byte) (int, error)
func (*MsgCancelUnlock) MarshalToSizedBuffer ¶ added in v0.13.2
func (m *MsgCancelUnlock) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgCancelUnlock) ProtoMessage ¶ added in v0.13.2
func (*MsgCancelUnlock) ProtoMessage()
func (*MsgCancelUnlock) Reset ¶ added in v0.13.2
func (m *MsgCancelUnlock) Reset()
func (MsgCancelUnlock) Route ¶ added in v0.13.2
func (m MsgCancelUnlock) Route() string
func (*MsgCancelUnlock) Size ¶ added in v0.13.2
func (m *MsgCancelUnlock) Size() (n int)
func (*MsgCancelUnlock) String ¶ added in v0.13.2
func (m *MsgCancelUnlock) String() string
func (MsgCancelUnlock) Type ¶ added in v0.13.2
func (m MsgCancelUnlock) Type() string
func (*MsgCancelUnlock) Unmarshal ¶ added in v0.13.2
func (m *MsgCancelUnlock) Unmarshal(dAtA []byte) error
func (MsgCancelUnlock) ValidateBasic ¶ added in v0.13.2
func (m MsgCancelUnlock) ValidateBasic() error
func (*MsgCancelUnlock) XXX_DiscardUnknown ¶ added in v0.13.2
func (m *MsgCancelUnlock) XXX_DiscardUnknown()
func (*MsgCancelUnlock) XXX_Marshal ¶ added in v0.13.2
func (m *MsgCancelUnlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgCancelUnlock) XXX_Merge ¶ added in v0.13.2
func (m *MsgCancelUnlock) XXX_Merge(src proto.Message)
func (*MsgCancelUnlock) XXX_Size ¶ added in v0.13.2
func (m *MsgCancelUnlock) XXX_Size() int
func (*MsgCancelUnlock) XXX_Unmarshal ¶ added in v0.13.2
func (m *MsgCancelUnlock) XXX_Unmarshal(b []byte) error
type MsgCancelUnlockResponse ¶ added in v0.13.2
type MsgCancelUnlockResponse struct { }
func (*MsgCancelUnlockResponse) Descriptor ¶ added in v0.13.2
func (*MsgCancelUnlockResponse) Descriptor() ([]byte, []int)
func (*MsgCancelUnlockResponse) Marshal ¶ added in v0.13.2
func (m *MsgCancelUnlockResponse) Marshal() (dAtA []byte, err error)
func (*MsgCancelUnlockResponse) MarshalTo ¶ added in v0.13.2
func (m *MsgCancelUnlockResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgCancelUnlockResponse) MarshalToSizedBuffer ¶ added in v0.13.2
func (m *MsgCancelUnlockResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgCancelUnlockResponse) ProtoMessage ¶ added in v0.13.2
func (*MsgCancelUnlockResponse) ProtoMessage()
func (*MsgCancelUnlockResponse) Reset ¶ added in v0.13.2
func (m *MsgCancelUnlockResponse) Reset()
func (*MsgCancelUnlockResponse) Size ¶ added in v0.13.2
func (m *MsgCancelUnlockResponse) Size() (n int)
func (*MsgCancelUnlockResponse) String ¶ added in v0.13.2
func (m *MsgCancelUnlockResponse) String() string
func (*MsgCancelUnlockResponse) Unmarshal ¶ added in v0.13.2
func (m *MsgCancelUnlockResponse) Unmarshal(dAtA []byte) error
func (*MsgCancelUnlockResponse) XXX_DiscardUnknown ¶ added in v0.13.2
func (m *MsgCancelUnlockResponse) XXX_DiscardUnknown()
func (*MsgCancelUnlockResponse) XXX_Marshal ¶ added in v0.13.2
func (m *MsgCancelUnlockResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgCancelUnlockResponse) XXX_Merge ¶ added in v0.13.2
func (m *MsgCancelUnlockResponse) XXX_Merge(src proto.Message)
func (*MsgCancelUnlockResponse) XXX_Size ¶ added in v0.13.2
func (m *MsgCancelUnlockResponse) XXX_Size() int
func (*MsgCancelUnlockResponse) XXX_Unmarshal ¶ added in v0.13.2
func (m *MsgCancelUnlockResponse) XXX_Unmarshal(b []byte) error
type MsgClient ¶
type MsgClient interface { RemoveLiquidity(ctx context.Context, in *MsgRemoveLiquidity, opts ...grpc.CallOption) (*MsgRemoveLiquidityResponse, error) RemoveLiquidityUnits(ctx context.Context, in *MsgRemoveLiquidityUnits, opts ...grpc.CallOption) (*MsgRemoveLiquidityUnitsResponse, error) CreatePool(ctx context.Context, in *MsgCreatePool, opts ...grpc.CallOption) (*MsgCreatePoolResponse, error) AddLiquidity(ctx context.Context, in *MsgAddLiquidity, opts ...grpc.CallOption) (*MsgAddLiquidityResponse, error) Swap(ctx context.Context, in *MsgSwap, opts ...grpc.CallOption) (*MsgSwapResponse, error) DecommissionPool(ctx context.Context, in *MsgDecommissionPool, opts ...grpc.CallOption) (*MsgDecommissionPoolResponse, error) UnlockLiquidity(ctx context.Context, in *MsgUnlockLiquidityRequest, opts ...grpc.CallOption) (*MsgUnlockLiquidityResponse, error) UpdateRewardsParams(ctx context.Context, in *MsgUpdateRewardsParamsRequest, opts ...grpc.CallOption) (*MsgUpdateRewardsParamsResponse, error) AddRewardPeriod(ctx context.Context, in *MsgAddRewardPeriodRequest, opts ...grpc.CallOption) (*MsgAddRewardPeriodResponse, error) ModifyPmtpRates(ctx context.Context, in *MsgModifyPmtpRates, opts ...grpc.CallOption) (*MsgModifyPmtpRatesResponse, error) UpdatePmtpParams(ctx context.Context, in *MsgUpdatePmtpParams, opts ...grpc.CallOption) (*MsgUpdatePmtpParamsResponse, error) UpdateStakingRewardParams(ctx context.Context, in *MsgUpdateStakingRewardParams, opts ...grpc.CallOption) (*MsgUpdateStakingRewardParamsResponse, error) SetSymmetryThreshold(ctx context.Context, in *MsgSetSymmetryThreshold, opts ...grpc.CallOption) (*MsgSetSymmetryThresholdResponse, error) CancelUnlockLiquidity(ctx context.Context, in *MsgCancelUnlock, opts ...grpc.CallOption) (*MsgCancelUnlockResponse, error) UpdateLiquidityProtectionParams(ctx context.Context, in *MsgUpdateLiquidityProtectionParams, opts ...grpc.CallOption) (*MsgUpdateLiquidityProtectionParamsResponse, error) ModifyLiquidityProtectionRates(ctx context.Context, in *MsgModifyLiquidityProtectionRates, opts ...grpc.CallOption) (*MsgModifyLiquidityProtectionRatesResponse, error) AddProviderDistributionPeriod(ctx context.Context, in *MsgAddProviderDistributionPeriodRequest, opts ...grpc.CallOption) (*MsgAddProviderDistributionPeriodResponse, error) UpdateSwapFeeParams(ctx context.Context, in *MsgUpdateSwapFeeParamsRequest, opts ...grpc.CallOption) (*MsgUpdateSwapFeeParamsResponse, 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 MsgCreatePool ¶
type MsgCreatePool struct { Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty" yaml:"signer"` ExternalAsset *Asset `protobuf:"bytes,2,opt,name=external_asset,json=externalAsset,proto3" json:"external_asset,omitempty" yaml:"external_asset"` NativeAssetAmount github_com_cosmos_cosmos_sdk_types.Uint `` /* 182-byte string literal not displayed */ ExternalAssetAmount github_com_cosmos_cosmos_sdk_types.Uint `` /* 190-byte string literal not displayed */ }
func NewMsgCreatePool ¶
func NewMsgCreatePool(signer sdk.AccAddress, externalAsset Asset, nativeAssetAmount sdk.Uint, externalAssetAmount sdk.Uint) MsgCreatePool
func (*MsgCreatePool) Descriptor ¶
func (*MsgCreatePool) Descriptor() ([]byte, []int)
func (*MsgCreatePool) GetExternalAsset ¶
func (m *MsgCreatePool) GetExternalAsset() *Asset
func (MsgCreatePool) GetSignBytes ¶
func (m MsgCreatePool) GetSignBytes() []byte
func (*MsgCreatePool) GetSigner ¶
func (m *MsgCreatePool) GetSigner() string
func (MsgCreatePool) GetSigners ¶
func (m MsgCreatePool) GetSigners() []sdk.AccAddress
func (*MsgCreatePool) Marshal ¶
func (m *MsgCreatePool) Marshal() (dAtA []byte, err error)
func (*MsgCreatePool) MarshalToSizedBuffer ¶
func (m *MsgCreatePool) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgCreatePool) ProtoMessage ¶
func (*MsgCreatePool) ProtoMessage()
func (*MsgCreatePool) Reset ¶
func (m *MsgCreatePool) Reset()
func (MsgCreatePool) Route ¶
func (m MsgCreatePool) Route() string
func (*MsgCreatePool) Size ¶
func (m *MsgCreatePool) Size() (n int)
func (*MsgCreatePool) String ¶
func (m *MsgCreatePool) String() string
func (MsgCreatePool) Type ¶
func (m MsgCreatePool) Type() string
func (*MsgCreatePool) Unmarshal ¶
func (m *MsgCreatePool) Unmarshal(dAtA []byte) error
func (MsgCreatePool) ValidateBasic ¶
func (m MsgCreatePool) ValidateBasic() error
func (*MsgCreatePool) XXX_DiscardUnknown ¶
func (m *MsgCreatePool) XXX_DiscardUnknown()
func (*MsgCreatePool) XXX_Marshal ¶
func (m *MsgCreatePool) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgCreatePool) XXX_Merge ¶
func (m *MsgCreatePool) XXX_Merge(src proto.Message)
func (*MsgCreatePool) XXX_Size ¶
func (m *MsgCreatePool) XXX_Size() int
func (*MsgCreatePool) XXX_Unmarshal ¶
func (m *MsgCreatePool) XXX_Unmarshal(b []byte) error
type MsgCreatePoolResponse ¶
type MsgCreatePoolResponse struct { }
func (*MsgCreatePoolResponse) Descriptor ¶
func (*MsgCreatePoolResponse) Descriptor() ([]byte, []int)
func (*MsgCreatePoolResponse) Marshal ¶
func (m *MsgCreatePoolResponse) Marshal() (dAtA []byte, err error)
func (*MsgCreatePoolResponse) MarshalTo ¶
func (m *MsgCreatePoolResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgCreatePoolResponse) MarshalToSizedBuffer ¶
func (m *MsgCreatePoolResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgCreatePoolResponse) ProtoMessage ¶
func (*MsgCreatePoolResponse) ProtoMessage()
func (*MsgCreatePoolResponse) Reset ¶
func (m *MsgCreatePoolResponse) Reset()
func (*MsgCreatePoolResponse) Size ¶
func (m *MsgCreatePoolResponse) Size() (n int)
func (*MsgCreatePoolResponse) String ¶
func (m *MsgCreatePoolResponse) String() string
func (*MsgCreatePoolResponse) Unmarshal ¶
func (m *MsgCreatePoolResponse) Unmarshal(dAtA []byte) error
func (*MsgCreatePoolResponse) XXX_DiscardUnknown ¶
func (m *MsgCreatePoolResponse) XXX_DiscardUnknown()
func (*MsgCreatePoolResponse) XXX_Marshal ¶
func (m *MsgCreatePoolResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgCreatePoolResponse) XXX_Merge ¶
func (m *MsgCreatePoolResponse) XXX_Merge(src proto.Message)
func (*MsgCreatePoolResponse) XXX_Size ¶
func (m *MsgCreatePoolResponse) XXX_Size() int
func (*MsgCreatePoolResponse) XXX_Unmarshal ¶
func (m *MsgCreatePoolResponse) XXX_Unmarshal(b []byte) error
type MsgDecommissionPool ¶
type MsgDecommissionPool struct { Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty" yaml:"signer"` Symbol string `protobuf:"bytes,2,opt,name=symbol,proto3" json:"symbol,omitempty" yaml:"symbol"` }
func NewMsgDecommissionPool ¶
func NewMsgDecommissionPool(signer sdk.AccAddress, symbol string) MsgDecommissionPool
func (*MsgDecommissionPool) Descriptor ¶
func (*MsgDecommissionPool) Descriptor() ([]byte, []int)
func (MsgDecommissionPool) GetSignBytes ¶
func (m MsgDecommissionPool) GetSignBytes() []byte
func (*MsgDecommissionPool) GetSigner ¶
func (m *MsgDecommissionPool) GetSigner() string
func (MsgDecommissionPool) GetSigners ¶
func (m MsgDecommissionPool) GetSigners() []sdk.AccAddress
func (*MsgDecommissionPool) GetSymbol ¶
func (m *MsgDecommissionPool) GetSymbol() string
func (*MsgDecommissionPool) Marshal ¶
func (m *MsgDecommissionPool) Marshal() (dAtA []byte, err error)
func (*MsgDecommissionPool) MarshalTo ¶
func (m *MsgDecommissionPool) MarshalTo(dAtA []byte) (int, error)
func (*MsgDecommissionPool) MarshalToSizedBuffer ¶
func (m *MsgDecommissionPool) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgDecommissionPool) ProtoMessage ¶
func (*MsgDecommissionPool) ProtoMessage()
func (*MsgDecommissionPool) Reset ¶
func (m *MsgDecommissionPool) Reset()
func (MsgDecommissionPool) Route ¶
func (m MsgDecommissionPool) Route() string
func (*MsgDecommissionPool) Size ¶
func (m *MsgDecommissionPool) Size() (n int)
func (*MsgDecommissionPool) String ¶
func (m *MsgDecommissionPool) String() string
func (MsgDecommissionPool) Type ¶
func (m MsgDecommissionPool) Type() string
func (*MsgDecommissionPool) Unmarshal ¶
func (m *MsgDecommissionPool) Unmarshal(dAtA []byte) error
func (MsgDecommissionPool) ValidateBasic ¶
func (m MsgDecommissionPool) ValidateBasic() error
func (*MsgDecommissionPool) XXX_DiscardUnknown ¶
func (m *MsgDecommissionPool) XXX_DiscardUnknown()
func (*MsgDecommissionPool) XXX_Marshal ¶
func (m *MsgDecommissionPool) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgDecommissionPool) XXX_Merge ¶
func (m *MsgDecommissionPool) XXX_Merge(src proto.Message)
func (*MsgDecommissionPool) XXX_Size ¶
func (m *MsgDecommissionPool) XXX_Size() int
func (*MsgDecommissionPool) XXX_Unmarshal ¶
func (m *MsgDecommissionPool) XXX_Unmarshal(b []byte) error
type MsgDecommissionPoolResponse ¶
type MsgDecommissionPoolResponse struct { }
func (*MsgDecommissionPoolResponse) Descriptor ¶
func (*MsgDecommissionPoolResponse) Descriptor() ([]byte, []int)
func (*MsgDecommissionPoolResponse) Marshal ¶
func (m *MsgDecommissionPoolResponse) Marshal() (dAtA []byte, err error)
func (*MsgDecommissionPoolResponse) MarshalTo ¶
func (m *MsgDecommissionPoolResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgDecommissionPoolResponse) MarshalToSizedBuffer ¶
func (m *MsgDecommissionPoolResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgDecommissionPoolResponse) ProtoMessage ¶
func (*MsgDecommissionPoolResponse) ProtoMessage()
func (*MsgDecommissionPoolResponse) Reset ¶
func (m *MsgDecommissionPoolResponse) Reset()
func (*MsgDecommissionPoolResponse) Size ¶
func (m *MsgDecommissionPoolResponse) Size() (n int)
func (*MsgDecommissionPoolResponse) String ¶
func (m *MsgDecommissionPoolResponse) String() string
func (*MsgDecommissionPoolResponse) Unmarshal ¶
func (m *MsgDecommissionPoolResponse) Unmarshal(dAtA []byte) error
func (*MsgDecommissionPoolResponse) XXX_DiscardUnknown ¶
func (m *MsgDecommissionPoolResponse) XXX_DiscardUnknown()
func (*MsgDecommissionPoolResponse) XXX_Marshal ¶
func (m *MsgDecommissionPoolResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgDecommissionPoolResponse) XXX_Merge ¶
func (m *MsgDecommissionPoolResponse) XXX_Merge(src proto.Message)
func (*MsgDecommissionPoolResponse) XXX_Size ¶
func (m *MsgDecommissionPoolResponse) XXX_Size() int
func (*MsgDecommissionPoolResponse) XXX_Unmarshal ¶
func (m *MsgDecommissionPoolResponse) XXX_Unmarshal(b []byte) error
type MsgModifyLiquidityProtectionRates ¶ added in v0.13.4
type MsgModifyLiquidityProtectionRates struct { Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty" yaml:"signer"` CurrentRowanLiquidityThreshold github_com_cosmos_cosmos_sdk_types.Uint `` /* 196-byte string literal not displayed */ }
func (*MsgModifyLiquidityProtectionRates) Descriptor ¶ added in v0.13.4
func (*MsgModifyLiquidityProtectionRates) Descriptor() ([]byte, []int)
func (MsgModifyLiquidityProtectionRates) GetSignBytes ¶ added in v0.13.4
func (m MsgModifyLiquidityProtectionRates) GetSignBytes() []byte
func (*MsgModifyLiquidityProtectionRates) GetSigner ¶ added in v0.13.4
func (m *MsgModifyLiquidityProtectionRates) GetSigner() string
func (*MsgModifyLiquidityProtectionRates) GetSigners ¶ added in v0.13.4
func (m *MsgModifyLiquidityProtectionRates) GetSigners() []sdk.AccAddress
func (*MsgModifyLiquidityProtectionRates) Marshal ¶ added in v0.13.4
func (m *MsgModifyLiquidityProtectionRates) Marshal() (dAtA []byte, err error)
func (*MsgModifyLiquidityProtectionRates) MarshalTo ¶ added in v0.13.4
func (m *MsgModifyLiquidityProtectionRates) MarshalTo(dAtA []byte) (int, error)
func (*MsgModifyLiquidityProtectionRates) MarshalToSizedBuffer ¶ added in v0.13.4
func (m *MsgModifyLiquidityProtectionRates) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgModifyLiquidityProtectionRates) ProtoMessage ¶ added in v0.13.4
func (*MsgModifyLiquidityProtectionRates) ProtoMessage()
func (*MsgModifyLiquidityProtectionRates) Reset ¶ added in v0.13.4
func (m *MsgModifyLiquidityProtectionRates) Reset()
func (MsgModifyLiquidityProtectionRates) Route ¶ added in v0.13.4
func (m MsgModifyLiquidityProtectionRates) Route() string
func (*MsgModifyLiquidityProtectionRates) Size ¶ added in v0.13.4
func (m *MsgModifyLiquidityProtectionRates) Size() (n int)
func (*MsgModifyLiquidityProtectionRates) String ¶ added in v0.13.4
func (m *MsgModifyLiquidityProtectionRates) String() string
func (MsgModifyLiquidityProtectionRates) Type ¶ added in v0.13.4
func (m MsgModifyLiquidityProtectionRates) Type() string
func (*MsgModifyLiquidityProtectionRates) Unmarshal ¶ added in v0.13.4
func (m *MsgModifyLiquidityProtectionRates) Unmarshal(dAtA []byte) error
func (*MsgModifyLiquidityProtectionRates) ValidateBasic ¶ added in v0.13.4
func (m *MsgModifyLiquidityProtectionRates) ValidateBasic() error
func (*MsgModifyLiquidityProtectionRates) XXX_DiscardUnknown ¶ added in v0.13.4
func (m *MsgModifyLiquidityProtectionRates) XXX_DiscardUnknown()
func (*MsgModifyLiquidityProtectionRates) XXX_Marshal ¶ added in v0.13.4
func (m *MsgModifyLiquidityProtectionRates) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgModifyLiquidityProtectionRates) XXX_Merge ¶ added in v0.13.4
func (m *MsgModifyLiquidityProtectionRates) XXX_Merge(src proto.Message)
func (*MsgModifyLiquidityProtectionRates) XXX_Size ¶ added in v0.13.4
func (m *MsgModifyLiquidityProtectionRates) XXX_Size() int
func (*MsgModifyLiquidityProtectionRates) XXX_Unmarshal ¶ added in v0.13.4
func (m *MsgModifyLiquidityProtectionRates) XXX_Unmarshal(b []byte) error
type MsgModifyLiquidityProtectionRatesResponse ¶ added in v0.13.4
type MsgModifyLiquidityProtectionRatesResponse struct { }
func (*MsgModifyLiquidityProtectionRatesResponse) Descriptor ¶ added in v0.13.4
func (*MsgModifyLiquidityProtectionRatesResponse) Descriptor() ([]byte, []int)
func (*MsgModifyLiquidityProtectionRatesResponse) Marshal ¶ added in v0.13.4
func (m *MsgModifyLiquidityProtectionRatesResponse) Marshal() (dAtA []byte, err error)
func (*MsgModifyLiquidityProtectionRatesResponse) MarshalTo ¶ added in v0.13.4
func (m *MsgModifyLiquidityProtectionRatesResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgModifyLiquidityProtectionRatesResponse) MarshalToSizedBuffer ¶ added in v0.13.4
func (m *MsgModifyLiquidityProtectionRatesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgModifyLiquidityProtectionRatesResponse) ProtoMessage ¶ added in v0.13.4
func (*MsgModifyLiquidityProtectionRatesResponse) ProtoMessage()
func (*MsgModifyLiquidityProtectionRatesResponse) Reset ¶ added in v0.13.4
func (m *MsgModifyLiquidityProtectionRatesResponse) Reset()
func (*MsgModifyLiquidityProtectionRatesResponse) Size ¶ added in v0.13.4
func (m *MsgModifyLiquidityProtectionRatesResponse) Size() (n int)
func (*MsgModifyLiquidityProtectionRatesResponse) String ¶ added in v0.13.4
func (m *MsgModifyLiquidityProtectionRatesResponse) String() string
func (*MsgModifyLiquidityProtectionRatesResponse) Unmarshal ¶ added in v0.13.4
func (m *MsgModifyLiquidityProtectionRatesResponse) Unmarshal(dAtA []byte) error
func (*MsgModifyLiquidityProtectionRatesResponse) XXX_DiscardUnknown ¶ added in v0.13.4
func (m *MsgModifyLiquidityProtectionRatesResponse) XXX_DiscardUnknown()
func (*MsgModifyLiquidityProtectionRatesResponse) XXX_Marshal ¶ added in v0.13.4
func (m *MsgModifyLiquidityProtectionRatesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgModifyLiquidityProtectionRatesResponse) XXX_Merge ¶ added in v0.13.4
func (m *MsgModifyLiquidityProtectionRatesResponse) XXX_Merge(src proto.Message)
func (*MsgModifyLiquidityProtectionRatesResponse) XXX_Size ¶ added in v0.13.4
func (m *MsgModifyLiquidityProtectionRatesResponse) XXX_Size() int
func (*MsgModifyLiquidityProtectionRatesResponse) XXX_Unmarshal ¶ added in v0.13.4
func (m *MsgModifyLiquidityProtectionRatesResponse) XXX_Unmarshal(b []byte) error
type MsgModifyPmtpRates ¶ added in v0.13.0
type MsgModifyPmtpRates struct { Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty" yaml:"signer"` BlockRate string `protobuf:"bytes,2,opt,name=block_rate,json=blockRate,proto3" json:"block_rate,omitempty"` RunningRate string `protobuf:"bytes,3,opt,name=running_rate,json=runningRate,proto3" json:"running_rate,omitempty"` EndPolicy bool `protobuf:"varint,4,opt,name=end_policy,json=endPolicy,proto3" json:"end_policy,omitempty"` }
func (*MsgModifyPmtpRates) Descriptor ¶ added in v0.13.0
func (*MsgModifyPmtpRates) Descriptor() ([]byte, []int)
func (*MsgModifyPmtpRates) GetBlockRate ¶ added in v0.13.0
func (m *MsgModifyPmtpRates) GetBlockRate() string
func (*MsgModifyPmtpRates) GetEndPolicy ¶ added in v0.13.0
func (m *MsgModifyPmtpRates) GetEndPolicy() bool
func (*MsgModifyPmtpRates) GetRunningRate ¶ added in v0.13.0
func (m *MsgModifyPmtpRates) GetRunningRate() string
func (MsgModifyPmtpRates) GetSignBytes ¶ added in v0.13.0
func (m MsgModifyPmtpRates) GetSignBytes() []byte
func (*MsgModifyPmtpRates) GetSigner ¶ added in v0.13.0
func (m *MsgModifyPmtpRates) GetSigner() string
func (*MsgModifyPmtpRates) GetSigners ¶ added in v0.13.0
func (m *MsgModifyPmtpRates) GetSigners() []sdk.AccAddress
func (*MsgModifyPmtpRates) Marshal ¶ added in v0.13.0
func (m *MsgModifyPmtpRates) Marshal() (dAtA []byte, err error)
func (*MsgModifyPmtpRates) MarshalTo ¶ added in v0.13.0
func (m *MsgModifyPmtpRates) MarshalTo(dAtA []byte) (int, error)
func (*MsgModifyPmtpRates) MarshalToSizedBuffer ¶ added in v0.13.0
func (m *MsgModifyPmtpRates) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgModifyPmtpRates) ProtoMessage ¶ added in v0.13.0
func (*MsgModifyPmtpRates) ProtoMessage()
func (*MsgModifyPmtpRates) Reset ¶ added in v0.13.0
func (m *MsgModifyPmtpRates) Reset()
func (MsgModifyPmtpRates) Route ¶ added in v0.13.0
func (m MsgModifyPmtpRates) Route() string
func (*MsgModifyPmtpRates) Size ¶ added in v0.13.0
func (m *MsgModifyPmtpRates) Size() (n int)
func (*MsgModifyPmtpRates) String ¶ added in v0.13.0
func (m *MsgModifyPmtpRates) String() string
func (MsgModifyPmtpRates) Type ¶ added in v0.13.0
func (m MsgModifyPmtpRates) Type() string
func (*MsgModifyPmtpRates) Unmarshal ¶ added in v0.13.0
func (m *MsgModifyPmtpRates) Unmarshal(dAtA []byte) error
func (*MsgModifyPmtpRates) ValidateBasic ¶ added in v0.13.0
func (m *MsgModifyPmtpRates) ValidateBasic() error
func (*MsgModifyPmtpRates) XXX_DiscardUnknown ¶ added in v0.13.0
func (m *MsgModifyPmtpRates) XXX_DiscardUnknown()
func (*MsgModifyPmtpRates) XXX_Marshal ¶ added in v0.13.0
func (m *MsgModifyPmtpRates) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgModifyPmtpRates) XXX_Merge ¶ added in v0.13.0
func (m *MsgModifyPmtpRates) XXX_Merge(src proto.Message)
func (*MsgModifyPmtpRates) XXX_Size ¶ added in v0.13.0
func (m *MsgModifyPmtpRates) XXX_Size() int
func (*MsgModifyPmtpRates) XXX_Unmarshal ¶ added in v0.13.0
func (m *MsgModifyPmtpRates) XXX_Unmarshal(b []byte) error
type MsgModifyPmtpRatesResponse ¶ added in v0.13.0
type MsgModifyPmtpRatesResponse struct { }
func (*MsgModifyPmtpRatesResponse) Descriptor ¶ added in v0.13.0
func (*MsgModifyPmtpRatesResponse) Descriptor() ([]byte, []int)
func (*MsgModifyPmtpRatesResponse) Marshal ¶ added in v0.13.0
func (m *MsgModifyPmtpRatesResponse) Marshal() (dAtA []byte, err error)
func (*MsgModifyPmtpRatesResponse) MarshalTo ¶ added in v0.13.0
func (m *MsgModifyPmtpRatesResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgModifyPmtpRatesResponse) MarshalToSizedBuffer ¶ added in v0.13.0
func (m *MsgModifyPmtpRatesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgModifyPmtpRatesResponse) ProtoMessage ¶ added in v0.13.0
func (*MsgModifyPmtpRatesResponse) ProtoMessage()
func (*MsgModifyPmtpRatesResponse) Reset ¶ added in v0.13.0
func (m *MsgModifyPmtpRatesResponse) Reset()
func (*MsgModifyPmtpRatesResponse) Size ¶ added in v0.13.0
func (m *MsgModifyPmtpRatesResponse) Size() (n int)
func (*MsgModifyPmtpRatesResponse) String ¶ added in v0.13.0
func (m *MsgModifyPmtpRatesResponse) String() string
func (*MsgModifyPmtpRatesResponse) Unmarshal ¶ added in v0.13.0
func (m *MsgModifyPmtpRatesResponse) Unmarshal(dAtA []byte) error
func (*MsgModifyPmtpRatesResponse) XXX_DiscardUnknown ¶ added in v0.13.0
func (m *MsgModifyPmtpRatesResponse) XXX_DiscardUnknown()
func (*MsgModifyPmtpRatesResponse) XXX_Marshal ¶ added in v0.13.0
func (m *MsgModifyPmtpRatesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgModifyPmtpRatesResponse) XXX_Merge ¶ added in v0.13.0
func (m *MsgModifyPmtpRatesResponse) XXX_Merge(src proto.Message)
func (*MsgModifyPmtpRatesResponse) XXX_Size ¶ added in v0.13.0
func (m *MsgModifyPmtpRatesResponse) XXX_Size() int
func (*MsgModifyPmtpRatesResponse) XXX_Unmarshal ¶ added in v0.13.0
func (m *MsgModifyPmtpRatesResponse) XXX_Unmarshal(b []byte) error
type MsgRemoveLiquidity ¶
type MsgRemoveLiquidity struct { Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty" yaml:"signer"` ExternalAsset *Asset `protobuf:"bytes,2,opt,name=external_asset,json=externalAsset,proto3" json:"external_asset,omitempty" yaml:"external_asset"` WBasisPoints github_com_cosmos_cosmos_sdk_types.Int `` /* 161-byte string literal not displayed */ Asymmetry github_com_cosmos_cosmos_sdk_types.Int `` /* 128-byte string literal not displayed */ }
func NewMsgRemoveLiquidity ¶
func NewMsgRemoveLiquidity(signer sdk.AccAddress, externalAsset Asset, wBasisPoints sdk.Int, asymmetry sdk.Int) MsgRemoveLiquidity
func (*MsgRemoveLiquidity) Descriptor ¶
func (*MsgRemoveLiquidity) Descriptor() ([]byte, []int)
func (*MsgRemoveLiquidity) GetExternalAsset ¶
func (m *MsgRemoveLiquidity) GetExternalAsset() *Asset
func (MsgRemoveLiquidity) GetSignBytes ¶
func (m MsgRemoveLiquidity) GetSignBytes() []byte
func (*MsgRemoveLiquidity) GetSigner ¶
func (m *MsgRemoveLiquidity) GetSigner() string
func (MsgRemoveLiquidity) GetSigners ¶
func (m MsgRemoveLiquidity) GetSigners() []sdk.AccAddress
func (*MsgRemoveLiquidity) Marshal ¶
func (m *MsgRemoveLiquidity) Marshal() (dAtA []byte, err error)
func (*MsgRemoveLiquidity) MarshalTo ¶
func (m *MsgRemoveLiquidity) MarshalTo(dAtA []byte) (int, error)
func (*MsgRemoveLiquidity) MarshalToSizedBuffer ¶
func (m *MsgRemoveLiquidity) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgRemoveLiquidity) ProtoMessage ¶
func (*MsgRemoveLiquidity) ProtoMessage()
func (*MsgRemoveLiquidity) Reset ¶
func (m *MsgRemoveLiquidity) Reset()
func (MsgRemoveLiquidity) Route ¶
func (m MsgRemoveLiquidity) Route() string
func (*MsgRemoveLiquidity) Size ¶
func (m *MsgRemoveLiquidity) Size() (n int)
func (*MsgRemoveLiquidity) String ¶
func (m *MsgRemoveLiquidity) String() string
func (MsgRemoveLiquidity) Type ¶
func (m MsgRemoveLiquidity) Type() string
func (*MsgRemoveLiquidity) Unmarshal ¶
func (m *MsgRemoveLiquidity) Unmarshal(dAtA []byte) error
func (MsgRemoveLiquidity) ValidateBasic ¶
func (m MsgRemoveLiquidity) ValidateBasic() error
func (*MsgRemoveLiquidity) XXX_DiscardUnknown ¶
func (m *MsgRemoveLiquidity) XXX_DiscardUnknown()
func (*MsgRemoveLiquidity) XXX_Marshal ¶
func (m *MsgRemoveLiquidity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgRemoveLiquidity) XXX_Merge ¶
func (m *MsgRemoveLiquidity) XXX_Merge(src proto.Message)
func (*MsgRemoveLiquidity) XXX_Size ¶
func (m *MsgRemoveLiquidity) XXX_Size() int
func (*MsgRemoveLiquidity) XXX_Unmarshal ¶
func (m *MsgRemoveLiquidity) XXX_Unmarshal(b []byte) error
type MsgRemoveLiquidityResponse ¶
type MsgRemoveLiquidityResponse struct { }
func (*MsgRemoveLiquidityResponse) Descriptor ¶
func (*MsgRemoveLiquidityResponse) Descriptor() ([]byte, []int)
func (*MsgRemoveLiquidityResponse) Marshal ¶
func (m *MsgRemoveLiquidityResponse) Marshal() (dAtA []byte, err error)
func (*MsgRemoveLiquidityResponse) MarshalTo ¶
func (m *MsgRemoveLiquidityResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgRemoveLiquidityResponse) MarshalToSizedBuffer ¶
func (m *MsgRemoveLiquidityResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgRemoveLiquidityResponse) ProtoMessage ¶
func (*MsgRemoveLiquidityResponse) ProtoMessage()
func (*MsgRemoveLiquidityResponse) Reset ¶
func (m *MsgRemoveLiquidityResponse) Reset()
func (*MsgRemoveLiquidityResponse) Size ¶
func (m *MsgRemoveLiquidityResponse) Size() (n int)
func (*MsgRemoveLiquidityResponse) String ¶
func (m *MsgRemoveLiquidityResponse) String() string
func (*MsgRemoveLiquidityResponse) Unmarshal ¶
func (m *MsgRemoveLiquidityResponse) Unmarshal(dAtA []byte) error
func (*MsgRemoveLiquidityResponse) XXX_DiscardUnknown ¶
func (m *MsgRemoveLiquidityResponse) XXX_DiscardUnknown()
func (*MsgRemoveLiquidityResponse) XXX_Marshal ¶
func (m *MsgRemoveLiquidityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgRemoveLiquidityResponse) XXX_Merge ¶
func (m *MsgRemoveLiquidityResponse) XXX_Merge(src proto.Message)
func (*MsgRemoveLiquidityResponse) XXX_Size ¶
func (m *MsgRemoveLiquidityResponse) XXX_Size() int
func (*MsgRemoveLiquidityResponse) XXX_Unmarshal ¶
func (m *MsgRemoveLiquidityResponse) XXX_Unmarshal(b []byte) error
type MsgRemoveLiquidityUnits ¶ added in v0.13.0
type MsgRemoveLiquidityUnits struct { Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty" yaml:"signer"` ExternalAsset *Asset `protobuf:"bytes,2,opt,name=external_asset,json=externalAsset,proto3" json:"external_asset,omitempty" yaml:"external_asset"` WithdrawUnits github_com_cosmos_cosmos_sdk_types.Uint `` /* 163-byte string literal not displayed */ }
func NewMsgRemoveLiquidityUnits ¶ added in v0.13.0
func NewMsgRemoveLiquidityUnits(signer sdk.AccAddress, externalAsset Asset, withdrawUnits sdk.Uint) MsgRemoveLiquidityUnits
func (*MsgRemoveLiquidityUnits) Descriptor ¶ added in v0.13.0
func (*MsgRemoveLiquidityUnits) Descriptor() ([]byte, []int)
func (*MsgRemoveLiquidityUnits) GetExternalAsset ¶ added in v0.13.0
func (m *MsgRemoveLiquidityUnits) GetExternalAsset() *Asset
func (MsgRemoveLiquidityUnits) GetSignBytes ¶ added in v0.13.0
func (m MsgRemoveLiquidityUnits) GetSignBytes() []byte
func (*MsgRemoveLiquidityUnits) GetSigner ¶ added in v0.13.0
func (m *MsgRemoveLiquidityUnits) GetSigner() string
func (MsgRemoveLiquidityUnits) GetSigners ¶ added in v0.13.0
func (m MsgRemoveLiquidityUnits) GetSigners() []sdk.AccAddress
func (*MsgRemoveLiquidityUnits) Marshal ¶ added in v0.13.0
func (m *MsgRemoveLiquidityUnits) Marshal() (dAtA []byte, err error)
func (*MsgRemoveLiquidityUnits) MarshalTo ¶ added in v0.13.0
func (m *MsgRemoveLiquidityUnits) MarshalTo(dAtA []byte) (int, error)
func (*MsgRemoveLiquidityUnits) MarshalToSizedBuffer ¶ added in v0.13.0
func (m *MsgRemoveLiquidityUnits) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgRemoveLiquidityUnits) ProtoMessage ¶ added in v0.13.0
func (*MsgRemoveLiquidityUnits) ProtoMessage()
func (*MsgRemoveLiquidityUnits) Reset ¶ added in v0.13.0
func (m *MsgRemoveLiquidityUnits) Reset()
func (MsgRemoveLiquidityUnits) Route ¶ added in v0.13.0
func (m MsgRemoveLiquidityUnits) Route() string
func (*MsgRemoveLiquidityUnits) Size ¶ added in v0.13.0
func (m *MsgRemoveLiquidityUnits) Size() (n int)
func (*MsgRemoveLiquidityUnits) String ¶ added in v0.13.0
func (m *MsgRemoveLiquidityUnits) String() string
func (MsgRemoveLiquidityUnits) Type ¶ added in v0.13.0
func (m MsgRemoveLiquidityUnits) Type() string
func (*MsgRemoveLiquidityUnits) Unmarshal ¶ added in v0.13.0
func (m *MsgRemoveLiquidityUnits) Unmarshal(dAtA []byte) error
func (MsgRemoveLiquidityUnits) ValidateBasic ¶ added in v0.13.0
func (m MsgRemoveLiquidityUnits) ValidateBasic() error
func (*MsgRemoveLiquidityUnits) XXX_DiscardUnknown ¶ added in v0.13.0
func (m *MsgRemoveLiquidityUnits) XXX_DiscardUnknown()
func (*MsgRemoveLiquidityUnits) XXX_Marshal ¶ added in v0.13.0
func (m *MsgRemoveLiquidityUnits) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgRemoveLiquidityUnits) XXX_Merge ¶ added in v0.13.0
func (m *MsgRemoveLiquidityUnits) XXX_Merge(src proto.Message)
func (*MsgRemoveLiquidityUnits) XXX_Size ¶ added in v0.13.0
func (m *MsgRemoveLiquidityUnits) XXX_Size() int
func (*MsgRemoveLiquidityUnits) XXX_Unmarshal ¶ added in v0.13.0
func (m *MsgRemoveLiquidityUnits) XXX_Unmarshal(b []byte) error
type MsgRemoveLiquidityUnitsResponse ¶ added in v0.13.0
type MsgRemoveLiquidityUnitsResponse struct { }
func (*MsgRemoveLiquidityUnitsResponse) Descriptor ¶ added in v0.13.0
func (*MsgRemoveLiquidityUnitsResponse) Descriptor() ([]byte, []int)
func (*MsgRemoveLiquidityUnitsResponse) Marshal ¶ added in v0.13.0
func (m *MsgRemoveLiquidityUnitsResponse) Marshal() (dAtA []byte, err error)
func (*MsgRemoveLiquidityUnitsResponse) MarshalTo ¶ added in v0.13.0
func (m *MsgRemoveLiquidityUnitsResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgRemoveLiquidityUnitsResponse) MarshalToSizedBuffer ¶ added in v0.13.0
func (m *MsgRemoveLiquidityUnitsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgRemoveLiquidityUnitsResponse) ProtoMessage ¶ added in v0.13.0
func (*MsgRemoveLiquidityUnitsResponse) ProtoMessage()
func (*MsgRemoveLiquidityUnitsResponse) Reset ¶ added in v0.13.0
func (m *MsgRemoveLiquidityUnitsResponse) Reset()
func (*MsgRemoveLiquidityUnitsResponse) Size ¶ added in v0.13.0
func (m *MsgRemoveLiquidityUnitsResponse) Size() (n int)
func (*MsgRemoveLiquidityUnitsResponse) String ¶ added in v0.13.0
func (m *MsgRemoveLiquidityUnitsResponse) String() string
func (*MsgRemoveLiquidityUnitsResponse) Unmarshal ¶ added in v0.13.0
func (m *MsgRemoveLiquidityUnitsResponse) Unmarshal(dAtA []byte) error
func (*MsgRemoveLiquidityUnitsResponse) XXX_DiscardUnknown ¶ added in v0.13.0
func (m *MsgRemoveLiquidityUnitsResponse) XXX_DiscardUnknown()
func (*MsgRemoveLiquidityUnitsResponse) XXX_Marshal ¶ added in v0.13.0
func (m *MsgRemoveLiquidityUnitsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgRemoveLiquidityUnitsResponse) XXX_Merge ¶ added in v0.13.0
func (m *MsgRemoveLiquidityUnitsResponse) XXX_Merge(src proto.Message)
func (*MsgRemoveLiquidityUnitsResponse) XXX_Size ¶ added in v0.13.0
func (m *MsgRemoveLiquidityUnitsResponse) XXX_Size() int
func (*MsgRemoveLiquidityUnitsResponse) XXX_Unmarshal ¶ added in v0.13.0
func (m *MsgRemoveLiquidityUnitsResponse) XXX_Unmarshal(b []byte) error
type MsgServer ¶
type MsgServer interface { RemoveLiquidity(context.Context, *MsgRemoveLiquidity) (*MsgRemoveLiquidityResponse, error) RemoveLiquidityUnits(context.Context, *MsgRemoveLiquidityUnits) (*MsgRemoveLiquidityUnitsResponse, error) CreatePool(context.Context, *MsgCreatePool) (*MsgCreatePoolResponse, error) AddLiquidity(context.Context, *MsgAddLiquidity) (*MsgAddLiquidityResponse, error) Swap(context.Context, *MsgSwap) (*MsgSwapResponse, error) DecommissionPool(context.Context, *MsgDecommissionPool) (*MsgDecommissionPoolResponse, error) UnlockLiquidity(context.Context, *MsgUnlockLiquidityRequest) (*MsgUnlockLiquidityResponse, error) UpdateRewardsParams(context.Context, *MsgUpdateRewardsParamsRequest) (*MsgUpdateRewardsParamsResponse, error) AddRewardPeriod(context.Context, *MsgAddRewardPeriodRequest) (*MsgAddRewardPeriodResponse, error) ModifyPmtpRates(context.Context, *MsgModifyPmtpRates) (*MsgModifyPmtpRatesResponse, error) UpdatePmtpParams(context.Context, *MsgUpdatePmtpParams) (*MsgUpdatePmtpParamsResponse, error) UpdateStakingRewardParams(context.Context, *MsgUpdateStakingRewardParams) (*MsgUpdateStakingRewardParamsResponse, error) SetSymmetryThreshold(context.Context, *MsgSetSymmetryThreshold) (*MsgSetSymmetryThresholdResponse, error) CancelUnlockLiquidity(context.Context, *MsgCancelUnlock) (*MsgCancelUnlockResponse, error) UpdateLiquidityProtectionParams(context.Context, *MsgUpdateLiquidityProtectionParams) (*MsgUpdateLiquidityProtectionParamsResponse, error) ModifyLiquidityProtectionRates(context.Context, *MsgModifyLiquidityProtectionRates) (*MsgModifyLiquidityProtectionRatesResponse, error) AddProviderDistributionPeriod(context.Context, *MsgAddProviderDistributionPeriodRequest) (*MsgAddProviderDistributionPeriodResponse, error) UpdateSwapFeeParams(context.Context, *MsgUpdateSwapFeeParamsRequest) (*MsgUpdateSwapFeeParamsResponse, error) }
MsgServer is the server API for Msg service.
type MsgSetSymmetryThreshold ¶ added in v0.13.1
type MsgSetSymmetryThreshold struct { Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty"` Threshold github_com_cosmos_cosmos_sdk_types.Dec `protobuf:"bytes,2,opt,name=threshold,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Dec" json:"threshold"` Ratio github_com_cosmos_cosmos_sdk_types.Dec `protobuf:"bytes,3,opt,name=ratio,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Dec" json:"ratio"` }
func (*MsgSetSymmetryThreshold) Descriptor ¶ added in v0.13.1
func (*MsgSetSymmetryThreshold) Descriptor() ([]byte, []int)
func (MsgSetSymmetryThreshold) GetSignBytes ¶ added in v0.13.1
func (m MsgSetSymmetryThreshold) GetSignBytes() []byte
func (*MsgSetSymmetryThreshold) GetSigner ¶ added in v0.13.1
func (m *MsgSetSymmetryThreshold) GetSigner() string
func (MsgSetSymmetryThreshold) GetSigners ¶ added in v0.13.1
func (m MsgSetSymmetryThreshold) GetSigners() []sdk.AccAddress
func (*MsgSetSymmetryThreshold) Marshal ¶ added in v0.13.1
func (m *MsgSetSymmetryThreshold) Marshal() (dAtA []byte, err error)
func (*MsgSetSymmetryThreshold) MarshalTo ¶ added in v0.13.1
func (m *MsgSetSymmetryThreshold) MarshalTo(dAtA []byte) (int, error)
func (*MsgSetSymmetryThreshold) MarshalToSizedBuffer ¶ added in v0.13.1
func (m *MsgSetSymmetryThreshold) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSetSymmetryThreshold) ProtoMessage ¶ added in v0.13.1
func (*MsgSetSymmetryThreshold) ProtoMessage()
func (*MsgSetSymmetryThreshold) Reset ¶ added in v0.13.1
func (m *MsgSetSymmetryThreshold) Reset()
func (MsgSetSymmetryThreshold) Route ¶ added in v0.13.1
func (m MsgSetSymmetryThreshold) Route() string
func (*MsgSetSymmetryThreshold) Size ¶ added in v0.13.1
func (m *MsgSetSymmetryThreshold) Size() (n int)
func (*MsgSetSymmetryThreshold) String ¶ added in v0.13.1
func (m *MsgSetSymmetryThreshold) String() string
func (MsgSetSymmetryThreshold) Type ¶ added in v0.13.1
func (m MsgSetSymmetryThreshold) Type() string
func (*MsgSetSymmetryThreshold) Unmarshal ¶ added in v0.13.1
func (m *MsgSetSymmetryThreshold) Unmarshal(dAtA []byte) error
func (MsgSetSymmetryThreshold) ValidateBasic ¶ added in v0.13.1
func (m MsgSetSymmetryThreshold) ValidateBasic() error
func (*MsgSetSymmetryThreshold) XXX_DiscardUnknown ¶ added in v0.13.1
func (m *MsgSetSymmetryThreshold) XXX_DiscardUnknown()
func (*MsgSetSymmetryThreshold) XXX_Marshal ¶ added in v0.13.1
func (m *MsgSetSymmetryThreshold) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSetSymmetryThreshold) XXX_Merge ¶ added in v0.13.1
func (m *MsgSetSymmetryThreshold) XXX_Merge(src proto.Message)
func (*MsgSetSymmetryThreshold) XXX_Size ¶ added in v0.13.1
func (m *MsgSetSymmetryThreshold) XXX_Size() int
func (*MsgSetSymmetryThreshold) XXX_Unmarshal ¶ added in v0.13.1
func (m *MsgSetSymmetryThreshold) XXX_Unmarshal(b []byte) error
type MsgSetSymmetryThresholdResponse ¶ added in v0.13.1
type MsgSetSymmetryThresholdResponse struct { }
func (*MsgSetSymmetryThresholdResponse) Descriptor ¶ added in v0.13.1
func (*MsgSetSymmetryThresholdResponse) Descriptor() ([]byte, []int)
func (*MsgSetSymmetryThresholdResponse) Marshal ¶ added in v0.13.1
func (m *MsgSetSymmetryThresholdResponse) Marshal() (dAtA []byte, err error)
func (*MsgSetSymmetryThresholdResponse) MarshalTo ¶ added in v0.13.1
func (m *MsgSetSymmetryThresholdResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSetSymmetryThresholdResponse) MarshalToSizedBuffer ¶ added in v0.13.1
func (m *MsgSetSymmetryThresholdResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSetSymmetryThresholdResponse) ProtoMessage ¶ added in v0.13.1
func (*MsgSetSymmetryThresholdResponse) ProtoMessage()
func (*MsgSetSymmetryThresholdResponse) Reset ¶ added in v0.13.1
func (m *MsgSetSymmetryThresholdResponse) Reset()
func (*MsgSetSymmetryThresholdResponse) Size ¶ added in v0.13.1
func (m *MsgSetSymmetryThresholdResponse) Size() (n int)
func (*MsgSetSymmetryThresholdResponse) String ¶ added in v0.13.1
func (m *MsgSetSymmetryThresholdResponse) String() string
func (*MsgSetSymmetryThresholdResponse) Unmarshal ¶ added in v0.13.1
func (m *MsgSetSymmetryThresholdResponse) Unmarshal(dAtA []byte) error
func (*MsgSetSymmetryThresholdResponse) XXX_DiscardUnknown ¶ added in v0.13.1
func (m *MsgSetSymmetryThresholdResponse) XXX_DiscardUnknown()
func (*MsgSetSymmetryThresholdResponse) XXX_Marshal ¶ added in v0.13.1
func (m *MsgSetSymmetryThresholdResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSetSymmetryThresholdResponse) XXX_Merge ¶ added in v0.13.1
func (m *MsgSetSymmetryThresholdResponse) XXX_Merge(src proto.Message)
func (*MsgSetSymmetryThresholdResponse) XXX_Size ¶ added in v0.13.1
func (m *MsgSetSymmetryThresholdResponse) XXX_Size() int
func (*MsgSetSymmetryThresholdResponse) XXX_Unmarshal ¶ added in v0.13.1
func (m *MsgSetSymmetryThresholdResponse) XXX_Unmarshal(b []byte) error
type MsgSwap ¶
type MsgSwap struct { Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty" yaml:"signer"` SentAsset *Asset `protobuf:"bytes,2,opt,name=sent_asset,json=sentAsset,proto3" json:"sent_asset,omitempty" yaml:"sent_asset"` ReceivedAsset *Asset `protobuf:"bytes,3,opt,name=received_asset,json=receivedAsset,proto3" json:"received_asset,omitempty" yaml:"received_asset"` SentAmount github_com_cosmos_cosmos_sdk_types.Uint `` /* 151-byte string literal not displayed */ MinReceivingAmount github_com_cosmos_cosmos_sdk_types.Uint `` /* 186-byte string literal not displayed */ }
func NewMsgSwap ¶
func (*MsgSwap) Descriptor ¶
func (*MsgSwap) GetReceivedAsset ¶
func (*MsgSwap) GetSentAsset ¶
func (MsgSwap) GetSignBytes ¶
func (MsgSwap) GetSigners ¶
func (m MsgSwap) GetSigners() []sdk.AccAddress
func (*MsgSwap) MarshalToSizedBuffer ¶
func (*MsgSwap) ProtoMessage ¶
func (*MsgSwap) ProtoMessage()
func (MsgSwap) ValidateBasic ¶
func (*MsgSwap) XXX_DiscardUnknown ¶
func (m *MsgSwap) XXX_DiscardUnknown()
func (*MsgSwap) XXX_Marshal ¶
func (*MsgSwap) XXX_Unmarshal ¶
type MsgSwapResponse ¶
type MsgSwapResponse struct { }
func (*MsgSwapResponse) Descriptor ¶
func (*MsgSwapResponse) Descriptor() ([]byte, []int)
func (*MsgSwapResponse) Marshal ¶
func (m *MsgSwapResponse) Marshal() (dAtA []byte, err error)
func (*MsgSwapResponse) MarshalToSizedBuffer ¶
func (m *MsgSwapResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSwapResponse) ProtoMessage ¶
func (*MsgSwapResponse) ProtoMessage()
func (*MsgSwapResponse) Reset ¶
func (m *MsgSwapResponse) Reset()
func (*MsgSwapResponse) Size ¶
func (m *MsgSwapResponse) Size() (n int)
func (*MsgSwapResponse) String ¶
func (m *MsgSwapResponse) String() string
func (*MsgSwapResponse) Unmarshal ¶
func (m *MsgSwapResponse) Unmarshal(dAtA []byte) error
func (*MsgSwapResponse) XXX_DiscardUnknown ¶
func (m *MsgSwapResponse) XXX_DiscardUnknown()
func (*MsgSwapResponse) XXX_Marshal ¶
func (m *MsgSwapResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSwapResponse) XXX_Merge ¶
func (m *MsgSwapResponse) XXX_Merge(src proto.Message)
func (*MsgSwapResponse) XXX_Size ¶
func (m *MsgSwapResponse) XXX_Size() int
func (*MsgSwapResponse) XXX_Unmarshal ¶
func (m *MsgSwapResponse) XXX_Unmarshal(b []byte) error
type MsgUnlockLiquidityRequest ¶ added in v0.13.0
type MsgUnlockLiquidityRequest struct { Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty" yaml:"signer"` ExternalAsset *Asset `protobuf:"bytes,2,opt,name=external_asset,json=externalAsset,proto3" json:"external_asset,omitempty" yaml:"external_asset"` Units github_com_cosmos_cosmos_sdk_types.Uint `protobuf:"bytes,3,opt,name=units,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Uint" json:"units"` }
func (*MsgUnlockLiquidityRequest) Descriptor ¶ added in v0.13.0
func (*MsgUnlockLiquidityRequest) Descriptor() ([]byte, []int)
func (*MsgUnlockLiquidityRequest) GetExternalAsset ¶ added in v0.13.0
func (m *MsgUnlockLiquidityRequest) GetExternalAsset() *Asset
func (MsgUnlockLiquidityRequest) GetSignBytes ¶ added in v0.13.1
func (m MsgUnlockLiquidityRequest) GetSignBytes() []byte
func (*MsgUnlockLiquidityRequest) GetSigner ¶ added in v0.13.0
func (m *MsgUnlockLiquidityRequest) GetSigner() string
func (MsgUnlockLiquidityRequest) GetSigners ¶ added in v0.13.0
func (m MsgUnlockLiquidityRequest) GetSigners() []sdk.AccAddress
func (*MsgUnlockLiquidityRequest) Marshal ¶ added in v0.13.0
func (m *MsgUnlockLiquidityRequest) Marshal() (dAtA []byte, err error)
func (*MsgUnlockLiquidityRequest) MarshalTo ¶ added in v0.13.0
func (m *MsgUnlockLiquidityRequest) MarshalTo(dAtA []byte) (int, error)
func (*MsgUnlockLiquidityRequest) MarshalToSizedBuffer ¶ added in v0.13.0
func (m *MsgUnlockLiquidityRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUnlockLiquidityRequest) ProtoMessage ¶ added in v0.13.0
func (*MsgUnlockLiquidityRequest) ProtoMessage()
func (*MsgUnlockLiquidityRequest) Reset ¶ added in v0.13.0
func (m *MsgUnlockLiquidityRequest) Reset()
func (MsgUnlockLiquidityRequest) Route ¶ added in v0.13.1
func (m MsgUnlockLiquidityRequest) Route() string
func (*MsgUnlockLiquidityRequest) Size ¶ added in v0.13.0
func (m *MsgUnlockLiquidityRequest) Size() (n int)
func (*MsgUnlockLiquidityRequest) String ¶ added in v0.13.0
func (m *MsgUnlockLiquidityRequest) String() string
func (MsgUnlockLiquidityRequest) Type ¶ added in v0.13.1
func (m MsgUnlockLiquidityRequest) Type() string
func (*MsgUnlockLiquidityRequest) Unmarshal ¶ added in v0.13.0
func (m *MsgUnlockLiquidityRequest) Unmarshal(dAtA []byte) error
func (MsgUnlockLiquidityRequest) ValidateBasic ¶ added in v0.13.0
func (m MsgUnlockLiquidityRequest) ValidateBasic() error
func (*MsgUnlockLiquidityRequest) XXX_DiscardUnknown ¶ added in v0.13.0
func (m *MsgUnlockLiquidityRequest) XXX_DiscardUnknown()
func (*MsgUnlockLiquidityRequest) XXX_Marshal ¶ added in v0.13.0
func (m *MsgUnlockLiquidityRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUnlockLiquidityRequest) XXX_Merge ¶ added in v0.13.0
func (m *MsgUnlockLiquidityRequest) XXX_Merge(src proto.Message)
func (*MsgUnlockLiquidityRequest) XXX_Size ¶ added in v0.13.0
func (m *MsgUnlockLiquidityRequest) XXX_Size() int
func (*MsgUnlockLiquidityRequest) XXX_Unmarshal ¶ added in v0.13.0
func (m *MsgUnlockLiquidityRequest) XXX_Unmarshal(b []byte) error
type MsgUnlockLiquidityResponse ¶ added in v0.13.0
type MsgUnlockLiquidityResponse struct { }
func (*MsgUnlockLiquidityResponse) Descriptor ¶ added in v0.13.0
func (*MsgUnlockLiquidityResponse) Descriptor() ([]byte, []int)
func (*MsgUnlockLiquidityResponse) Marshal ¶ added in v0.13.0
func (m *MsgUnlockLiquidityResponse) Marshal() (dAtA []byte, err error)
func (*MsgUnlockLiquidityResponse) MarshalTo ¶ added in v0.13.0
func (m *MsgUnlockLiquidityResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgUnlockLiquidityResponse) MarshalToSizedBuffer ¶ added in v0.13.0
func (m *MsgUnlockLiquidityResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUnlockLiquidityResponse) ProtoMessage ¶ added in v0.13.0
func (*MsgUnlockLiquidityResponse) ProtoMessage()
func (*MsgUnlockLiquidityResponse) Reset ¶ added in v0.13.0
func (m *MsgUnlockLiquidityResponse) Reset()
func (*MsgUnlockLiquidityResponse) Size ¶ added in v0.13.0
func (m *MsgUnlockLiquidityResponse) Size() (n int)
func (*MsgUnlockLiquidityResponse) String ¶ added in v0.13.0
func (m *MsgUnlockLiquidityResponse) String() string
func (*MsgUnlockLiquidityResponse) Unmarshal ¶ added in v0.13.0
func (m *MsgUnlockLiquidityResponse) Unmarshal(dAtA []byte) error
func (*MsgUnlockLiquidityResponse) XXX_DiscardUnknown ¶ added in v0.13.0
func (m *MsgUnlockLiquidityResponse) XXX_DiscardUnknown()
func (*MsgUnlockLiquidityResponse) XXX_Marshal ¶ added in v0.13.0
func (m *MsgUnlockLiquidityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUnlockLiquidityResponse) XXX_Merge ¶ added in v0.13.0
func (m *MsgUnlockLiquidityResponse) XXX_Merge(src proto.Message)
func (*MsgUnlockLiquidityResponse) XXX_Size ¶ added in v0.13.0
func (m *MsgUnlockLiquidityResponse) XXX_Size() int
func (*MsgUnlockLiquidityResponse) XXX_Unmarshal ¶ added in v0.13.0
func (m *MsgUnlockLiquidityResponse) XXX_Unmarshal(b []byte) error
type MsgUpdateLiquidityProtectionParams ¶ added in v0.13.4
type MsgUpdateLiquidityProtectionParams struct { Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty" yaml:"signer"` MaxRowanLiquidityThreshold github_com_cosmos_cosmos_sdk_types.Uint `` /* 184-byte string literal not displayed */ MaxRowanLiquidityThresholdAsset string `` /* 160-byte string literal not displayed */ EpochLength uint64 `protobuf:"varint,3,opt,name=epoch_length,json=epochLength,proto3" json:"epoch_length,omitempty"` IsActive bool `protobuf:"varint,5,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"` }
func (*MsgUpdateLiquidityProtectionParams) Descriptor ¶ added in v0.13.4
func (*MsgUpdateLiquidityProtectionParams) Descriptor() ([]byte, []int)
func (*MsgUpdateLiquidityProtectionParams) GetEpochLength ¶ added in v0.13.4
func (m *MsgUpdateLiquidityProtectionParams) GetEpochLength() uint64
func (*MsgUpdateLiquidityProtectionParams) GetIsActive ¶ added in v0.13.4
func (m *MsgUpdateLiquidityProtectionParams) GetIsActive() bool
func (*MsgUpdateLiquidityProtectionParams) GetMaxRowanLiquidityThresholdAsset ¶ added in v0.13.4
func (m *MsgUpdateLiquidityProtectionParams) GetMaxRowanLiquidityThresholdAsset() string
func (MsgUpdateLiquidityProtectionParams) GetSignBytes ¶ added in v0.13.4
func (m MsgUpdateLiquidityProtectionParams) GetSignBytes() []byte
func (*MsgUpdateLiquidityProtectionParams) GetSigner ¶ added in v0.13.4
func (m *MsgUpdateLiquidityProtectionParams) GetSigner() string
func (*MsgUpdateLiquidityProtectionParams) GetSigners ¶ added in v0.13.4
func (m *MsgUpdateLiquidityProtectionParams) GetSigners() []sdk.AccAddress
func (*MsgUpdateLiquidityProtectionParams) Marshal ¶ added in v0.13.4
func (m *MsgUpdateLiquidityProtectionParams) Marshal() (dAtA []byte, err error)
func (*MsgUpdateLiquidityProtectionParams) MarshalTo ¶ added in v0.13.4
func (m *MsgUpdateLiquidityProtectionParams) MarshalTo(dAtA []byte) (int, error)
func (*MsgUpdateLiquidityProtectionParams) MarshalToSizedBuffer ¶ added in v0.13.4
func (m *MsgUpdateLiquidityProtectionParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUpdateLiquidityProtectionParams) ProtoMessage ¶ added in v0.13.4
func (*MsgUpdateLiquidityProtectionParams) ProtoMessage()
func (*MsgUpdateLiquidityProtectionParams) Reset ¶ added in v0.13.4
func (m *MsgUpdateLiquidityProtectionParams) Reset()
func (MsgUpdateLiquidityProtectionParams) Route ¶ added in v0.13.4
func (m MsgUpdateLiquidityProtectionParams) Route() string
func (*MsgUpdateLiquidityProtectionParams) Size ¶ added in v0.13.4
func (m *MsgUpdateLiquidityProtectionParams) Size() (n int)
func (*MsgUpdateLiquidityProtectionParams) String ¶ added in v0.13.4
func (m *MsgUpdateLiquidityProtectionParams) String() string
func (MsgUpdateLiquidityProtectionParams) Type ¶ added in v0.13.4
func (m MsgUpdateLiquidityProtectionParams) Type() string
func (*MsgUpdateLiquidityProtectionParams) Unmarshal ¶ added in v0.13.4
func (m *MsgUpdateLiquidityProtectionParams) Unmarshal(dAtA []byte) error
func (*MsgUpdateLiquidityProtectionParams) ValidateBasic ¶ added in v0.13.4
func (m *MsgUpdateLiquidityProtectionParams) ValidateBasic() error
func (*MsgUpdateLiquidityProtectionParams) XXX_DiscardUnknown ¶ added in v0.13.4
func (m *MsgUpdateLiquidityProtectionParams) XXX_DiscardUnknown()
func (*MsgUpdateLiquidityProtectionParams) XXX_Marshal ¶ added in v0.13.4
func (m *MsgUpdateLiquidityProtectionParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUpdateLiquidityProtectionParams) XXX_Merge ¶ added in v0.13.4
func (m *MsgUpdateLiquidityProtectionParams) XXX_Merge(src proto.Message)
func (*MsgUpdateLiquidityProtectionParams) XXX_Size ¶ added in v0.13.4
func (m *MsgUpdateLiquidityProtectionParams) XXX_Size() int
func (*MsgUpdateLiquidityProtectionParams) XXX_Unmarshal ¶ added in v0.13.4
func (m *MsgUpdateLiquidityProtectionParams) XXX_Unmarshal(b []byte) error
type MsgUpdateLiquidityProtectionParamsResponse ¶ added in v0.13.4
type MsgUpdateLiquidityProtectionParamsResponse struct { }
func (*MsgUpdateLiquidityProtectionParamsResponse) Descriptor ¶ added in v0.13.4
func (*MsgUpdateLiquidityProtectionParamsResponse) Descriptor() ([]byte, []int)
func (*MsgUpdateLiquidityProtectionParamsResponse) Marshal ¶ added in v0.13.4
func (m *MsgUpdateLiquidityProtectionParamsResponse) Marshal() (dAtA []byte, err error)
func (*MsgUpdateLiquidityProtectionParamsResponse) MarshalTo ¶ added in v0.13.4
func (m *MsgUpdateLiquidityProtectionParamsResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgUpdateLiquidityProtectionParamsResponse) MarshalToSizedBuffer ¶ added in v0.13.4
func (m *MsgUpdateLiquidityProtectionParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUpdateLiquidityProtectionParamsResponse) ProtoMessage ¶ added in v0.13.4
func (*MsgUpdateLiquidityProtectionParamsResponse) ProtoMessage()
func (*MsgUpdateLiquidityProtectionParamsResponse) Reset ¶ added in v0.13.4
func (m *MsgUpdateLiquidityProtectionParamsResponse) Reset()
func (*MsgUpdateLiquidityProtectionParamsResponse) Size ¶ added in v0.13.4
func (m *MsgUpdateLiquidityProtectionParamsResponse) Size() (n int)
func (*MsgUpdateLiquidityProtectionParamsResponse) String ¶ added in v0.13.4
func (m *MsgUpdateLiquidityProtectionParamsResponse) String() string
func (*MsgUpdateLiquidityProtectionParamsResponse) Unmarshal ¶ added in v0.13.4
func (m *MsgUpdateLiquidityProtectionParamsResponse) Unmarshal(dAtA []byte) error
func (*MsgUpdateLiquidityProtectionParamsResponse) XXX_DiscardUnknown ¶ added in v0.13.4
func (m *MsgUpdateLiquidityProtectionParamsResponse) XXX_DiscardUnknown()
func (*MsgUpdateLiquidityProtectionParamsResponse) XXX_Marshal ¶ added in v0.13.4
func (m *MsgUpdateLiquidityProtectionParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUpdateLiquidityProtectionParamsResponse) XXX_Merge ¶ added in v0.13.4
func (m *MsgUpdateLiquidityProtectionParamsResponse) XXX_Merge(src proto.Message)
func (*MsgUpdateLiquidityProtectionParamsResponse) XXX_Size ¶ added in v0.13.4
func (m *MsgUpdateLiquidityProtectionParamsResponse) XXX_Size() int
func (*MsgUpdateLiquidityProtectionParamsResponse) XXX_Unmarshal ¶ added in v0.13.4
func (m *MsgUpdateLiquidityProtectionParamsResponse) XXX_Unmarshal(b []byte) error
type MsgUpdatePmtpParams ¶ added in v0.13.0
type MsgUpdatePmtpParams struct { Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty" yaml:"signer"` PmtpPeriodGovernanceRate string `` /* 137-byte string literal not displayed */ PmtpPeriodEpochLength int64 `` /* 129-byte string literal not displayed */ PmtpPeriodStartBlock int64 `` /* 126-byte string literal not displayed */ PmtpPeriodEndBlock int64 `protobuf:"varint,5,opt,name=pmtp_period_end_block,json=pmtpPeriodEndBlock,proto3" json:"pmtp_period_end_block,omitempty"` }
func (*MsgUpdatePmtpParams) Descriptor ¶ added in v0.13.0
func (*MsgUpdatePmtpParams) Descriptor() ([]byte, []int)
func (*MsgUpdatePmtpParams) GetPmtpPeriodEndBlock ¶ added in v0.13.0
func (m *MsgUpdatePmtpParams) GetPmtpPeriodEndBlock() int64
func (*MsgUpdatePmtpParams) GetPmtpPeriodEpochLength ¶ added in v0.13.0
func (m *MsgUpdatePmtpParams) GetPmtpPeriodEpochLength() int64
func (*MsgUpdatePmtpParams) GetPmtpPeriodGovernanceRate ¶ added in v0.13.0
func (m *MsgUpdatePmtpParams) GetPmtpPeriodGovernanceRate() string
func (*MsgUpdatePmtpParams) GetPmtpPeriodStartBlock ¶ added in v0.13.0
func (m *MsgUpdatePmtpParams) GetPmtpPeriodStartBlock() int64
func (MsgUpdatePmtpParams) GetSignBytes ¶ added in v0.13.0
func (m MsgUpdatePmtpParams) GetSignBytes() []byte
func (*MsgUpdatePmtpParams) GetSigner ¶ added in v0.13.0
func (m *MsgUpdatePmtpParams) GetSigner() string
func (*MsgUpdatePmtpParams) GetSigners ¶ added in v0.13.0
func (m *MsgUpdatePmtpParams) GetSigners() []sdk.AccAddress
func (*MsgUpdatePmtpParams) Marshal ¶ added in v0.13.0
func (m *MsgUpdatePmtpParams) Marshal() (dAtA []byte, err error)
func (*MsgUpdatePmtpParams) MarshalTo ¶ added in v0.13.0
func (m *MsgUpdatePmtpParams) MarshalTo(dAtA []byte) (int, error)
func (*MsgUpdatePmtpParams) MarshalToSizedBuffer ¶ added in v0.13.0
func (m *MsgUpdatePmtpParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUpdatePmtpParams) ProtoMessage ¶ added in v0.13.0
func (*MsgUpdatePmtpParams) ProtoMessage()
func (*MsgUpdatePmtpParams) Reset ¶ added in v0.13.0
func (m *MsgUpdatePmtpParams) Reset()
func (MsgUpdatePmtpParams) Route ¶ added in v0.13.0
func (m MsgUpdatePmtpParams) Route() string
func (*MsgUpdatePmtpParams) Size ¶ added in v0.13.0
func (m *MsgUpdatePmtpParams) Size() (n int)
func (*MsgUpdatePmtpParams) String ¶ added in v0.13.0
func (m *MsgUpdatePmtpParams) String() string
func (MsgUpdatePmtpParams) Type ¶ added in v0.13.0
func (m MsgUpdatePmtpParams) Type() string
func (*MsgUpdatePmtpParams) Unmarshal ¶ added in v0.13.0
func (m *MsgUpdatePmtpParams) Unmarshal(dAtA []byte) error
func (*MsgUpdatePmtpParams) ValidateBasic ¶ added in v0.13.0
func (m *MsgUpdatePmtpParams) ValidateBasic() error
func (*MsgUpdatePmtpParams) XXX_DiscardUnknown ¶ added in v0.13.0
func (m *MsgUpdatePmtpParams) XXX_DiscardUnknown()
func (*MsgUpdatePmtpParams) XXX_Marshal ¶ added in v0.13.0
func (m *MsgUpdatePmtpParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUpdatePmtpParams) XXX_Merge ¶ added in v0.13.0
func (m *MsgUpdatePmtpParams) XXX_Merge(src proto.Message)
func (*MsgUpdatePmtpParams) XXX_Size ¶ added in v0.13.0
func (m *MsgUpdatePmtpParams) XXX_Size() int
func (*MsgUpdatePmtpParams) XXX_Unmarshal ¶ added in v0.13.0
func (m *MsgUpdatePmtpParams) XXX_Unmarshal(b []byte) error
type MsgUpdatePmtpParamsResponse ¶ added in v0.13.0
type MsgUpdatePmtpParamsResponse struct { }
func (*MsgUpdatePmtpParamsResponse) Descriptor ¶ added in v0.13.0
func (*MsgUpdatePmtpParamsResponse) Descriptor() ([]byte, []int)
func (*MsgUpdatePmtpParamsResponse) Marshal ¶ added in v0.13.0
func (m *MsgUpdatePmtpParamsResponse) Marshal() (dAtA []byte, err error)
func (*MsgUpdatePmtpParamsResponse) MarshalTo ¶ added in v0.13.0
func (m *MsgUpdatePmtpParamsResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgUpdatePmtpParamsResponse) MarshalToSizedBuffer ¶ added in v0.13.0
func (m *MsgUpdatePmtpParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUpdatePmtpParamsResponse) ProtoMessage ¶ added in v0.13.0
func (*MsgUpdatePmtpParamsResponse) ProtoMessage()
func (*MsgUpdatePmtpParamsResponse) Reset ¶ added in v0.13.0
func (m *MsgUpdatePmtpParamsResponse) Reset()
func (*MsgUpdatePmtpParamsResponse) Size ¶ added in v0.13.0
func (m *MsgUpdatePmtpParamsResponse) Size() (n int)
func (*MsgUpdatePmtpParamsResponse) String ¶ added in v0.13.0
func (m *MsgUpdatePmtpParamsResponse) String() string
func (*MsgUpdatePmtpParamsResponse) Unmarshal ¶ added in v0.13.0
func (m *MsgUpdatePmtpParamsResponse) Unmarshal(dAtA []byte) error
func (*MsgUpdatePmtpParamsResponse) XXX_DiscardUnknown ¶ added in v0.13.0
func (m *MsgUpdatePmtpParamsResponse) XXX_DiscardUnknown()
func (*MsgUpdatePmtpParamsResponse) XXX_Marshal ¶ added in v0.13.0
func (m *MsgUpdatePmtpParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUpdatePmtpParamsResponse) XXX_Merge ¶ added in v0.13.0
func (m *MsgUpdatePmtpParamsResponse) XXX_Merge(src proto.Message)
func (*MsgUpdatePmtpParamsResponse) XXX_Size ¶ added in v0.13.0
func (m *MsgUpdatePmtpParamsResponse) XXX_Size() int
func (*MsgUpdatePmtpParamsResponse) XXX_Unmarshal ¶ added in v0.13.0
func (m *MsgUpdatePmtpParamsResponse) XXX_Unmarshal(b []byte) error
type MsgUpdateRewardsParamsRequest ¶ added in v0.13.0
type MsgUpdateRewardsParamsRequest struct { Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty" yaml:"signer"` LiquidityRemovalLockPeriod uint64 `` /* 144-byte string literal not displayed */ LiquidityRemovalCancelPeriod uint64 `` /* 150-byte string literal not displayed */ }
func (*MsgUpdateRewardsParamsRequest) Descriptor ¶ added in v0.13.0
func (*MsgUpdateRewardsParamsRequest) Descriptor() ([]byte, []int)
func (*MsgUpdateRewardsParamsRequest) GetLiquidityRemovalCancelPeriod ¶ added in v0.13.0
func (m *MsgUpdateRewardsParamsRequest) GetLiquidityRemovalCancelPeriod() uint64
func (*MsgUpdateRewardsParamsRequest) GetLiquidityRemovalLockPeriod ¶ added in v0.13.0
func (m *MsgUpdateRewardsParamsRequest) GetLiquidityRemovalLockPeriod() uint64
func (MsgUpdateRewardsParamsRequest) GetSignBytes ¶ added in v0.13.0
func (m MsgUpdateRewardsParamsRequest) GetSignBytes() []byte
func (*MsgUpdateRewardsParamsRequest) GetSigner ¶ added in v0.13.0
func (m *MsgUpdateRewardsParamsRequest) GetSigner() string
func (MsgUpdateRewardsParamsRequest) GetSigners ¶ added in v0.13.0
func (m MsgUpdateRewardsParamsRequest) GetSigners() []sdk.AccAddress
func (*MsgUpdateRewardsParamsRequest) Marshal ¶ added in v0.13.0
func (m *MsgUpdateRewardsParamsRequest) Marshal() (dAtA []byte, err error)
func (*MsgUpdateRewardsParamsRequest) MarshalTo ¶ added in v0.13.0
func (m *MsgUpdateRewardsParamsRequest) MarshalTo(dAtA []byte) (int, error)
func (*MsgUpdateRewardsParamsRequest) MarshalToSizedBuffer ¶ added in v0.13.0
func (m *MsgUpdateRewardsParamsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUpdateRewardsParamsRequest) ProtoMessage ¶ added in v0.13.0
func (*MsgUpdateRewardsParamsRequest) ProtoMessage()
func (*MsgUpdateRewardsParamsRequest) Reset ¶ added in v0.13.0
func (m *MsgUpdateRewardsParamsRequest) Reset()
func (MsgUpdateRewardsParamsRequest) Route ¶ added in v0.13.0
func (m MsgUpdateRewardsParamsRequest) Route() string
func (*MsgUpdateRewardsParamsRequest) Size ¶ added in v0.13.0
func (m *MsgUpdateRewardsParamsRequest) Size() (n int)
func (*MsgUpdateRewardsParamsRequest) String ¶ added in v0.13.0
func (m *MsgUpdateRewardsParamsRequest) String() string
func (MsgUpdateRewardsParamsRequest) Type ¶ added in v0.13.0
func (m MsgUpdateRewardsParamsRequest) Type() string
func (*MsgUpdateRewardsParamsRequest) Unmarshal ¶ added in v0.13.0
func (m *MsgUpdateRewardsParamsRequest) Unmarshal(dAtA []byte) error
func (MsgUpdateRewardsParamsRequest) ValidateBasic ¶ added in v0.13.0
func (m MsgUpdateRewardsParamsRequest) ValidateBasic() error
func (*MsgUpdateRewardsParamsRequest) XXX_DiscardUnknown ¶ added in v0.13.0
func (m *MsgUpdateRewardsParamsRequest) XXX_DiscardUnknown()
func (*MsgUpdateRewardsParamsRequest) XXX_Marshal ¶ added in v0.13.0
func (m *MsgUpdateRewardsParamsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUpdateRewardsParamsRequest) XXX_Merge ¶ added in v0.13.0
func (m *MsgUpdateRewardsParamsRequest) XXX_Merge(src proto.Message)
func (*MsgUpdateRewardsParamsRequest) XXX_Size ¶ added in v0.13.0
func (m *MsgUpdateRewardsParamsRequest) XXX_Size() int
func (*MsgUpdateRewardsParamsRequest) XXX_Unmarshal ¶ added in v0.13.0
func (m *MsgUpdateRewardsParamsRequest) XXX_Unmarshal(b []byte) error
type MsgUpdateRewardsParamsResponse ¶ added in v0.13.0
type MsgUpdateRewardsParamsResponse struct { }
func (*MsgUpdateRewardsParamsResponse) Descriptor ¶ added in v0.13.0
func (*MsgUpdateRewardsParamsResponse) Descriptor() ([]byte, []int)
func (*MsgUpdateRewardsParamsResponse) Marshal ¶ added in v0.13.0
func (m *MsgUpdateRewardsParamsResponse) Marshal() (dAtA []byte, err error)
func (*MsgUpdateRewardsParamsResponse) MarshalTo ¶ added in v0.13.0
func (m *MsgUpdateRewardsParamsResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgUpdateRewardsParamsResponse) MarshalToSizedBuffer ¶ added in v0.13.0
func (m *MsgUpdateRewardsParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUpdateRewardsParamsResponse) ProtoMessage ¶ added in v0.13.0
func (*MsgUpdateRewardsParamsResponse) ProtoMessage()
func (*MsgUpdateRewardsParamsResponse) Reset ¶ added in v0.13.0
func (m *MsgUpdateRewardsParamsResponse) Reset()
func (*MsgUpdateRewardsParamsResponse) Size ¶ added in v0.13.0
func (m *MsgUpdateRewardsParamsResponse) Size() (n int)
func (*MsgUpdateRewardsParamsResponse) String ¶ added in v0.13.0
func (m *MsgUpdateRewardsParamsResponse) String() string
func (*MsgUpdateRewardsParamsResponse) Unmarshal ¶ added in v0.13.0
func (m *MsgUpdateRewardsParamsResponse) Unmarshal(dAtA []byte) error
func (*MsgUpdateRewardsParamsResponse) XXX_DiscardUnknown ¶ added in v0.13.0
func (m *MsgUpdateRewardsParamsResponse) XXX_DiscardUnknown()
func (*MsgUpdateRewardsParamsResponse) XXX_Marshal ¶ added in v0.13.0
func (m *MsgUpdateRewardsParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUpdateRewardsParamsResponse) XXX_Merge ¶ added in v0.13.0
func (m *MsgUpdateRewardsParamsResponse) XXX_Merge(src proto.Message)
func (*MsgUpdateRewardsParamsResponse) XXX_Size ¶ added in v0.13.0
func (m *MsgUpdateRewardsParamsResponse) XXX_Size() int
func (*MsgUpdateRewardsParamsResponse) XXX_Unmarshal ¶ added in v0.13.0
func (m *MsgUpdateRewardsParamsResponse) XXX_Unmarshal(b []byte) error
type MsgUpdateStakingRewardParams ¶ added in v0.13.0
type MsgUpdateStakingRewardParams struct { Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty" yaml:"signer"` Minter github_com_cosmos_cosmos_sdk_x_mint_types.Minter `protobuf:"bytes,2,opt,name=minter,proto3,customtype=github.com/cosmos/cosmos-sdk/x/mint/types.Minter" json:"minter"` Params github_com_cosmos_cosmos_sdk_x_mint_types.Params `protobuf:"bytes,3,opt,name=params,proto3,customtype=github.com/cosmos/cosmos-sdk/x/mint/types.Params" json:"params"` }
func (*MsgUpdateStakingRewardParams) Descriptor ¶ added in v0.13.0
func (*MsgUpdateStakingRewardParams) Descriptor() ([]byte, []int)
func (MsgUpdateStakingRewardParams) GetSignBytes ¶ added in v0.13.0
func (m MsgUpdateStakingRewardParams) GetSignBytes() []byte
func (*MsgUpdateStakingRewardParams) GetSigner ¶ added in v0.13.0
func (m *MsgUpdateStakingRewardParams) GetSigner() string
func (MsgUpdateStakingRewardParams) GetSigners ¶ added in v0.13.0
func (m MsgUpdateStakingRewardParams) GetSigners() []sdk.AccAddress
func (*MsgUpdateStakingRewardParams) Marshal ¶ added in v0.13.0
func (m *MsgUpdateStakingRewardParams) Marshal() (dAtA []byte, err error)
func (*MsgUpdateStakingRewardParams) MarshalTo ¶ added in v0.13.0
func (m *MsgUpdateStakingRewardParams) MarshalTo(dAtA []byte) (int, error)
func (*MsgUpdateStakingRewardParams) MarshalToSizedBuffer ¶ added in v0.13.0
func (m *MsgUpdateStakingRewardParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUpdateStakingRewardParams) ProtoMessage ¶ added in v0.13.0
func (*MsgUpdateStakingRewardParams) ProtoMessage()
func (*MsgUpdateStakingRewardParams) Reset ¶ added in v0.13.0
func (m *MsgUpdateStakingRewardParams) Reset()
func (MsgUpdateStakingRewardParams) Route ¶ added in v0.13.0
func (m MsgUpdateStakingRewardParams) Route() string
func (*MsgUpdateStakingRewardParams) Size ¶ added in v0.13.0
func (m *MsgUpdateStakingRewardParams) Size() (n int)
func (*MsgUpdateStakingRewardParams) String ¶ added in v0.13.0
func (m *MsgUpdateStakingRewardParams) String() string
func (MsgUpdateStakingRewardParams) Type ¶ added in v0.13.0
func (m MsgUpdateStakingRewardParams) Type() string
func (*MsgUpdateStakingRewardParams) Unmarshal ¶ added in v0.13.0
func (m *MsgUpdateStakingRewardParams) Unmarshal(dAtA []byte) error
func (MsgUpdateStakingRewardParams) ValidateBasic ¶ added in v0.13.0
func (m MsgUpdateStakingRewardParams) ValidateBasic() error
func (*MsgUpdateStakingRewardParams) XXX_DiscardUnknown ¶ added in v0.13.0
func (m *MsgUpdateStakingRewardParams) XXX_DiscardUnknown()
func (*MsgUpdateStakingRewardParams) XXX_Marshal ¶ added in v0.13.0
func (m *MsgUpdateStakingRewardParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUpdateStakingRewardParams) XXX_Merge ¶ added in v0.13.0
func (m *MsgUpdateStakingRewardParams) XXX_Merge(src proto.Message)
func (*MsgUpdateStakingRewardParams) XXX_Size ¶ added in v0.13.0
func (m *MsgUpdateStakingRewardParams) XXX_Size() int
func (*MsgUpdateStakingRewardParams) XXX_Unmarshal ¶ added in v0.13.0
func (m *MsgUpdateStakingRewardParams) XXX_Unmarshal(b []byte) error
type MsgUpdateStakingRewardParamsResponse ¶ added in v0.13.0
type MsgUpdateStakingRewardParamsResponse struct { }
func (*MsgUpdateStakingRewardParamsResponse) Descriptor ¶ added in v0.13.0
func (*MsgUpdateStakingRewardParamsResponse) Descriptor() ([]byte, []int)
func (*MsgUpdateStakingRewardParamsResponse) Marshal ¶ added in v0.13.0
func (m *MsgUpdateStakingRewardParamsResponse) Marshal() (dAtA []byte, err error)
func (*MsgUpdateStakingRewardParamsResponse) MarshalTo ¶ added in v0.13.0
func (m *MsgUpdateStakingRewardParamsResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgUpdateStakingRewardParamsResponse) MarshalToSizedBuffer ¶ added in v0.13.0
func (m *MsgUpdateStakingRewardParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUpdateStakingRewardParamsResponse) ProtoMessage ¶ added in v0.13.0
func (*MsgUpdateStakingRewardParamsResponse) ProtoMessage()
func (*MsgUpdateStakingRewardParamsResponse) Reset ¶ added in v0.13.0
func (m *MsgUpdateStakingRewardParamsResponse) Reset()
func (*MsgUpdateStakingRewardParamsResponse) Size ¶ added in v0.13.0
func (m *MsgUpdateStakingRewardParamsResponse) Size() (n int)
func (*MsgUpdateStakingRewardParamsResponse) String ¶ added in v0.13.0
func (m *MsgUpdateStakingRewardParamsResponse) String() string
func (*MsgUpdateStakingRewardParamsResponse) Unmarshal ¶ added in v0.13.0
func (m *MsgUpdateStakingRewardParamsResponse) Unmarshal(dAtA []byte) error
func (*MsgUpdateStakingRewardParamsResponse) XXX_DiscardUnknown ¶ added in v0.13.0
func (m *MsgUpdateStakingRewardParamsResponse) XXX_DiscardUnknown()
func (*MsgUpdateStakingRewardParamsResponse) XXX_Marshal ¶ added in v0.13.0
func (m *MsgUpdateStakingRewardParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUpdateStakingRewardParamsResponse) XXX_Merge ¶ added in v0.13.0
func (m *MsgUpdateStakingRewardParamsResponse) XXX_Merge(src proto.Message)
func (*MsgUpdateStakingRewardParamsResponse) XXX_Size ¶ added in v0.13.0
func (m *MsgUpdateStakingRewardParamsResponse) XXX_Size() int
func (*MsgUpdateStakingRewardParamsResponse) XXX_Unmarshal ¶ added in v0.13.0
func (m *MsgUpdateStakingRewardParamsResponse) XXX_Unmarshal(b []byte) error
type MsgUpdateSwapFeeParamsRequest ¶ added in v1.4.0
type MsgUpdateSwapFeeParamsRequest struct { Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty" yaml:"signer"` DefaultSwapFeeRate github_com_cosmos_cosmos_sdk_types.Dec `` /* 159-byte string literal not displayed */ TokenParams []*SwapFeeTokenParams `protobuf:"bytes,3,rep,name=token_params,json=tokenParams,proto3" json:"token_params,omitempty"` }
func (*MsgUpdateSwapFeeParamsRequest) Descriptor ¶ added in v1.4.0
func (*MsgUpdateSwapFeeParamsRequest) Descriptor() ([]byte, []int)
func (MsgUpdateSwapFeeParamsRequest) GetSignBytes ¶ added in v1.4.0
func (m MsgUpdateSwapFeeParamsRequest) GetSignBytes() []byte
func (*MsgUpdateSwapFeeParamsRequest) GetSigner ¶ added in v1.4.0
func (m *MsgUpdateSwapFeeParamsRequest) GetSigner() string
func (MsgUpdateSwapFeeParamsRequest) GetSigners ¶ added in v1.4.0
func (m MsgUpdateSwapFeeParamsRequest) GetSigners() []sdk.AccAddress
func (*MsgUpdateSwapFeeParamsRequest) GetTokenParams ¶ added in v1.4.0
func (m *MsgUpdateSwapFeeParamsRequest) GetTokenParams() []*SwapFeeTokenParams
func (*MsgUpdateSwapFeeParamsRequest) Marshal ¶ added in v1.4.0
func (m *MsgUpdateSwapFeeParamsRequest) Marshal() (dAtA []byte, err error)
func (*MsgUpdateSwapFeeParamsRequest) MarshalTo ¶ added in v1.4.0
func (m *MsgUpdateSwapFeeParamsRequest) MarshalTo(dAtA []byte) (int, error)
func (*MsgUpdateSwapFeeParamsRequest) MarshalToSizedBuffer ¶ added in v1.4.0
func (m *MsgUpdateSwapFeeParamsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUpdateSwapFeeParamsRequest) ProtoMessage ¶ added in v1.4.0
func (*MsgUpdateSwapFeeParamsRequest) ProtoMessage()
func (*MsgUpdateSwapFeeParamsRequest) Reset ¶ added in v1.4.0
func (m *MsgUpdateSwapFeeParamsRequest) Reset()
func (MsgUpdateSwapFeeParamsRequest) Route ¶ added in v1.4.0
func (m MsgUpdateSwapFeeParamsRequest) Route() string
func (*MsgUpdateSwapFeeParamsRequest) Size ¶ added in v1.4.0
func (m *MsgUpdateSwapFeeParamsRequest) Size() (n int)
func (*MsgUpdateSwapFeeParamsRequest) String ¶ added in v1.4.0
func (m *MsgUpdateSwapFeeParamsRequest) String() string
func (MsgUpdateSwapFeeParamsRequest) Type ¶ added in v1.4.0
func (m MsgUpdateSwapFeeParamsRequest) Type() string
func (*MsgUpdateSwapFeeParamsRequest) Unmarshal ¶ added in v1.4.0
func (m *MsgUpdateSwapFeeParamsRequest) Unmarshal(dAtA []byte) error
func (MsgUpdateSwapFeeParamsRequest) ValidateBasic ¶ added in v1.4.0
func (m MsgUpdateSwapFeeParamsRequest) ValidateBasic() error
func (*MsgUpdateSwapFeeParamsRequest) XXX_DiscardUnknown ¶ added in v1.4.0
func (m *MsgUpdateSwapFeeParamsRequest) XXX_DiscardUnknown()
func (*MsgUpdateSwapFeeParamsRequest) XXX_Marshal ¶ added in v1.4.0
func (m *MsgUpdateSwapFeeParamsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUpdateSwapFeeParamsRequest) XXX_Merge ¶ added in v1.4.0
func (m *MsgUpdateSwapFeeParamsRequest) XXX_Merge(src proto.Message)
func (*MsgUpdateSwapFeeParamsRequest) XXX_Size ¶ added in v1.4.0
func (m *MsgUpdateSwapFeeParamsRequest) XXX_Size() int
func (*MsgUpdateSwapFeeParamsRequest) XXX_Unmarshal ¶ added in v1.4.0
func (m *MsgUpdateSwapFeeParamsRequest) XXX_Unmarshal(b []byte) error
type MsgUpdateSwapFeeParamsResponse ¶ added in v1.4.0
type MsgUpdateSwapFeeParamsResponse struct { }
func (*MsgUpdateSwapFeeParamsResponse) Descriptor ¶ added in v1.4.0
func (*MsgUpdateSwapFeeParamsResponse) Descriptor() ([]byte, []int)
func (*MsgUpdateSwapFeeParamsResponse) Marshal ¶ added in v1.4.0
func (m *MsgUpdateSwapFeeParamsResponse) Marshal() (dAtA []byte, err error)
func (*MsgUpdateSwapFeeParamsResponse) MarshalTo ¶ added in v1.4.0
func (m *MsgUpdateSwapFeeParamsResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgUpdateSwapFeeParamsResponse) MarshalToSizedBuffer ¶ added in v1.4.0
func (m *MsgUpdateSwapFeeParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUpdateSwapFeeParamsResponse) ProtoMessage ¶ added in v1.4.0
func (*MsgUpdateSwapFeeParamsResponse) ProtoMessage()
func (*MsgUpdateSwapFeeParamsResponse) Reset ¶ added in v1.4.0
func (m *MsgUpdateSwapFeeParamsResponse) Reset()
func (*MsgUpdateSwapFeeParamsResponse) Size ¶ added in v1.4.0
func (m *MsgUpdateSwapFeeParamsResponse) Size() (n int)
func (*MsgUpdateSwapFeeParamsResponse) String ¶ added in v1.4.0
func (m *MsgUpdateSwapFeeParamsResponse) String() string
func (*MsgUpdateSwapFeeParamsResponse) Unmarshal ¶ added in v1.4.0
func (m *MsgUpdateSwapFeeParamsResponse) Unmarshal(dAtA []byte) error
func (*MsgUpdateSwapFeeParamsResponse) XXX_DiscardUnknown ¶ added in v1.4.0
func (m *MsgUpdateSwapFeeParamsResponse) XXX_DiscardUnknown()
func (*MsgUpdateSwapFeeParamsResponse) XXX_Marshal ¶ added in v1.4.0
func (m *MsgUpdateSwapFeeParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUpdateSwapFeeParamsResponse) XXX_Merge ¶ added in v1.4.0
func (m *MsgUpdateSwapFeeParamsResponse) XXX_Merge(src proto.Message)
func (*MsgUpdateSwapFeeParamsResponse) XXX_Size ¶ added in v1.4.0
func (m *MsgUpdateSwapFeeParamsResponse) XXX_Size() int
func (*MsgUpdateSwapFeeParamsResponse) XXX_Unmarshal ¶ added in v1.4.0
func (m *MsgUpdateSwapFeeParamsResponse) XXX_Unmarshal(b []byte) error
type ParamSubspace ¶
type ParamSubspace interface { WithKeyTable(table paramtypes.KeyTable) paramtypes.Subspace Get(ctx sdk.Context, key []byte, ptr interface{}) GetParamSet(ctx sdk.Context, ps paramtypes.ParamSet) SetParamSet(ctx sdk.Context, ps paramtypes.ParamSet) }
ParamSubspace defines the expected Subspace interfacace
type Params ¶
type Params struct { MinCreatePoolThreshold uint64 `` /* 132-byte string literal not displayed */ EnableRemovalQueue bool `protobuf:"varint,2,opt,name=enable_removal_queue,json=enableRemovalQueue,proto3" json:"enable_removal_queue,omitempty"` }
Params - used for initializing default parameter for clp at genesis
func DefaultParams ¶
func DefaultParams() Params
DefaultParams defines the parameters for this module
func (*Params) Descriptor ¶
func (*Params) GetEnableRemovalQueue ¶ added in v0.15.0
func (*Params) GetMinCreatePoolThreshold ¶
func (*Params) MarshalToSizedBuffer ¶
func (*Params) ParamSetPairs ¶
func (p *Params) ParamSetPairs() paramtypes.ParamSetPairs
ParamSetPairs - Implements params.ParamSet
func (*Params) ProtoMessage ¶
func (*Params) ProtoMessage()
func (*Params) XXX_DiscardUnknown ¶
func (m *Params) XXX_DiscardUnknown()
func (*Params) XXX_Marshal ¶
func (*Params) XXX_Unmarshal ¶
type ParamsReq ¶ added in v0.13.0
type ParamsReq struct { }
func (*ParamsReq) Descriptor ¶ added in v0.13.0
func (*ParamsReq) MarshalToSizedBuffer ¶ added in v0.13.0
func (*ParamsReq) ProtoMessage ¶ added in v0.13.0
func (*ParamsReq) ProtoMessage()
func (*ParamsReq) XXX_DiscardUnknown ¶ added in v0.13.0
func (m *ParamsReq) XXX_DiscardUnknown()
func (*ParamsReq) XXX_Marshal ¶ added in v0.13.0
func (*ParamsReq) XXX_Unmarshal ¶ added in v0.13.0
type ParamsRes ¶ added in v0.13.0
type ParamsRes struct { Params *Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"` SymmetryThreshold github_com_cosmos_cosmos_sdk_types.Dec `` /* 152-byte string literal not displayed */ SymmetryRatioThreshold github_com_cosmos_cosmos_sdk_types.Dec `` /* 169-byte string literal not displayed */ }
func (*ParamsRes) Descriptor ¶ added in v0.13.0
func (*ParamsRes) MarshalToSizedBuffer ¶ added in v0.13.0
func (*ParamsRes) ProtoMessage ¶ added in v0.13.0
func (*ParamsRes) ProtoMessage()
func (*ParamsRes) XXX_DiscardUnknown ¶ added in v0.13.0
func (m *ParamsRes) XXX_DiscardUnknown()
func (*ParamsRes) XXX_Marshal ¶ added in v0.13.0
func (*ParamsRes) XXX_Unmarshal ¶ added in v0.13.0
type PmtpEpoch ¶ added in v0.13.0
type PmtpEpoch struct { EpochCounter int64 `protobuf:"varint,1,opt,name=epoch_counter,json=epochCounter,proto3" json:"epoch_counter,omitempty"` BlockCounter int64 `protobuf:"varint,2,opt,name=block_counter,json=blockCounter,proto3" json:"block_counter,omitempty"` }
func (*PmtpEpoch) Descriptor ¶ added in v0.13.0
func (*PmtpEpoch) GetBlockCounter ¶ added in v0.13.0
func (*PmtpEpoch) GetEpochCounter ¶ added in v0.13.0
func (*PmtpEpoch) MarshalToSizedBuffer ¶ added in v0.13.0
func (*PmtpEpoch) ProtoMessage ¶ added in v0.13.0
func (*PmtpEpoch) ProtoMessage()
func (*PmtpEpoch) XXX_DiscardUnknown ¶ added in v0.13.0
func (m *PmtpEpoch) XXX_DiscardUnknown()
func (*PmtpEpoch) XXX_Marshal ¶ added in v0.13.0
func (*PmtpEpoch) XXX_Unmarshal ¶ added in v0.13.0
type PmtpParams ¶ added in v0.13.0
type PmtpParams struct { PmtpPeriodGovernanceRate github_com_cosmos_cosmos_sdk_types.Dec `` /* 177-byte string literal not displayed */ PmtpPeriodEpochLength int64 `` /* 129-byte string literal not displayed */ PmtpPeriodStartBlock int64 `` /* 126-byte string literal not displayed */ PmtpPeriodEndBlock int64 `protobuf:"varint,4,opt,name=pmtp_period_end_block,json=pmtpPeriodEndBlock,proto3" json:"pmtp_period_end_block,omitempty"` }
func GetDefaultPmtpParams ¶ added in v0.13.0
func GetDefaultPmtpParams() *PmtpParams
func (*PmtpParams) Descriptor ¶ added in v0.13.0
func (*PmtpParams) Descriptor() ([]byte, []int)
func (*PmtpParams) GetPmtpPeriodEndBlock ¶ added in v0.13.0
func (m *PmtpParams) GetPmtpPeriodEndBlock() int64
func (*PmtpParams) GetPmtpPeriodEpochLength ¶ added in v0.13.0
func (m *PmtpParams) GetPmtpPeriodEpochLength() int64
func (*PmtpParams) GetPmtpPeriodStartBlock ¶ added in v0.13.0
func (m *PmtpParams) GetPmtpPeriodStartBlock() int64
func (*PmtpParams) Marshal ¶ added in v0.13.0
func (m *PmtpParams) Marshal() (dAtA []byte, err error)
func (*PmtpParams) MarshalTo ¶ added in v0.13.0
func (m *PmtpParams) MarshalTo(dAtA []byte) (int, error)
func (*PmtpParams) MarshalToSizedBuffer ¶ added in v0.13.0
func (m *PmtpParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*PmtpParams) ProtoMessage ¶ added in v0.13.0
func (*PmtpParams) ProtoMessage()
func (*PmtpParams) Reset ¶ added in v0.13.0
func (m *PmtpParams) Reset()
func (*PmtpParams) Size ¶ added in v0.13.0
func (m *PmtpParams) Size() (n int)
func (*PmtpParams) String ¶ added in v0.13.0
func (m *PmtpParams) String() string
func (*PmtpParams) Unmarshal ¶ added in v0.13.0
func (m *PmtpParams) Unmarshal(dAtA []byte) error
func (*PmtpParams) XXX_DiscardUnknown ¶ added in v0.13.0
func (m *PmtpParams) XXX_DiscardUnknown()
func (*PmtpParams) XXX_Marshal ¶ added in v0.13.0
func (m *PmtpParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PmtpParams) XXX_Merge ¶ added in v0.13.0
func (m *PmtpParams) XXX_Merge(src proto.Message)
func (*PmtpParams) XXX_Size ¶ added in v0.13.0
func (m *PmtpParams) XXX_Size() int
func (*PmtpParams) XXX_Unmarshal ¶ added in v0.13.0
func (m *PmtpParams) XXX_Unmarshal(b []byte) error
type PmtpParamsReq ¶ added in v0.13.0
type PmtpParamsReq struct { }
func (*PmtpParamsReq) Descriptor ¶ added in v0.13.0
func (*PmtpParamsReq) Descriptor() ([]byte, []int)
func (*PmtpParamsReq) Marshal ¶ added in v0.13.0
func (m *PmtpParamsReq) Marshal() (dAtA []byte, err error)
func (*PmtpParamsReq) MarshalTo ¶ added in v0.13.0
func (m *PmtpParamsReq) MarshalTo(dAtA []byte) (int, error)
func (*PmtpParamsReq) MarshalToSizedBuffer ¶ added in v0.13.0
func (m *PmtpParamsReq) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*PmtpParamsReq) ProtoMessage ¶ added in v0.13.0
func (*PmtpParamsReq) ProtoMessage()
func (*PmtpParamsReq) Reset ¶ added in v0.13.0
func (m *PmtpParamsReq) Reset()
func (*PmtpParamsReq) Size ¶ added in v0.13.0
func (m *PmtpParamsReq) Size() (n int)
func (*PmtpParamsReq) String ¶ added in v0.13.0
func (m *PmtpParamsReq) String() string
func (*PmtpParamsReq) Unmarshal ¶ added in v0.13.0
func (m *PmtpParamsReq) Unmarshal(dAtA []byte) error
func (*PmtpParamsReq) XXX_DiscardUnknown ¶ added in v0.13.0
func (m *PmtpParamsReq) XXX_DiscardUnknown()
func (*PmtpParamsReq) XXX_Marshal ¶ added in v0.13.0
func (m *PmtpParamsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PmtpParamsReq) XXX_Merge ¶ added in v0.13.0
func (m *PmtpParamsReq) XXX_Merge(src proto.Message)
func (*PmtpParamsReq) XXX_Size ¶ added in v0.13.0
func (m *PmtpParamsReq) XXX_Size() int
func (*PmtpParamsReq) XXX_Unmarshal ¶ added in v0.13.0
func (m *PmtpParamsReq) XXX_Unmarshal(b []byte) error
type PmtpParamsRes ¶ added in v0.13.0
type PmtpParamsRes struct { Params *PmtpParams `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"` PmtpRateParams *PmtpRateParams `protobuf:"bytes,2,opt,name=pmtp_rate_params,json=pmtpRateParams,proto3" json:"pmtp_rate_params,omitempty"` PmtpEpoch *PmtpEpoch `protobuf:"bytes,3,opt,name=pmtp_epoch,json=pmtpEpoch,proto3" json:"pmtp_epoch,omitempty"` Height int64 `protobuf:"varint,4,opt,name=height,proto3" json:"height,omitempty"` }
func NewPmtpParamsResponse ¶ added in v0.13.0
func NewPmtpParamsResponse(params *PmtpParams, pmtpRateParams PmtpRateParams, pmtpEpoch PmtpEpoch, height int64) PmtpParamsRes
func (*PmtpParamsRes) Descriptor ¶ added in v0.13.0
func (*PmtpParamsRes) Descriptor() ([]byte, []int)
func (*PmtpParamsRes) GetHeight ¶ added in v0.13.0
func (m *PmtpParamsRes) GetHeight() int64
func (*PmtpParamsRes) GetParams ¶ added in v0.13.0
func (m *PmtpParamsRes) GetParams() *PmtpParams
func (*PmtpParamsRes) GetPmtpEpoch ¶ added in v0.13.0
func (m *PmtpParamsRes) GetPmtpEpoch() *PmtpEpoch
func (*PmtpParamsRes) GetPmtpRateParams ¶ added in v0.13.0
func (m *PmtpParamsRes) GetPmtpRateParams() *PmtpRateParams
func (*PmtpParamsRes) Marshal ¶ added in v0.13.0
func (m *PmtpParamsRes) Marshal() (dAtA []byte, err error)
func (*PmtpParamsRes) MarshalTo ¶ added in v0.13.0
func (m *PmtpParamsRes) MarshalTo(dAtA []byte) (int, error)
func (*PmtpParamsRes) MarshalToSizedBuffer ¶ added in v0.13.0
func (m *PmtpParamsRes) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*PmtpParamsRes) ProtoMessage ¶ added in v0.13.0
func (*PmtpParamsRes) ProtoMessage()
func (*PmtpParamsRes) Reset ¶ added in v0.13.0
func (m *PmtpParamsRes) Reset()
func (*PmtpParamsRes) Size ¶ added in v0.13.0
func (m *PmtpParamsRes) Size() (n int)
func (*PmtpParamsRes) String ¶ added in v0.13.0
func (m *PmtpParamsRes) String() string
func (*PmtpParamsRes) Unmarshal ¶ added in v0.13.0
func (m *PmtpParamsRes) Unmarshal(dAtA []byte) error
func (*PmtpParamsRes) XXX_DiscardUnknown ¶ added in v0.13.0
func (m *PmtpParamsRes) XXX_DiscardUnknown()
func (*PmtpParamsRes) XXX_Marshal ¶ added in v0.13.0
func (m *PmtpParamsRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PmtpParamsRes) XXX_Merge ¶ added in v0.13.0
func (m *PmtpParamsRes) XXX_Merge(src proto.Message)
func (*PmtpParamsRes) XXX_Size ¶ added in v0.13.0
func (m *PmtpParamsRes) XXX_Size() int
func (*PmtpParamsRes) XXX_Unmarshal ¶ added in v0.13.0
func (m *PmtpParamsRes) XXX_Unmarshal(b []byte) error
type PmtpRateParams ¶ added in v0.13.0
type PmtpRateParams struct { PmtpPeriodBlockRate github_com_cosmos_cosmos_sdk_types.Dec `` /* 162-byte string literal not displayed */ PmtpCurrentRunningRate github_com_cosmos_cosmos_sdk_types.Dec `` /* 171-byte string literal not displayed */ PmtpInterPolicyRate github_com_cosmos_cosmos_sdk_types.Dec `` /* 162-byte string literal not displayed */ }
These params are non-governable and are calculated on chain
func (*PmtpRateParams) Descriptor ¶ added in v0.13.0
func (*PmtpRateParams) Descriptor() ([]byte, []int)
func (*PmtpRateParams) Marshal ¶ added in v0.13.0
func (m *PmtpRateParams) Marshal() (dAtA []byte, err error)
func (*PmtpRateParams) MarshalTo ¶ added in v0.13.0
func (m *PmtpRateParams) MarshalTo(dAtA []byte) (int, error)
func (*PmtpRateParams) MarshalToSizedBuffer ¶ added in v0.13.0
func (m *PmtpRateParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*PmtpRateParams) ProtoMessage ¶ added in v0.13.0
func (*PmtpRateParams) ProtoMessage()
func (*PmtpRateParams) Reset ¶ added in v0.13.0
func (m *PmtpRateParams) Reset()
func (*PmtpRateParams) Size ¶ added in v0.13.0
func (m *PmtpRateParams) Size() (n int)
func (*PmtpRateParams) String ¶ added in v0.13.0
func (m *PmtpRateParams) String() string
func (*PmtpRateParams) Unmarshal ¶ added in v0.13.0
func (m *PmtpRateParams) Unmarshal(dAtA []byte) error
func (*PmtpRateParams) XXX_DiscardUnknown ¶ added in v0.13.0
func (m *PmtpRateParams) XXX_DiscardUnknown()
func (*PmtpRateParams) XXX_Marshal ¶ added in v0.13.0
func (m *PmtpRateParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PmtpRateParams) XXX_Merge ¶ added in v0.13.0
func (m *PmtpRateParams) XXX_Merge(src proto.Message)
func (*PmtpRateParams) XXX_Size ¶ added in v0.13.0
func (m *PmtpRateParams) XXX_Size() int
func (*PmtpRateParams) XXX_Unmarshal ¶ added in v0.13.0
func (m *PmtpRateParams) XXX_Unmarshal(b []byte) error
type Pool ¶
type Pool struct { ExternalAsset *Asset `protobuf:"bytes,1,opt,name=external_asset,json=externalAsset,proto3" json:"external_asset,omitempty"` NativeAssetBalance github_com_cosmos_cosmos_sdk_types.Uint `` /* 186-byte string literal not displayed */ ExternalAssetBalance github_com_cosmos_cosmos_sdk_types.Uint `` /* 194-byte string literal not displayed */ PoolUnits github_com_cosmos_cosmos_sdk_types.Uint `` /* 147-byte string literal not displayed */ SwapPriceNative *github_com_cosmos_cosmos_sdk_types.Dec `` /* 184-byte string literal not displayed */ SwapPriceExternal *github_com_cosmos_cosmos_sdk_types.Dec `` /* 192-byte string literal not displayed */ RewardPeriodNativeDistributed github_com_cosmos_cosmos_sdk_types.Uint `` /* 233-byte string literal not displayed */ ExternalLiabilities github_com_cosmos_cosmos_sdk_types.Uint `` /* 159-byte string literal not displayed */ ExternalCustody github_com_cosmos_cosmos_sdk_types.Uint `` /* 147-byte string literal not displayed */ NativeLiabilities github_com_cosmos_cosmos_sdk_types.Uint `` /* 154-byte string literal not displayed */ NativeCustody github_com_cosmos_cosmos_sdk_types.Uint `` /* 142-byte string literal not displayed */ Health github_com_cosmos_cosmos_sdk_types.Dec `protobuf:"bytes,12,opt,name=health,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Dec" json:"health"` InterestRate github_com_cosmos_cosmos_sdk_types.Dec `` /* 138-byte string literal not displayed */ LastHeightInterestRateComputed int64 `` /* 159-byte string literal not displayed */ UnsettledExternalLiabilities github_com_cosmos_cosmos_sdk_types.Uint `` /* 189-byte string literal not displayed */ UnsettledNativeLiabilities github_com_cosmos_cosmos_sdk_types.Uint `` /* 183-byte string literal not displayed */ BlockInterestNative github_com_cosmos_cosmos_sdk_types.Uint `` /* 162-byte string literal not displayed */ BlockInterestExternal github_com_cosmos_cosmos_sdk_types.Uint `` /* 168-byte string literal not displayed */ }
func NewPool ¶
func NewPool(externalAsset *Asset, nativeAssetBalance, externalAssetBalance, poolUnits sdk.Uint) Pool
NewPool returns a new Pool
func (*Pool) Descriptor ¶
func (*Pool) ExtractDebt ¶ added in v1.4.0
func (*Pool) ExtractValues ¶ added in v0.14.0
func (*Pool) GetExternalAsset ¶
func (*Pool) GetLastHeightInterestRateComputed ¶ added in v1.4.0
func (*Pool) ProtoMessage ¶
func (*Pool) ProtoMessage()
func (*Pool) UpdateBalances ¶ added in v0.14.0
func (*Pool) XXX_DiscardUnknown ¶
func (m *Pool) XXX_DiscardUnknown()
func (*Pool) XXX_Unmarshal ¶
type PoolMultiplier ¶ added in v0.13.0
type PoolMultiplier struct { PoolMultiplierAsset string `protobuf:"bytes,1,opt,name=pool_multiplier_asset,json=poolMultiplierAsset,proto3" json:"pool_multiplier_asset,omitempty"` Multiplier *github_com_cosmos_cosmos_sdk_types.Dec `protobuf:"bytes,2,opt,name=multiplier,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Dec" json:"multiplier,omitempty"` }
func (*PoolMultiplier) Descriptor ¶ added in v0.13.0
func (*PoolMultiplier) Descriptor() ([]byte, []int)
func (*PoolMultiplier) GetPoolMultiplierAsset ¶ added in v0.13.0
func (m *PoolMultiplier) GetPoolMultiplierAsset() string
func (*PoolMultiplier) Marshal ¶ added in v0.13.0
func (m *PoolMultiplier) Marshal() (dAtA []byte, err error)
func (*PoolMultiplier) MarshalTo ¶ added in v0.13.0
func (m *PoolMultiplier) MarshalTo(dAtA []byte) (int, error)
func (*PoolMultiplier) MarshalToSizedBuffer ¶ added in v0.13.0
func (m *PoolMultiplier) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*PoolMultiplier) ProtoMessage ¶ added in v0.13.0
func (*PoolMultiplier) ProtoMessage()
func (*PoolMultiplier) Reset ¶ added in v0.13.0
func (m *PoolMultiplier) Reset()
func (*PoolMultiplier) Size ¶ added in v0.13.0
func (m *PoolMultiplier) Size() (n int)
func (*PoolMultiplier) String ¶ added in v0.13.0
func (m *PoolMultiplier) String() string
func (*PoolMultiplier) Unmarshal ¶ added in v0.13.0
func (m *PoolMultiplier) Unmarshal(dAtA []byte) error
func (*PoolMultiplier) XXX_DiscardUnknown ¶ added in v0.13.0
func (m *PoolMultiplier) XXX_DiscardUnknown()
func (*PoolMultiplier) XXX_Marshal ¶ added in v0.13.0
func (m *PoolMultiplier) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PoolMultiplier) XXX_Merge ¶ added in v0.13.0
func (m *PoolMultiplier) XXX_Merge(src proto.Message)
func (*PoolMultiplier) XXX_Size ¶ added in v0.13.0
func (m *PoolMultiplier) XXX_Size() int
func (*PoolMultiplier) XXX_Unmarshal ¶ added in v0.13.0
func (m *PoolMultiplier) XXX_Unmarshal(b []byte) error
type PoolReq ¶
type PoolReq struct {
Symbol string `protobuf:"bytes,1,opt,name=symbol,proto3" json:"symbol,omitempty"`
}
func NewQueryReqGetPool ¶
func (*PoolReq) Descriptor ¶
func (*PoolReq) MarshalToSizedBuffer ¶
func (*PoolReq) ProtoMessage ¶
func (*PoolReq) ProtoMessage()
func (*PoolReq) XXX_DiscardUnknown ¶
func (m *PoolReq) XXX_DiscardUnknown()
func (*PoolReq) XXX_Marshal ¶
func (*PoolReq) XXX_Unmarshal ¶
type PoolRes ¶
type PoolRes struct { Pool *Pool `protobuf:"bytes,1,opt,name=pool,proto3" json:"pool,omitempty"` ClpModuleAddress string `protobuf:"bytes,2,opt,name=clp_module_address,json=clpModuleAddress,proto3" json:"clp_module_address,omitempty"` Height int64 `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"` }
func (*PoolRes) Descriptor ¶
func (*PoolRes) GetClpModuleAddress ¶
func (*PoolRes) MarshalToSizedBuffer ¶
func (*PoolRes) ProtoMessage ¶
func (*PoolRes) ProtoMessage()
func (*PoolRes) XXX_DiscardUnknown ¶
func (m *PoolRes) XXX_DiscardUnknown()
func (*PoolRes) XXX_Marshal ¶
func (*PoolRes) XXX_Unmarshal ¶
type PoolsReq ¶
type PoolsReq struct {
Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}
func (*PoolsReq) Descriptor ¶
func (*PoolsReq) GetPagination ¶
func (m *PoolsReq) GetPagination() *query.PageRequest
func (*PoolsReq) MarshalToSizedBuffer ¶
func (*PoolsReq) ProtoMessage ¶
func (*PoolsReq) ProtoMessage()
func (*PoolsReq) XXX_DiscardUnknown ¶
func (m *PoolsReq) XXX_DiscardUnknown()
func (*PoolsReq) XXX_Marshal ¶
func (*PoolsReq) XXX_Unmarshal ¶
type PoolsRes ¶
type PoolsRes struct { Pools []*Pool `protobuf:"bytes,1,rep,name=pools,proto3" json:"pools,omitempty"` ClpModuleAddress string `protobuf:"bytes,2,opt,name=clp_module_address,json=clpModuleAddress,proto3" json:"clp_module_address,omitempty"` Height int64 `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"` Pagination *query.PageResponse `protobuf:"bytes,4,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*PoolsRes) Descriptor ¶
func (*PoolsRes) GetClpModuleAddress ¶
func (*PoolsRes) GetPagination ¶
func (m *PoolsRes) GetPagination() *query.PageResponse
func (*PoolsRes) MarshalToSizedBuffer ¶
func (*PoolsRes) ProtoMessage ¶
func (*PoolsRes) ProtoMessage()
func (*PoolsRes) XXX_DiscardUnknown ¶
func (m *PoolsRes) XXX_DiscardUnknown()
func (*PoolsRes) XXX_Marshal ¶
func (*PoolsRes) XXX_Unmarshal ¶
type ProviderDistributionParams ¶ added in v0.13.4
type ProviderDistributionParams struct {
DistributionPeriods []*ProviderDistributionPeriod `protobuf:"bytes,1,rep,name=distribution_periods,json=distributionPeriods,proto3" json:"distribution_periods,omitempty"`
}
func (*ProviderDistributionParams) Descriptor ¶ added in v0.13.4
func (*ProviderDistributionParams) Descriptor() ([]byte, []int)
func (*ProviderDistributionParams) GetDistributionPeriods ¶ added in v0.13.4
func (m *ProviderDistributionParams) GetDistributionPeriods() []*ProviderDistributionPeriod
func (*ProviderDistributionParams) Marshal ¶ added in v0.13.4
func (m *ProviderDistributionParams) Marshal() (dAtA []byte, err error)
func (*ProviderDistributionParams) MarshalTo ¶ added in v0.13.4
func (m *ProviderDistributionParams) MarshalTo(dAtA []byte) (int, error)
func (*ProviderDistributionParams) MarshalToSizedBuffer ¶ added in v0.13.4
func (m *ProviderDistributionParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ProviderDistributionParams) ProtoMessage ¶ added in v0.13.4
func (*ProviderDistributionParams) ProtoMessage()
func (*ProviderDistributionParams) Reset ¶ added in v0.13.4
func (m *ProviderDistributionParams) Reset()
func (*ProviderDistributionParams) Size ¶ added in v0.13.4
func (m *ProviderDistributionParams) Size() (n int)
func (*ProviderDistributionParams) String ¶ added in v0.13.4
func (m *ProviderDistributionParams) String() string
func (*ProviderDistributionParams) Unmarshal ¶ added in v0.13.4
func (m *ProviderDistributionParams) Unmarshal(dAtA []byte) error
func (*ProviderDistributionParams) XXX_DiscardUnknown ¶ added in v0.13.4
func (m *ProviderDistributionParams) XXX_DiscardUnknown()
func (*ProviderDistributionParams) XXX_Marshal ¶ added in v0.13.4
func (m *ProviderDistributionParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ProviderDistributionParams) XXX_Merge ¶ added in v0.13.4
func (m *ProviderDistributionParams) XXX_Merge(src proto.Message)
func (*ProviderDistributionParams) XXX_Size ¶ added in v0.13.4
func (m *ProviderDistributionParams) XXX_Size() int
func (*ProviderDistributionParams) XXX_Unmarshal ¶ added in v0.13.4
func (m *ProviderDistributionParams) XXX_Unmarshal(b []byte) error
type ProviderDistributionParamsReq ¶ added in v0.13.4
type ProviderDistributionParamsReq struct { }
func (*ProviderDistributionParamsReq) Descriptor ¶ added in v0.13.4
func (*ProviderDistributionParamsReq) Descriptor() ([]byte, []int)
func (*ProviderDistributionParamsReq) Marshal ¶ added in v0.13.4
func (m *ProviderDistributionParamsReq) Marshal() (dAtA []byte, err error)
func (*ProviderDistributionParamsReq) MarshalTo ¶ added in v0.13.4
func (m *ProviderDistributionParamsReq) MarshalTo(dAtA []byte) (int, error)
func (*ProviderDistributionParamsReq) MarshalToSizedBuffer ¶ added in v0.13.4
func (m *ProviderDistributionParamsReq) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ProviderDistributionParamsReq) ProtoMessage ¶ added in v0.13.4
func (*ProviderDistributionParamsReq) ProtoMessage()
func (*ProviderDistributionParamsReq) Reset ¶ added in v0.13.4
func (m *ProviderDistributionParamsReq) Reset()
func (*ProviderDistributionParamsReq) Size ¶ added in v0.13.4
func (m *ProviderDistributionParamsReq) Size() (n int)
func (*ProviderDistributionParamsReq) String ¶ added in v0.13.4
func (m *ProviderDistributionParamsReq) String() string
func (*ProviderDistributionParamsReq) Unmarshal ¶ added in v0.13.4
func (m *ProviderDistributionParamsReq) Unmarshal(dAtA []byte) error
func (*ProviderDistributionParamsReq) XXX_DiscardUnknown ¶ added in v0.13.4
func (m *ProviderDistributionParamsReq) XXX_DiscardUnknown()
func (*ProviderDistributionParamsReq) XXX_Marshal ¶ added in v0.13.4
func (m *ProviderDistributionParamsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ProviderDistributionParamsReq) XXX_Merge ¶ added in v0.13.4
func (m *ProviderDistributionParamsReq) XXX_Merge(src proto.Message)
func (*ProviderDistributionParamsReq) XXX_Size ¶ added in v0.13.4
func (m *ProviderDistributionParamsReq) XXX_Size() int
func (*ProviderDistributionParamsReq) XXX_Unmarshal ¶ added in v0.13.4
func (m *ProviderDistributionParamsReq) XXX_Unmarshal(b []byte) error
type ProviderDistributionParamsRes ¶ added in v0.13.4
type ProviderDistributionParamsRes struct {
Params *ProviderDistributionParams `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"`
}
func (*ProviderDistributionParamsRes) Descriptor ¶ added in v0.13.4
func (*ProviderDistributionParamsRes) Descriptor() ([]byte, []int)
func (*ProviderDistributionParamsRes) GetParams ¶ added in v0.13.4
func (m *ProviderDistributionParamsRes) GetParams() *ProviderDistributionParams
func (*ProviderDistributionParamsRes) Marshal ¶ added in v0.13.4
func (m *ProviderDistributionParamsRes) Marshal() (dAtA []byte, err error)
func (*ProviderDistributionParamsRes) MarshalTo ¶ added in v0.13.4
func (m *ProviderDistributionParamsRes) MarshalTo(dAtA []byte) (int, error)
func (*ProviderDistributionParamsRes) MarshalToSizedBuffer ¶ added in v0.13.4
func (m *ProviderDistributionParamsRes) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ProviderDistributionParamsRes) ProtoMessage ¶ added in v0.13.4
func (*ProviderDistributionParamsRes) ProtoMessage()
func (*ProviderDistributionParamsRes) Reset ¶ added in v0.13.4
func (m *ProviderDistributionParamsRes) Reset()
func (*ProviderDistributionParamsRes) Size ¶ added in v0.13.4
func (m *ProviderDistributionParamsRes) Size() (n int)
func (*ProviderDistributionParamsRes) String ¶ added in v0.13.4
func (m *ProviderDistributionParamsRes) String() string
func (*ProviderDistributionParamsRes) Unmarshal ¶ added in v0.13.4
func (m *ProviderDistributionParamsRes) Unmarshal(dAtA []byte) error
func (*ProviderDistributionParamsRes) XXX_DiscardUnknown ¶ added in v0.13.4
func (m *ProviderDistributionParamsRes) XXX_DiscardUnknown()
func (*ProviderDistributionParamsRes) XXX_Marshal ¶ added in v0.13.4
func (m *ProviderDistributionParamsRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ProviderDistributionParamsRes) XXX_Merge ¶ added in v0.13.4
func (m *ProviderDistributionParamsRes) XXX_Merge(src proto.Message)
func (*ProviderDistributionParamsRes) XXX_Size ¶ added in v0.13.4
func (m *ProviderDistributionParamsRes) XXX_Size() int
func (*ProviderDistributionParamsRes) XXX_Unmarshal ¶ added in v0.13.4
func (m *ProviderDistributionParamsRes) XXX_Unmarshal(b []byte) error
type ProviderDistributionPeriod ¶ added in v0.13.4
type ProviderDistributionPeriod struct { DistributionPeriodBlockRate github_com_cosmos_cosmos_sdk_types.Dec `` /* 186-byte string literal not displayed */ DistributionPeriodStartBlock uint64 `` /* 150-byte string literal not displayed */ DistributionPeriodEndBlock uint64 `` /* 144-byte string literal not displayed */ DistributionPeriodMod uint64 `` /* 127-byte string literal not displayed */ }
func (*ProviderDistributionPeriod) Descriptor ¶ added in v0.13.4
func (*ProviderDistributionPeriod) Descriptor() ([]byte, []int)
func (*ProviderDistributionPeriod) GetDistributionPeriodEndBlock ¶ added in v0.13.4
func (m *ProviderDistributionPeriod) GetDistributionPeriodEndBlock() uint64
func (*ProviderDistributionPeriod) GetDistributionPeriodMod ¶ added in v0.13.4
func (m *ProviderDistributionPeriod) GetDistributionPeriodMod() uint64
func (*ProviderDistributionPeriod) GetDistributionPeriodStartBlock ¶ added in v0.13.4
func (m *ProviderDistributionPeriod) GetDistributionPeriodStartBlock() uint64
func (*ProviderDistributionPeriod) Marshal ¶ added in v0.13.4
func (m *ProviderDistributionPeriod) Marshal() (dAtA []byte, err error)
func (*ProviderDistributionPeriod) MarshalTo ¶ added in v0.13.4
func (m *ProviderDistributionPeriod) MarshalTo(dAtA []byte) (int, error)
func (*ProviderDistributionPeriod) MarshalToSizedBuffer ¶ added in v0.13.4
func (m *ProviderDistributionPeriod) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ProviderDistributionPeriod) ProtoMessage ¶ added in v0.13.4
func (*ProviderDistributionPeriod) ProtoMessage()
func (*ProviderDistributionPeriod) Reset ¶ added in v0.13.4
func (m *ProviderDistributionPeriod) Reset()
func (*ProviderDistributionPeriod) Size ¶ added in v0.13.4
func (m *ProviderDistributionPeriod) Size() (n int)
func (*ProviderDistributionPeriod) String ¶ added in v0.13.4
func (m *ProviderDistributionPeriod) String() string
func (*ProviderDistributionPeriod) Unmarshal ¶ added in v0.13.4
func (m *ProviderDistributionPeriod) Unmarshal(dAtA []byte) error
func (*ProviderDistributionPeriod) XXX_DiscardUnknown ¶ added in v0.13.4
func (m *ProviderDistributionPeriod) XXX_DiscardUnknown()
func (*ProviderDistributionPeriod) XXX_Marshal ¶ added in v0.13.4
func (m *ProviderDistributionPeriod) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ProviderDistributionPeriod) XXX_Merge ¶ added in v0.13.4
func (m *ProviderDistributionPeriod) XXX_Merge(src proto.Message)
func (*ProviderDistributionPeriod) XXX_Size ¶ added in v0.13.4
func (m *ProviderDistributionPeriod) XXX_Size() int
func (*ProviderDistributionPeriod) XXX_Unmarshal ¶ added in v0.13.4
func (m *ProviderDistributionPeriod) XXX_Unmarshal(b []byte) error
type QueryClient ¶
type QueryClient interface { GetPool(ctx context.Context, in *PoolReq, opts ...grpc.CallOption) (*PoolRes, error) GetPools(ctx context.Context, in *PoolsReq, opts ...grpc.CallOption) (*PoolsRes, error) GetLiquidityProvider(ctx context.Context, in *LiquidityProviderReq, opts ...grpc.CallOption) (*LiquidityProviderRes, error) GetLiquidityProviderData(ctx context.Context, in *LiquidityProviderDataReq, opts ...grpc.CallOption) (*LiquidityProviderDataRes, error) GetAssetList(ctx context.Context, in *AssetListReq, opts ...grpc.CallOption) (*AssetListRes, error) GetLiquidityProviders(ctx context.Context, in *LiquidityProvidersReq, opts ...grpc.CallOption) (*LiquidityProvidersRes, error) GetLiquidityProviderList(ctx context.Context, in *LiquidityProviderListReq, opts ...grpc.CallOption) (*LiquidityProviderListRes, error) GetParams(ctx context.Context, in *ParamsReq, opts ...grpc.CallOption) (*ParamsRes, error) GetRewardParams(ctx context.Context, in *RewardParamsReq, opts ...grpc.CallOption) (*RewardParamsRes, error) GetPmtpParams(ctx context.Context, in *PmtpParamsReq, opts ...grpc.CallOption) (*PmtpParamsRes, error) GetLiquidityProtectionParams(ctx context.Context, in *LiquidityProtectionParamsReq, opts ...grpc.CallOption) (*LiquidityProtectionParamsRes, error) GetProviderDistributionParams(ctx context.Context, in *ProviderDistributionParamsReq, opts ...grpc.CallOption) (*ProviderDistributionParamsRes, error) GetSwapFeeParams(ctx context.Context, in *SwapFeeParamsReq, opts ...grpc.CallOption) (*SwapFeeParamsRes, 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 QueryServer ¶
type QueryServer interface { GetPool(context.Context, *PoolReq) (*PoolRes, error) GetPools(context.Context, *PoolsReq) (*PoolsRes, error) GetLiquidityProvider(context.Context, *LiquidityProviderReq) (*LiquidityProviderRes, error) GetLiquidityProviderData(context.Context, *LiquidityProviderDataReq) (*LiquidityProviderDataRes, error) GetAssetList(context.Context, *AssetListReq) (*AssetListRes, error) GetLiquidityProviders(context.Context, *LiquidityProvidersReq) (*LiquidityProvidersRes, error) GetLiquidityProviderList(context.Context, *LiquidityProviderListReq) (*LiquidityProviderListRes, error) GetParams(context.Context, *ParamsReq) (*ParamsRes, error) GetRewardParams(context.Context, *RewardParamsReq) (*RewardParamsRes, error) GetPmtpParams(context.Context, *PmtpParamsReq) (*PmtpParamsRes, error) GetLiquidityProtectionParams(context.Context, *LiquidityProtectionParamsReq) (*LiquidityProtectionParamsRes, error) GetProviderDistributionParams(context.Context, *ProviderDistributionParamsReq) (*ProviderDistributionParamsRes, error) GetSwapFeeParams(context.Context, *SwapFeeParamsReq) (*SwapFeeParamsRes, error) }
QueryServer is the server API for Query service.
type RemovalQueue ¶ added in v0.15.0
type RemovalQueue struct { Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"` StartHeight int64 `protobuf:"varint,3,opt,name=start_height,json=startHeight,proto3" json:"start_height,omitempty"` TotalValue github_com_cosmos_cosmos_sdk_types.Uint `` /* 132-byte string literal not displayed */ }
func (*RemovalQueue) Descriptor ¶ added in v0.15.0
func (*RemovalQueue) Descriptor() ([]byte, []int)
func (*RemovalQueue) GetCount ¶ added in v0.15.0
func (m *RemovalQueue) GetCount() int64
func (*RemovalQueue) GetId ¶ added in v0.15.0
func (m *RemovalQueue) GetId() int64
func (*RemovalQueue) GetStartHeight ¶ added in v0.15.0
func (m *RemovalQueue) GetStartHeight() int64
func (*RemovalQueue) Marshal ¶ added in v0.15.0
func (m *RemovalQueue) Marshal() (dAtA []byte, err error)
func (*RemovalQueue) MarshalTo ¶ added in v0.15.0
func (m *RemovalQueue) MarshalTo(dAtA []byte) (int, error)
func (*RemovalQueue) MarshalToSizedBuffer ¶ added in v0.15.0
func (m *RemovalQueue) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RemovalQueue) ProtoMessage ¶ added in v0.15.0
func (*RemovalQueue) ProtoMessage()
func (*RemovalQueue) Reset ¶ added in v0.15.0
func (m *RemovalQueue) Reset()
func (*RemovalQueue) Size ¶ added in v0.15.0
func (m *RemovalQueue) Size() (n int)
func (*RemovalQueue) String ¶ added in v0.15.0
func (m *RemovalQueue) String() string
func (*RemovalQueue) Unmarshal ¶ added in v0.15.0
func (m *RemovalQueue) Unmarshal(dAtA []byte) error
func (*RemovalQueue) XXX_DiscardUnknown ¶ added in v0.15.0
func (m *RemovalQueue) XXX_DiscardUnknown()
func (*RemovalQueue) XXX_Marshal ¶ added in v0.15.0
func (m *RemovalQueue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RemovalQueue) XXX_Merge ¶ added in v0.15.0
func (m *RemovalQueue) XXX_Merge(src proto.Message)
func (*RemovalQueue) XXX_Size ¶ added in v0.15.0
func (m *RemovalQueue) XXX_Size() int
func (*RemovalQueue) XXX_Unmarshal ¶ added in v0.15.0
func (m *RemovalQueue) XXX_Unmarshal(b []byte) error
type RemovalRequest ¶ added in v0.15.0
type RemovalRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Value github_com_cosmos_cosmos_sdk_types.Uint `protobuf:"bytes,2,opt,name=value,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Uint" json:"value"` Msg *MsgRemoveLiquidity `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"` }
func (*RemovalRequest) Descriptor ¶ added in v0.15.0
func (*RemovalRequest) Descriptor() ([]byte, []int)
func (*RemovalRequest) GetId ¶ added in v0.15.0
func (m *RemovalRequest) GetId() int64
func (*RemovalRequest) GetMsg ¶ added in v0.15.0
func (m *RemovalRequest) GetMsg() *MsgRemoveLiquidity
func (*RemovalRequest) Marshal ¶ added in v0.15.0
func (m *RemovalRequest) Marshal() (dAtA []byte, err error)
func (*RemovalRequest) MarshalTo ¶ added in v0.15.0
func (m *RemovalRequest) MarshalTo(dAtA []byte) (int, error)
func (*RemovalRequest) MarshalToSizedBuffer ¶ added in v0.15.0
func (m *RemovalRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RemovalRequest) ProtoMessage ¶ added in v0.15.0
func (*RemovalRequest) ProtoMessage()
func (*RemovalRequest) Reset ¶ added in v0.15.0
func (m *RemovalRequest) Reset()
func (*RemovalRequest) Size ¶ added in v0.15.0
func (m *RemovalRequest) Size() (n int)
func (*RemovalRequest) String ¶ added in v0.15.0
func (m *RemovalRequest) String() string
func (*RemovalRequest) Unmarshal ¶ added in v0.15.0
func (m *RemovalRequest) Unmarshal(dAtA []byte) error
func (*RemovalRequest) XXX_DiscardUnknown ¶ added in v0.15.0
func (m *RemovalRequest) XXX_DiscardUnknown()
func (*RemovalRequest) XXX_Marshal ¶ added in v0.15.0
func (m *RemovalRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RemovalRequest) XXX_Merge ¶ added in v0.15.0
func (m *RemovalRequest) XXX_Merge(src proto.Message)
func (*RemovalRequest) XXX_Size ¶ added in v0.15.0
func (m *RemovalRequest) XXX_Size() int
func (*RemovalRequest) XXX_Unmarshal ¶ added in v0.15.0
func (m *RemovalRequest) XXX_Unmarshal(b []byte) error
type RewardParams ¶ added in v0.13.0
type RewardParams struct { LiquidityRemovalLockPeriod uint64 `` /* 144-byte string literal not displayed */ LiquidityRemovalCancelPeriod uint64 `` /* 150-byte string literal not displayed */ RewardPeriods []*RewardPeriod `protobuf:"bytes,4,rep,name=reward_periods,json=rewardPeriods,proto3" json:"reward_periods,omitempty"` RewardPeriodStartTime string `` /* 128-byte string literal not displayed */ }
func GetDefaultRewardParams ¶ added in v0.13.0
func GetDefaultRewardParams() *RewardParams
func (*RewardParams) Descriptor ¶ added in v0.13.0
func (*RewardParams) Descriptor() ([]byte, []int)
func (*RewardParams) GetLiquidityRemovalCancelPeriod ¶ added in v0.13.0
func (m *RewardParams) GetLiquidityRemovalCancelPeriod() uint64
func (*RewardParams) GetLiquidityRemovalLockPeriod ¶ added in v0.13.0
func (m *RewardParams) GetLiquidityRemovalLockPeriod() uint64
func (*RewardParams) GetRewardPeriodStartTime ¶ added in v0.13.0
func (m *RewardParams) GetRewardPeriodStartTime() string
func (*RewardParams) GetRewardPeriods ¶ added in v0.13.0
func (m *RewardParams) GetRewardPeriods() []*RewardPeriod
func (*RewardParams) Marshal ¶ added in v0.13.0
func (m *RewardParams) Marshal() (dAtA []byte, err error)
func (*RewardParams) MarshalTo ¶ added in v0.13.0
func (m *RewardParams) MarshalTo(dAtA []byte) (int, error)
func (*RewardParams) MarshalToSizedBuffer ¶ added in v0.13.0
func (m *RewardParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RewardParams) ProtoMessage ¶ added in v0.13.0
func (*RewardParams) ProtoMessage()
func (*RewardParams) Reset ¶ added in v0.13.0
func (m *RewardParams) Reset()
func (*RewardParams) Size ¶ added in v0.13.0
func (m *RewardParams) Size() (n int)
func (*RewardParams) String ¶ added in v0.13.0
func (m *RewardParams) String() string
func (*RewardParams) Unmarshal ¶ added in v0.13.0
func (m *RewardParams) Unmarshal(dAtA []byte) error
func (*RewardParams) XXX_DiscardUnknown ¶ added in v0.13.0
func (m *RewardParams) XXX_DiscardUnknown()
func (*RewardParams) XXX_Marshal ¶ added in v0.13.0
func (m *RewardParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RewardParams) XXX_Merge ¶ added in v0.13.0
func (m *RewardParams) XXX_Merge(src proto.Message)
func (*RewardParams) XXX_Size ¶ added in v0.13.0
func (m *RewardParams) XXX_Size() int
func (*RewardParams) XXX_Unmarshal ¶ added in v0.13.0
func (m *RewardParams) XXX_Unmarshal(b []byte) error
type RewardParamsReq ¶ added in v0.13.0
type RewardParamsReq struct { }
func (*RewardParamsReq) Descriptor ¶ added in v0.13.0
func (*RewardParamsReq) Descriptor() ([]byte, []int)
func (*RewardParamsReq) Marshal ¶ added in v0.13.0
func (m *RewardParamsReq) Marshal() (dAtA []byte, err error)
func (*RewardParamsReq) MarshalTo ¶ added in v0.13.0
func (m *RewardParamsReq) MarshalTo(dAtA []byte) (int, error)
func (*RewardParamsReq) MarshalToSizedBuffer ¶ added in v0.13.0
func (m *RewardParamsReq) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RewardParamsReq) ProtoMessage ¶ added in v0.13.0
func (*RewardParamsReq) ProtoMessage()
func (*RewardParamsReq) Reset ¶ added in v0.13.0
func (m *RewardParamsReq) Reset()
func (*RewardParamsReq) Size ¶ added in v0.13.0
func (m *RewardParamsReq) Size() (n int)
func (*RewardParamsReq) String ¶ added in v0.13.0
func (m *RewardParamsReq) String() string
func (*RewardParamsReq) Unmarshal ¶ added in v0.13.0
func (m *RewardParamsReq) Unmarshal(dAtA []byte) error
func (*RewardParamsReq) XXX_DiscardUnknown ¶ added in v0.13.0
func (m *RewardParamsReq) XXX_DiscardUnknown()
func (*RewardParamsReq) XXX_Marshal ¶ added in v0.13.0
func (m *RewardParamsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RewardParamsReq) XXX_Merge ¶ added in v0.13.0
func (m *RewardParamsReq) XXX_Merge(src proto.Message)
func (*RewardParamsReq) XXX_Size ¶ added in v0.13.0
func (m *RewardParamsReq) XXX_Size() int
func (*RewardParamsReq) XXX_Unmarshal ¶ added in v0.13.0
func (m *RewardParamsReq) XXX_Unmarshal(b []byte) error
type RewardParamsRes ¶ added in v0.13.0
type RewardParamsRes struct {
Params *RewardParams `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"`
}
func (*RewardParamsRes) Descriptor ¶ added in v0.13.0
func (*RewardParamsRes) Descriptor() ([]byte, []int)
func (*RewardParamsRes) GetParams ¶ added in v0.13.0
func (m *RewardParamsRes) GetParams() *RewardParams
func (*RewardParamsRes) Marshal ¶ added in v0.13.0
func (m *RewardParamsRes) Marshal() (dAtA []byte, err error)
func (*RewardParamsRes) MarshalTo ¶ added in v0.13.0
func (m *RewardParamsRes) MarshalTo(dAtA []byte) (int, error)
func (*RewardParamsRes) MarshalToSizedBuffer ¶ added in v0.13.0
func (m *RewardParamsRes) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RewardParamsRes) ProtoMessage ¶ added in v0.13.0
func (*RewardParamsRes) ProtoMessage()
func (*RewardParamsRes) Reset ¶ added in v0.13.0
func (m *RewardParamsRes) Reset()
func (*RewardParamsRes) Size ¶ added in v0.13.0
func (m *RewardParamsRes) Size() (n int)
func (*RewardParamsRes) String ¶ added in v0.13.0
func (m *RewardParamsRes) String() string
func (*RewardParamsRes) Unmarshal ¶ added in v0.13.0
func (m *RewardParamsRes) Unmarshal(dAtA []byte) error
func (*RewardParamsRes) XXX_DiscardUnknown ¶ added in v0.13.0
func (m *RewardParamsRes) XXX_DiscardUnknown()
func (*RewardParamsRes) XXX_Marshal ¶ added in v0.13.0
func (m *RewardParamsRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RewardParamsRes) XXX_Merge ¶ added in v0.13.0
func (m *RewardParamsRes) XXX_Merge(src proto.Message)
func (*RewardParamsRes) XXX_Size ¶ added in v0.13.0
func (m *RewardParamsRes) XXX_Size() int
func (*RewardParamsRes) XXX_Unmarshal ¶ added in v0.13.0
func (m *RewardParamsRes) XXX_Unmarshal(b []byte) error
type RewardPeriod ¶ added in v0.13.0
type RewardPeriod struct { RewardPeriodId string `protobuf:"bytes,1,opt,name=reward_period_id,json=rewardPeriodId,proto3" json:"reward_period_id,omitempty"` RewardPeriodStartBlock uint64 `` /* 132-byte string literal not displayed */ RewardPeriodEndBlock uint64 `` /* 126-byte string literal not displayed */ RewardPeriodAllocation *github_com_cosmos_cosmos_sdk_types.Uint `` /* 180-byte string literal not displayed */ RewardPeriodPoolMultipliers []*PoolMultiplier `` /* 146-byte string literal not displayed */ RewardPeriodDefaultMultiplier *github_com_cosmos_cosmos_sdk_types.Dec `` /* 202-byte string literal not displayed */ RewardPeriodDistribute bool `` /* 130-byte string literal not displayed */ RewardPeriodMod uint64 `protobuf:"varint,8,opt,name=reward_period_mod,json=rewardPeriodMod,proto3" json:"reward_period_mod,omitempty"` }
func (*RewardPeriod) Descriptor ¶ added in v0.13.0
func (*RewardPeriod) Descriptor() ([]byte, []int)
func (*RewardPeriod) GetRewardPeriodDistribute ¶ added in v0.13.4
func (m *RewardPeriod) GetRewardPeriodDistribute() bool
func (*RewardPeriod) GetRewardPeriodEndBlock ¶ added in v0.13.0
func (m *RewardPeriod) GetRewardPeriodEndBlock() uint64
func (*RewardPeriod) GetRewardPeriodId ¶ added in v0.13.0
func (m *RewardPeriod) GetRewardPeriodId() string
func (*RewardPeriod) GetRewardPeriodMod ¶ added in v0.13.4
func (m *RewardPeriod) GetRewardPeriodMod() uint64
func (*RewardPeriod) GetRewardPeriodPoolMultipliers ¶ added in v0.13.0
func (m *RewardPeriod) GetRewardPeriodPoolMultipliers() []*PoolMultiplier
func (*RewardPeriod) GetRewardPeriodStartBlock ¶ added in v0.13.0
func (m *RewardPeriod) GetRewardPeriodStartBlock() uint64
func (*RewardPeriod) Marshal ¶ added in v0.13.0
func (m *RewardPeriod) Marshal() (dAtA []byte, err error)
func (*RewardPeriod) MarshalTo ¶ added in v0.13.0
func (m *RewardPeriod) MarshalTo(dAtA []byte) (int, error)
func (*RewardPeriod) MarshalToSizedBuffer ¶ added in v0.13.0
func (m *RewardPeriod) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RewardPeriod) ProtoMessage ¶ added in v0.13.0
func (*RewardPeriod) ProtoMessage()
func (*RewardPeriod) Reset ¶ added in v0.13.0
func (m *RewardPeriod) Reset()
func (*RewardPeriod) Size ¶ added in v0.13.0
func (m *RewardPeriod) Size() (n int)
func (*RewardPeriod) String ¶ added in v0.13.0
func (m *RewardPeriod) String() string
func (*RewardPeriod) Unmarshal ¶ added in v0.13.0
func (m *RewardPeriod) Unmarshal(dAtA []byte) error
func (*RewardPeriod) XXX_DiscardUnknown ¶ added in v0.13.0
func (m *RewardPeriod) XXX_DiscardUnknown()
func (*RewardPeriod) XXX_Marshal ¶ added in v0.13.0
func (m *RewardPeriod) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RewardPeriod) XXX_Merge ¶ added in v0.13.0
func (m *RewardPeriod) XXX_Merge(src proto.Message)
func (*RewardPeriod) XXX_Size ¶ added in v0.13.0
func (m *RewardPeriod) XXX_Size() int
func (*RewardPeriod) XXX_Unmarshal ¶ added in v0.13.0
func (m *RewardPeriod) XXX_Unmarshal(b []byte) error
type SwapFeeParams ¶ added in v1.4.0
type SwapFeeParams struct { DefaultSwapFeeRate github_com_cosmos_cosmos_sdk_types.Dec `` /* 159-byte string literal not displayed */ TokenParams []*SwapFeeTokenParams `protobuf:"bytes,2,rep,name=token_params,json=tokenParams,proto3" json:"token_params,omitempty"` }
func (*SwapFeeParams) Descriptor ¶ added in v1.4.0
func (*SwapFeeParams) Descriptor() ([]byte, []int)
func (*SwapFeeParams) GetTokenParams ¶ added in v1.4.0
func (m *SwapFeeParams) GetTokenParams() []*SwapFeeTokenParams
func (*SwapFeeParams) Marshal ¶ added in v1.4.0
func (m *SwapFeeParams) Marshal() (dAtA []byte, err error)
func (*SwapFeeParams) MarshalTo ¶ added in v1.4.0
func (m *SwapFeeParams) MarshalTo(dAtA []byte) (int, error)
func (*SwapFeeParams) MarshalToSizedBuffer ¶ added in v1.4.0
func (m *SwapFeeParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SwapFeeParams) ProtoMessage ¶ added in v1.4.0
func (*SwapFeeParams) ProtoMessage()
func (*SwapFeeParams) Reset ¶ added in v1.4.0
func (m *SwapFeeParams) Reset()
func (*SwapFeeParams) Size ¶ added in v1.4.0
func (m *SwapFeeParams) Size() (n int)
func (*SwapFeeParams) String ¶ added in v1.4.0
func (m *SwapFeeParams) String() string
func (*SwapFeeParams) Unmarshal ¶ added in v1.4.0
func (m *SwapFeeParams) Unmarshal(dAtA []byte) error
func (*SwapFeeParams) XXX_DiscardUnknown ¶ added in v1.4.0
func (m *SwapFeeParams) XXX_DiscardUnknown()
func (*SwapFeeParams) XXX_Marshal ¶ added in v1.4.0
func (m *SwapFeeParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SwapFeeParams) XXX_Merge ¶ added in v1.4.0
func (m *SwapFeeParams) XXX_Merge(src proto.Message)
func (*SwapFeeParams) XXX_Size ¶ added in v1.4.0
func (m *SwapFeeParams) XXX_Size() int
func (*SwapFeeParams) XXX_Unmarshal ¶ added in v1.4.0
func (m *SwapFeeParams) XXX_Unmarshal(b []byte) error
type SwapFeeParamsReq ¶ added in v1.4.0
type SwapFeeParamsReq struct { }
func (*SwapFeeParamsReq) Descriptor ¶ added in v1.4.0
func (*SwapFeeParamsReq) Descriptor() ([]byte, []int)
func (*SwapFeeParamsReq) Marshal ¶ added in v1.4.0
func (m *SwapFeeParamsReq) Marshal() (dAtA []byte, err error)
func (*SwapFeeParamsReq) MarshalTo ¶ added in v1.4.0
func (m *SwapFeeParamsReq) MarshalTo(dAtA []byte) (int, error)
func (*SwapFeeParamsReq) MarshalToSizedBuffer ¶ added in v1.4.0
func (m *SwapFeeParamsReq) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SwapFeeParamsReq) ProtoMessage ¶ added in v1.4.0
func (*SwapFeeParamsReq) ProtoMessage()
func (*SwapFeeParamsReq) Reset ¶ added in v1.4.0
func (m *SwapFeeParamsReq) Reset()
func (*SwapFeeParamsReq) Size ¶ added in v1.4.0
func (m *SwapFeeParamsReq) Size() (n int)
func (*SwapFeeParamsReq) String ¶ added in v1.4.0
func (m *SwapFeeParamsReq) String() string
func (*SwapFeeParamsReq) Unmarshal ¶ added in v1.4.0
func (m *SwapFeeParamsReq) Unmarshal(dAtA []byte) error
func (*SwapFeeParamsReq) XXX_DiscardUnknown ¶ added in v1.4.0
func (m *SwapFeeParamsReq) XXX_DiscardUnknown()
func (*SwapFeeParamsReq) XXX_Marshal ¶ added in v1.4.0
func (m *SwapFeeParamsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SwapFeeParamsReq) XXX_Merge ¶ added in v1.4.0
func (m *SwapFeeParamsReq) XXX_Merge(src proto.Message)
func (*SwapFeeParamsReq) XXX_Size ¶ added in v1.4.0
func (m *SwapFeeParamsReq) XXX_Size() int
func (*SwapFeeParamsReq) XXX_Unmarshal ¶ added in v1.4.0
func (m *SwapFeeParamsReq) XXX_Unmarshal(b []byte) error
type SwapFeeParamsRes ¶ added in v1.4.0
type SwapFeeParamsRes struct { DefaultSwapFeeRate github_com_cosmos_cosmos_sdk_types.Dec `` /* 159-byte string literal not displayed */ TokenParams []*SwapFeeTokenParams `protobuf:"bytes,2,rep,name=token_params,json=tokenParams,proto3" json:"token_params,omitempty"` }
func (*SwapFeeParamsRes) Descriptor ¶ added in v1.4.0
func (*SwapFeeParamsRes) Descriptor() ([]byte, []int)
func (*SwapFeeParamsRes) GetTokenParams ¶ added in v1.4.0
func (m *SwapFeeParamsRes) GetTokenParams() []*SwapFeeTokenParams
func (*SwapFeeParamsRes) Marshal ¶ added in v1.4.0
func (m *SwapFeeParamsRes) Marshal() (dAtA []byte, err error)
func (*SwapFeeParamsRes) MarshalTo ¶ added in v1.4.0
func (m *SwapFeeParamsRes) MarshalTo(dAtA []byte) (int, error)
func (*SwapFeeParamsRes) MarshalToSizedBuffer ¶ added in v1.4.0
func (m *SwapFeeParamsRes) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SwapFeeParamsRes) ProtoMessage ¶ added in v1.4.0
func (*SwapFeeParamsRes) ProtoMessage()
func (*SwapFeeParamsRes) Reset ¶ added in v1.4.0
func (m *SwapFeeParamsRes) Reset()
func (*SwapFeeParamsRes) Size ¶ added in v1.4.0
func (m *SwapFeeParamsRes) Size() (n int)
func (*SwapFeeParamsRes) String ¶ added in v1.4.0
func (m *SwapFeeParamsRes) String() string
func (*SwapFeeParamsRes) Unmarshal ¶ added in v1.4.0
func (m *SwapFeeParamsRes) Unmarshal(dAtA []byte) error
func (*SwapFeeParamsRes) XXX_DiscardUnknown ¶ added in v1.4.0
func (m *SwapFeeParamsRes) XXX_DiscardUnknown()
func (*SwapFeeParamsRes) XXX_Marshal ¶ added in v1.4.0
func (m *SwapFeeParamsRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SwapFeeParamsRes) XXX_Merge ¶ added in v1.4.0
func (m *SwapFeeParamsRes) XXX_Merge(src proto.Message)
func (*SwapFeeParamsRes) XXX_Size ¶ added in v1.4.0
func (m *SwapFeeParamsRes) XXX_Size() int
func (*SwapFeeParamsRes) XXX_Unmarshal ¶ added in v1.4.0
func (m *SwapFeeParamsRes) XXX_Unmarshal(b []byte) error
type SwapFeeTokenParams ¶ added in v1.4.0
type SwapFeeTokenParams struct { Asset string `protobuf:"bytes,1,opt,name=asset,proto3" json:"asset,omitempty"` SwapFeeRate github_com_cosmos_cosmos_sdk_types.Dec `` /* 136-byte string literal not displayed */ }
func (*SwapFeeTokenParams) Descriptor ¶ added in v1.4.0
func (*SwapFeeTokenParams) Descriptor() ([]byte, []int)
func (*SwapFeeTokenParams) GetAsset ¶ added in v1.4.0
func (m *SwapFeeTokenParams) GetAsset() string
func (*SwapFeeTokenParams) Marshal ¶ added in v1.4.0
func (m *SwapFeeTokenParams) Marshal() (dAtA []byte, err error)
func (*SwapFeeTokenParams) MarshalTo ¶ added in v1.4.0
func (m *SwapFeeTokenParams) MarshalTo(dAtA []byte) (int, error)
func (*SwapFeeTokenParams) MarshalToSizedBuffer ¶ added in v1.4.0
func (m *SwapFeeTokenParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SwapFeeTokenParams) ProtoMessage ¶ added in v1.4.0
func (*SwapFeeTokenParams) ProtoMessage()
func (*SwapFeeTokenParams) Reset ¶ added in v1.4.0
func (m *SwapFeeTokenParams) Reset()
func (*SwapFeeTokenParams) Size ¶ added in v1.4.0
func (m *SwapFeeTokenParams) Size() (n int)
func (*SwapFeeTokenParams) String ¶ added in v1.4.0
func (m *SwapFeeTokenParams) String() string
func (*SwapFeeTokenParams) Unmarshal ¶ added in v1.4.0
func (m *SwapFeeTokenParams) Unmarshal(dAtA []byte) error
func (*SwapFeeTokenParams) XXX_DiscardUnknown ¶ added in v1.4.0
func (m *SwapFeeTokenParams) XXX_DiscardUnknown()
func (*SwapFeeTokenParams) XXX_Marshal ¶ added in v1.4.0
func (m *SwapFeeTokenParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SwapFeeTokenParams) XXX_Merge ¶ added in v1.4.0
func (m *SwapFeeTokenParams) XXX_Merge(src proto.Message)
func (*SwapFeeTokenParams) XXX_Size ¶ added in v1.4.0
func (m *SwapFeeTokenParams) XXX_Size() int
func (*SwapFeeTokenParams) XXX_Unmarshal ¶ added in v1.4.0
func (m *SwapFeeTokenParams) XXX_Unmarshal(b []byte) error
type TokenRegistryKeeper ¶
type TokenRegistryKeeper interface { GetEntry(registry tokenregistryTypes.Registry, denom string) (*tokenregistryTypes.RegistryEntry, error) CheckEntryPermissions(entry *tokenregistryTypes.RegistryEntry, permissions []tokenregistryTypes.Permission) bool GetRegistry(ctx sdk.Context) tokenregistryTypes.Registry }
type UnimplementedMsgServer ¶
type UnimplementedMsgServer struct { }
UnimplementedMsgServer can be embedded to have forward compatible implementations.
func (*UnimplementedMsgServer) AddLiquidity ¶
func (*UnimplementedMsgServer) AddLiquidity(ctx context.Context, req *MsgAddLiquidity) (*MsgAddLiquidityResponse, error)
func (*UnimplementedMsgServer) AddProviderDistributionPeriod ¶ added in v0.13.4
func (*UnimplementedMsgServer) AddProviderDistributionPeriod(ctx context.Context, req *MsgAddProviderDistributionPeriodRequest) (*MsgAddProviderDistributionPeriodResponse, error)
func (*UnimplementedMsgServer) AddRewardPeriod ¶ added in v0.13.0
func (*UnimplementedMsgServer) AddRewardPeriod(ctx context.Context, req *MsgAddRewardPeriodRequest) (*MsgAddRewardPeriodResponse, error)
func (*UnimplementedMsgServer) CancelUnlockLiquidity ¶ added in v0.13.2
func (*UnimplementedMsgServer) CancelUnlockLiquidity(ctx context.Context, req *MsgCancelUnlock) (*MsgCancelUnlockResponse, error)
func (*UnimplementedMsgServer) CreatePool ¶
func (*UnimplementedMsgServer) CreatePool(ctx context.Context, req *MsgCreatePool) (*MsgCreatePoolResponse, error)
func (*UnimplementedMsgServer) DecommissionPool ¶
func (*UnimplementedMsgServer) DecommissionPool(ctx context.Context, req *MsgDecommissionPool) (*MsgDecommissionPoolResponse, error)
func (*UnimplementedMsgServer) ModifyLiquidityProtectionRates ¶ added in v0.13.4
func (*UnimplementedMsgServer) ModifyLiquidityProtectionRates(ctx context.Context, req *MsgModifyLiquidityProtectionRates) (*MsgModifyLiquidityProtectionRatesResponse, error)
func (*UnimplementedMsgServer) ModifyPmtpRates ¶ added in v0.13.0
func (*UnimplementedMsgServer) ModifyPmtpRates(ctx context.Context, req *MsgModifyPmtpRates) (*MsgModifyPmtpRatesResponse, error)
func (*UnimplementedMsgServer) RemoveLiquidity ¶
func (*UnimplementedMsgServer) RemoveLiquidity(ctx context.Context, req *MsgRemoveLiquidity) (*MsgRemoveLiquidityResponse, error)
func (*UnimplementedMsgServer) RemoveLiquidityUnits ¶ added in v0.13.0
func (*UnimplementedMsgServer) RemoveLiquidityUnits(ctx context.Context, req *MsgRemoveLiquidityUnits) (*MsgRemoveLiquidityUnitsResponse, error)
func (*UnimplementedMsgServer) SetSymmetryThreshold ¶ added in v0.13.1
func (*UnimplementedMsgServer) SetSymmetryThreshold(ctx context.Context, req *MsgSetSymmetryThreshold) (*MsgSetSymmetryThresholdResponse, error)
func (*UnimplementedMsgServer) Swap ¶
func (*UnimplementedMsgServer) Swap(ctx context.Context, req *MsgSwap) (*MsgSwapResponse, error)
func (*UnimplementedMsgServer) UnlockLiquidity ¶ added in v0.13.0
func (*UnimplementedMsgServer) UnlockLiquidity(ctx context.Context, req *MsgUnlockLiquidityRequest) (*MsgUnlockLiquidityResponse, error)
func (*UnimplementedMsgServer) UpdateLiquidityProtectionParams ¶ added in v0.13.4
func (*UnimplementedMsgServer) UpdateLiquidityProtectionParams(ctx context.Context, req *MsgUpdateLiquidityProtectionParams) (*MsgUpdateLiquidityProtectionParamsResponse, error)
func (*UnimplementedMsgServer) UpdatePmtpParams ¶ added in v0.13.0
func (*UnimplementedMsgServer) UpdatePmtpParams(ctx context.Context, req *MsgUpdatePmtpParams) (*MsgUpdatePmtpParamsResponse, error)
func (*UnimplementedMsgServer) UpdateRewardsParams ¶ added in v0.13.0
func (*UnimplementedMsgServer) UpdateRewardsParams(ctx context.Context, req *MsgUpdateRewardsParamsRequest) (*MsgUpdateRewardsParamsResponse, error)
func (*UnimplementedMsgServer) UpdateStakingRewardParams ¶ added in v0.13.0
func (*UnimplementedMsgServer) UpdateStakingRewardParams(ctx context.Context, req *MsgUpdateStakingRewardParams) (*MsgUpdateStakingRewardParamsResponse, error)
func (*UnimplementedMsgServer) UpdateSwapFeeParams ¶ added in v1.4.0
func (*UnimplementedMsgServer) UpdateSwapFeeParams(ctx context.Context, req *MsgUpdateSwapFeeParamsRequest) (*MsgUpdateSwapFeeParamsResponse, error)
type UnimplementedQueryServer ¶
type UnimplementedQueryServer struct { }
UnimplementedQueryServer can be embedded to have forward compatible implementations.
func (*UnimplementedQueryServer) GetAssetList ¶
func (*UnimplementedQueryServer) GetAssetList(ctx context.Context, req *AssetListReq) (*AssetListRes, error)
func (*UnimplementedQueryServer) GetLiquidityProtectionParams ¶ added in v0.13.4
func (*UnimplementedQueryServer) GetLiquidityProtectionParams(ctx context.Context, req *LiquidityProtectionParamsReq) (*LiquidityProtectionParamsRes, error)
func (*UnimplementedQueryServer) GetLiquidityProvider ¶
func (*UnimplementedQueryServer) GetLiquidityProvider(ctx context.Context, req *LiquidityProviderReq) (*LiquidityProviderRes, error)
func (*UnimplementedQueryServer) GetLiquidityProviderData ¶
func (*UnimplementedQueryServer) GetLiquidityProviderData(ctx context.Context, req *LiquidityProviderDataReq) (*LiquidityProviderDataRes, error)
func (*UnimplementedQueryServer) GetLiquidityProviderList ¶
func (*UnimplementedQueryServer) GetLiquidityProviderList(ctx context.Context, req *LiquidityProviderListReq) (*LiquidityProviderListRes, error)
func (*UnimplementedQueryServer) GetLiquidityProviders ¶
func (*UnimplementedQueryServer) GetLiquidityProviders(ctx context.Context, req *LiquidityProvidersReq) (*LiquidityProvidersRes, error)
func (*UnimplementedQueryServer) GetPmtpParams ¶ added in v0.13.0
func (*UnimplementedQueryServer) GetPmtpParams(ctx context.Context, req *PmtpParamsReq) (*PmtpParamsRes, error)
func (*UnimplementedQueryServer) GetProviderDistributionParams ¶ added in v0.13.4
func (*UnimplementedQueryServer) GetProviderDistributionParams(ctx context.Context, req *ProviderDistributionParamsReq) (*ProviderDistributionParamsRes, error)
func (*UnimplementedQueryServer) GetRewardParams ¶ added in v0.13.0
func (*UnimplementedQueryServer) GetRewardParams(ctx context.Context, req *RewardParamsReq) (*RewardParamsRes, error)
func (*UnimplementedQueryServer) GetSwapFeeParams ¶ added in v1.4.0
func (*UnimplementedQueryServer) GetSwapFeeParams(ctx context.Context, req *SwapFeeParamsReq) (*SwapFeeParamsRes, error)
type WhiteList ¶
type WhiteList struct {
ValidatorList []string `protobuf:"bytes,1,rep,name=validator_list,json=validatorList,proto3" json:"validator_list,omitempty"`
}
func (*WhiteList) Descriptor ¶
func (*WhiteList) GetValidatorList ¶
func (*WhiteList) MarshalToSizedBuffer ¶
func (*WhiteList) ProtoMessage ¶
func (*WhiteList) ProtoMessage()
func (*WhiteList) XXX_DiscardUnknown ¶
func (m *WhiteList) XXX_DiscardUnknown()