package ibc.applications.transfer.v1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service Msg

tx.proto:12

Msg defines the ibc/transfer Msg service.

service Query

query.proto:13

Query provides defines the gRPC querier service.

message DenomTrace

transfer.proto:25

DenomTrace contains the base denomination for ICS20 fungible tokens and the source tracing information path.

Used in: GenesisState, QueryDenomTraceResponse, QueryDenomTracesResponse

message FungibleTokenPacketData

transfer.proto:12

FungibleTokenPacketData defines a struct for the packet payload See FungibleTokenPacketData spec: https://github.com/cosmos/ics/tree/master/spec/ics-020-fungible-token-transfer#data-structures

message GenesisState

genesis.proto:11

GenesisState defines the ibc-transfer genesis state

message Params

transfer.proto:37

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.

Used in: GenesisState, QueryParamsResponse