# Functions
No description provided by the author
No description provided by the author
No description provided by the author
ParseDenomTrace parses a string with the ibc prefix (denom trace) and the base denomination into a DenomTrace type.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
DenomPrefix is the prefix used for internal SDK coin representation.
ModuleName defines the IBC transfer name.
# 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
# Structs
DenomTrace contains the base denomination for ICS20 fungible tokens and the source tracing information path.
Height is a monotonically increasing data type that can be compared against another Height for the purposes of updating and freezing clients
Normally the RevisionHeight is incremented at each height while keeping RevisionNumber the same.
MsgTransfer defines a msg to transfer fungible tokens (i.e Coins) between ICS20 enabled chains.
MsgTransferResponse defines the Msg/Transfer response type.
Params defines the set of IBC transfer parameters.
QueryDenomTraceRequest is the request type for the Query/DenomTrace RPC method.
QueryDenomTraceResponse is the response type for the Query/DenomTrace RPC method.
QueryConnectionsRequest is the request type for the Query/DenomTraces RPC method.
QueryConnectionsResponse is the response type for the Query/DenomTraces RPC method.
QueryParamsRequest is the request type for the Query/Params RPC method.
QueryParamsResponse is the response type for the Query/Params RPC method.
No description provided by the author
UnimplementedMsgServer can be embedded to have forward compatible implementations.
UnimplementedQueryServer can be embedded to have forward compatible implementations.
# Interfaces
expose transfer module api for user.
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.
# Type aliases
Traces defines a wrapper type for a slice of DenomTrace.