Get desktop application:
View/edit binary Protocol Buffers messages
Msg defines the tokenswap Msg service.
CreateTokenswap defines a method for creating a new tokenswap
MsgCreateTokenswapRequest defines a SDK message for creating a new tokenswap
tx_hash is the tx hash of burn tx from legacy chain tx_hash is used for store key
receiver is the target of tokenswap
signer is who confirms the swap process
amount is the amount of swap process
MsgCreatetokenswapResponse defines the Msg/CreateTokenswap response type
(message has no fields)
Query defines the gRPC querier service
Params queries parameters of tokenswap
QueryParamsRequest is request type for the Query/Params RPC method
(message has no fields)
QueryParamsResponse is response type for the Query/Params RPC method
params defines the parameters of tokenswap
SwappedAmount queries current swapped amount of tokenswap
QuerySwappedAmountRequest is request type for the Query/SwappedAmount RPC method
(message has no fields)
QuerySwappedAmountResponse is response type for the Query/SwappedAmount RPC method
amount defines current swapped amount of tokenswap
Tokenswap queries tokenswap item for given tx hash
QueryTokenswapRequest is request type for the Query/Tokenswap RPC method
tx_hash defines the tx hash to query for
QueryTokenswapResponse is response type for the Query/Tokenswap RPC method
tokenswap defines the tokenswap info
Params defines the parameters for the tokenswap module
Used in: ,
swappable indicates whether tokenswap module is enabled or not
signer is someone who can request tokenswap
limit is the maximum swappable amount
Current swapped amount of tokenswap module
Used in:
amount is the amount of already swapped
Tokenswap defines the tokenswap state
Used in:
tx_hash is the tx hash of burn tx from legacy chain tx_hash is used for store key
receiver is the target of tokenswap
signer is who confirms the swap process
amount is the amount of swap process