Skip to content

Instantly share code, notes, and snippets.

@yuma300
Created October 6, 2021 09:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuma300/3f5825d412baaf45376e5f2ee18f7617 to your computer and use it in GitHub Desktop.
Save yuma300/3f5825d412baaf45376e5f2ee18f7617 to your computer and use it in GitHub Desktop.
mutisend.json
{
"header": {
"id": 6073340,
"chain_id": "cosmoshub-4",
"block_id": 11304509,
"timestamp": "2021-10-05T18:28:17Z"
},
"data": {
"height": "7902497",
"txhash": "6F2229256988F03D8E2C9591C4A4EA2EC535DB4C68675E3095E0F233DBD41EE9",
"codespace": "",
"code": 0,
"data": "0A0B0A096D756C746973656E64",
"raw_log": "[{\"events\":[{\"type\":\"message\",\"attributes\":[{\"key\":\"action\",\"value\":\"multisend\"},{\"key\":\"sender\",\"value\":\"cosmos1c5dsnqpa8xnuhz55t2xqjh0kn7xuc02q4uhda5\"},{\"key\":\"module\",\"value\":\"bank\"}]},{\"type\":\"transfer\",\"attributes\":[{\"key\":\"recipient\",\"value\":\"cosmos144fzpepuvdftv4u4r9kq8t35ap2crruv4u3udz\"},{\"key\":\"amount\",\"value\":\"26270700uatom\"}]}]}]",
"logs": [
{
"msg_index": 0,
"log": "",
"events": [
{
"type": "message",
"attributes": [
{
"key": "action",
"value": "multisend"
},
{
"key": "sender",
"value": "cosmos1c5dsnqpa8xnuhz55t2xqjh0kn7xuc02q4uhda5"
},
{
"key": "module",
"value": "bank"
}
]
},
{
"type": "transfer",
"attributes": [
{
"key": "recipient",
"value": "cosmos144fzpepuvdftv4u4r9kq8t35ap2crruv4u3udz"
},
{
"key": "amount",
"value": "26270700uatom"
}
]
}
]
}
],
"info": "",
"gas_wanted": "200000",
"gas_used": "68714",
"tx": {
"@type": "/cosmos.tx.v1beta1.Tx",
"body": {
"messages": [
{
"@type": "/cosmos.bank.v1beta1.MsgMultiSend",
"inputs": [
{
"address": "cosmos1c5dsnqpa8xnuhz55t2xqjh0kn7xuc02q4uhda5",
"coins": [
{
"denom": "uatom",
"amount": "26270700"
}
]
}
],
"outputs": [
{
"address": "cosmos144fzpepuvdftv4u4r9kq8t35ap2crruv4u3udz",
"coins": [
{
"denom": "uatom",
"amount": "26270700"
}
]
}
]
}
],
"memo": "",
"timeout_height": "0",
"extension_options": [],
"non_critical_extension_options": []
},
"auth_info": {
"signer_infos": [
{
"public_key": {
"@type": "/cosmos.crypto.secp256k1.PubKey",
"key": "Ag5GP6UWFx8unwMf1yr04fH9sYTGiMQM5yMRLkIO4Gnn"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_LEGACY_AMINO_JSON"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [
{
"denom": "uatom",
"amount": "1000"
}
],
"gas_limit": "200000",
"payer": "",
"granter": ""
}
},
"signatures": [
"kkcILdcABgi3AG3rtURX3/nhcBoK7M0pUL/kea0ChCdM+mIu6wMIbkOE8ZABK+vJ6GrH9xEsv5eJr5FW4i2QsA=="
]
},
"timestamp": "2021-10-05T18:28:17Z"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment