Get desktop application:
View/edit binary Protocol Buffers messages
Msg defines the ibc/swap Msg service.
the sender address
Timeout height relative to the current block height. The timeout is disabled when set to 0.
Timeout timestamp in absolute nanoseconds since unix epoch. The timeout is disabled when set to 0.
Query provides defines the gRPC querier service.
EscrowAddress returns the escrow address for a particular port and channel id.
QueryEscrowAddressRequest is the request type for the EscrowAddress RPC method.
unique port identifier
unique channel identifier
QueryEscrowAddressResponse is the response type of the EscrowAddress RPC method.
the escrow account address
submitted orders
Params queries all parameters of the ibc-transfer module.
QueryParamsRequest is the request type for the Query/Params RPC method.
(message has no fields)
QueryParamsResponse is the response type for the Query/Params RPC method.
params defines the parameters of the module.
AtomicSwapPacketData is comprised of a raw transaction, type of transaction and optional memo field.
GenesisState defines the ibc-transfer genesis state
Used as request type in: Msg.MakeSwap
Used as field type in:
the port on which the packet will be sent
the channel by which the packet will be sent
the tokens to be sell
the sender address
the sender's address on the destination chain
if desired_taker is specified, only the desired_taker is allowed to take this order this is address on destination chain
Timeout height relative to the current block height. The timeout is disabled when set to 0.
Timeout timestamp in absolute nanoseconds since unix epoch. The timeout is disabled when set to 0.
Used in: ,
Used in:
Params defines the set of IBC swap parameters.
Used in: ,
swap_enabled enables or disables all cross-chain token transfers from this chain.
max_fee_rate set a max value of fee, it's base point, 1/10000
Used as response type in: Query.GetAllOrders, Query.GetAllOrdersByType, Query.GetPrivateOrders, Query.GetSubmittedOrders, Query.GetTookOrders
Type defines a classification of swap messages
Used in:
Default zero value enumeration
OTC
Used in:
the port on which the packet will be sent
the channel by which the packet will be sent
the tokens to be sell
the sender address
the sender's address on the destination chain
if desired_taker is specified, only the desired_taker is allowed to take this order this is address on destination chain
Type defines a classification of swap messages
Used in:
Default zero value enumeration
the tokens to be sell
the sender address
the sender's address on the destination chain
Used as request type in: Msg.TakeSwap
Used as field type in:
the tokens to be sell
the sender address
the sender's address on the destination chain
Timeout height relative to the current block height. The timeout is disabled when set to 0.
Timeout timestamp in absolute nanoseconds since unix epoch. The timeout is disabled when set to 0.