Module v1

Source

Modules§

msg_client
Generated client implementations.
msg_server
Generated server implementations.
query_client
Generated client implementations.
query_server
Generated server implementations.

Structs§

Allocation
Allocation defines the spend limit for a particular port and channel
DenomTrace
DenomTrace contains the base denomination for ICS20 fungible tokens and the source tracing information path.
GenesisState
GenesisState defines the ibc-transfer genesis state
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.
MsgUpdateParams
MsgUpdateParams is the Msg/UpdateParams request type.
MsgUpdateParamsResponse
MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message.
Params
Params defines the set of IBC transfer parameters. NOTE: To prevent a single token from being transferred, set the TransfersEnabled parameter to true and then set the bank module’s SendEnabled parameter for the denomination to false.
QueryDenomHashRequest
QueryDenomHashRequest is the request type for the Query/DenomHash RPC method
QueryDenomHashResponse
QueryDenomHashResponse is the response type for the Query/DenomHash RPC method.
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
QueryConnectionsRequest is the request type for the Query/DenomTraces RPC method
QueryDenomTracesResponse
QueryConnectionsResponse is the response type for the Query/DenomTraces RPC method.
QueryEscrowAddressRequest
QueryEscrowAddressRequest is the request type for the EscrowAddress RPC method.
QueryEscrowAddressResponse
QueryEscrowAddressResponse is the response type of the EscrowAddress 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.
QueryTotalEscrowForDenomRequest
QueryTotalEscrowForDenomRequest is the request type for TotalEscrowForDenom RPC method.
QueryTotalEscrowForDenomResponse
QueryTotalEscrowForDenomResponse is the response type for TotalEscrowForDenom RPC method.
TransferAuthorization
TransferAuthorization allows the grantee to spend up to spend_limit coins from the granter’s account for ibc transfer on a specific channel