# README
IBC Transfer and Rate Limits for IBC Denoms
# Functions
No description provided by the author
DefaultParams returns default genesis params.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RegisterLegacyAminoCodec registers the necessary x/uibc interfaces and concrete types on the provided LegacyAmino codec.
No description provided by the author
RegisterQueryHandler registers the http handlers for service Query to "mux".
RegisterQueryHandlerClient registers the http handlers for service Query to "mux".
RegisterQueryHandlerFromEndpoint is same as RegisterQueryHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterQueryHandlerServer registers the http handlers for service Query to "mux".
No description provided by the author
# Constants
DISABLED: quota checks are disabled.
ENABLED: quota checks are enabled.
PAUSED: all IBC transfers are paused.
UNSPECIFIED defines a no-op status.
ModuleName defines the module name.
RouterKey is the message route for uibc.
StoreKey defines the primary module store key.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
KeyPrefixParams is the key to query all gov params.
KeyPrefixQuotaExpires is the key to store the next expire time of ibc-transfer quota.
No description provided by the author
ModuleCdc references the global x/uibc module codec.
# Structs
EventBadRevert is emitted on failure of ibc-transfer quota.
EventIBCTransferStatus is emitted on quota tracking pause status change.
GenesisState defines the uibc module's genesis state.
MsgGovSetIbcstatus defines request type for UpdateIBCTransferStatus.
MsgGovSetIbcstatusResponse definesresponse type for Msg/MsgGovSetIbcstatus for with x/gov proposals.
MsgGovUpdateQuota defines the Msg/GovUpdateQuota request type.
MsgGovUpdateQuotaResponse defines response type for the Msg/GovUpdateQuota for with x/gov proposals.
Params of x/uibc module.
QueryOutflow defines request type for query the quota of denoms.
QueryOutflowResponse defines response type of Query/Outflow.
QueryOutflow defines request type for query the quota of denoms.
QueryOutflowResponse defines response type of Query/Outflow.
QueryParams defines the request structure for the Params gRPC service handler.
QueryParamsResponse defines the response structure for the Params gRPC service handler.
UnimplementedMsgServer can be embedded to have forward compatible implementations.
UnimplementedQueryServer can be embedded to have forward compatible implementations.
# Interfaces
BankKeeper defines the expected x/bank keeper interface.
No description provided by the author
MsgClient is the client API for Msg service.
MsgServer is the server API for Msg service.
Oracle interface for price feed.
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.
# Type aliases
IBCTransferStatus status of ibc-transfer.