Module ratelimit

Module ratelimit 

Modules§

msg_client
Generated client implementations.
query_client
Generated client implementations.

Structs§

DenomCapacity
DenomCapacity stores a list of rate limit capacity for a denom.
GenesisState
GenesisState defines the ratelimit module’s genesis state.
LimitParams
LimitParams defines rate limit params on a denom.
Limiter
Limiter defines one rate-limiter on a specfic denom.
LimiterCapacity
LimiterCapacity contains a pair of limiter and its corresponding capacity.
ListLimitParamsRequest
ListLimitParamsRequest is a request type of the ListLimitParams RPC method.
ListLimitParamsResponse
ListLimitParamsResponse is a response type of the ListLimitParams RPC method.
MsgSetLimitParams
MsgSetLimitParams is the Msg/SetLimitParams request type.
MsgSetLimitParamsResponse
MsgSetLimitParamsResponse is the Msg/SetLimitParams response type.
PendingSendPacket
PendingSendPacket contains the channel_id and sequence pair to identify a pending packet
QueryAllPendingSendPacketsRequest
QueryAllPendingSendPacketsRequest is a request type for the AllPendingSendPackets RPC
QueryAllPendingSendPacketsResponse
QueryAllPendingSendPacketsResponse is a response type of the AllPendingSendPackets RPC
QueryCapacityByDenomRequest
QueryCapacityByDenomRequest is a request type for the CapacityByDenom RPC method.
QueryCapacityByDenomResponse
QueryCapacityByDenomResponse is a response type of the CapacityByDenom RPC method.