Ibc transfer
ibc-transfer
The ibc-transfer
module is responsible for the implementation of the ICS-20 protocol, which enables cross-chain fungible token transfers.
For more information, visit: https://ibc.cosmos.network/main/apps/ibc-transfer/overview.html
Message Types
Msg
defines the ibc/transfer Msg service.
MsgTransfer
MsgTransfer
defines a msg to transfer fungible tokens (i.e Coins) between ICS20 enabled chains.
See ICS Spec here: https://github.com/cosmos/ibc/tree/master/spec/app/ics-020-fungible-token-transfer#data-structures
MsgTransferResponse
MsgTransferResponse
defines the Msg/Transfer
response type.
Queries
Query
provides defines the gRPC querier service.
QueryDenomTraceRequest
QueryDenomTraceRequest
is the request type for the Query/DenomTrace
RPC method.
QueryDenomTraceResponse
QueryDenomTraceResponse
is the response type for the Query/DenomTrace
RPC method.
QueryDenomTracesRequest
QueryDenomTracesRequest
is the request type for the Query/DenomTraces
RPC method.
QueryDenomTracesResponse
QueryDenomTracesResponse
is the response type for the Query/DenomTraces
RPC method.
QueryParamsRequest
QueryParamsRequest
is the request type for the Query/Params
RPC method.
QueryParamsResponse
QueryParamsResponse
is the response type for the Query/Params
RPC method.
QueryDenomHashRequest
QueryDenomHashRequest
is the request type for the Query/DenomHash
RPC method.
QueryDenomHashResponse
QueryDenomHashResponse
is the response type for the Query/DenomHash
RPC method.
Was this page helpful?