Liquid staking module specifications
Transferring your tokens from Initia to MilkyWay
{
"@type": "/ibc.applications.transfer.v1.MsgTransfer",
"source_port": "transfer",
"source_channel": "<Channel ID on the Initia testnet>",
"token": {
"denom": "uinit",
"amount": "<Amount of tokens to be transferred>"
},
"sender": "<Initia address of the user sending the tokens>",
"receiver": "<MilkyWay address of the user receiving the tokens>",
"timeout_height": {
"revision_number": "<Revision number>",
"revision_height": "<Revision height>"
},
"timeout_timestamp": "<Timeout timestamp>",
"memo": ""
}Liquid staking INIT tokens
Liquid unstaking (redeeming) milkINIT tokens
ℹ️ Note
Transferring milkINIT tokens from MilkyWay to another Minitia
Last updated