package
8.0.0
Repository: https://github.com/cosmos/ibc-apps.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

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

# 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
Msg_ServiceDesc is the grpc.ServiceDesc for Msg service.
Enum value maps for PacketDirection.
Enum value maps for PacketDirection.
Query_ServiceDesc is the grpc.ServiceDesc for Query service.

# Structs

No description provided by the author
GenesisState defines the ratelimit module's genesis state.
No description provided by the author
Gov tx to add a new rate limit.
No description provided by the author
Gov tx to remove a rate limit.
No description provided by the author
Gov tx to reset the flow on a rate limit.
No description provided by the author
Gov tx to update an existing rate limit.
No description provided by the author
Params defines the ratelimit module's parameters.
Path holds the denom and channelID that define the rate limited route.
Queries all blacklisted denoms.
No description provided by the author
Queries all rate limits.
No description provided by the author
Queries all whitelisted address pairs.
No description provided by the author
Queries a specific rate limit by channel ID and denom.
No description provided by the author
Queries all the rate limits for a given chain.
No description provided by the author
Queries all the rate limits for a given channel ID.
No description provided by the author
Quota defines the rate limit thresholds for transfer packets.
RateLimit stores all the context about a given rate limit, including the relevant denom and channel, rate limit thresholds, and current progress towards the limits.
UnimplementedMsgServer must be embedded to have forward compatible implementations.
UnimplementedQueryServer must be embedded to have forward compatible implementations.
WhitelistedAddressPair represents a sender-receiver combo that is not subject to rate limit restrictions.

# Interfaces

MsgClient is the client API for Msg service.
MsgServer is the server API for Msg service.
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.
UnsafeMsgServer may be embedded to opt out of forward compatibility for this service.
UnsafeQueryServer may be embedded to opt out of forward compatibility for this service.

# Type aliases

PacketDirection defines whether the transfer packet is being sent from this chain or is being received on this chain.