Skip to content

Instantly share code, notes, and snippets.

@wujunchuan
Created July 11, 2019 11:45
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 wujunchuan/ee6c5bdcda61e3903c709a2198dcb90e to your computer and use it in GitHub Desktop.
Save wujunchuan/ee6c5bdcda61e3903c709a2198dcb90e to your computer and use it in GitHub Desktop.
eos transaction result
{
"type": 0,
"data": {
"transaction_id": "82754ee125b14dc09295f455612a555e4613f05fbaa60ae6a3bba9cfd523fcf0",
"processed": {
"elapsed": 2265,
"receipt": {
"status": "executed",
"net_usage_words": 18,
"cpu_usage_us": 2265
},
"block_time": "2019-07-11T11:43:34.000",
"id": "82754ee125b14dc09295f455612a555e4613f05fbaa60ae6a3bba9cfd523fcf0",
"block_num": 68107332,
"net_usage": 144,
"except": null,
"producer_block_id": null,
"action_traces": [
{
"context_free": false,
"trx_id": "82754ee125b14dc09295f455612a555e4613f05fbaa60ae6a3bba9cfd523fcf0",
"producer_block_id": null,
"console": "",
"receipt": {
"code_sequence": 3,
"abi_sequence": 3,
"receiver": "eosio.token",
"recv_sequence": 1133470862,
"global_sequence": "7786220705",
"act_digest": "a48f9d382330567174261a113c4f35a330b42216dd5ed0d4a3fc77d88e56417f",
"auth_sequence": [
[
"johntrump123",
7230
]
]
},
"elapsed": 2008,
"block_num": 68107332,
"block_time": "2019-07-11T11:43:34.000",
"account_ram_deltas": [],
"act": {
"account": "eosio.token",
"data": {
"quantity": "0.0001 EOS",
"memo": "Transfer Memo",
"to": "g.f.w",
"from": "johntrump123"
},
"authorization": [
{
"actor": "johntrump123",
"permission": "owner"
}
],
"name": "transfer",
"hex_data": "3044a852df3c1b7d00000000000e1660010000000000000004454f53000000000d5472616e73666572204d656d6f"
},
"except": null,
"inline_traces": [
{
"context_free": false,
"trx_id": "82754ee125b14dc09295f455612a555e4613f05fbaa60ae6a3bba9cfd523fcf0",
"producer_block_id": null,
"console": "",
"receipt": {
"code_sequence": 3,
"abi_sequence": 3,
"receiver": "johntrump123",
"recv_sequence": 4415,
"global_sequence": "7786220706",
"act_digest": "a48f9d382330567174261a113c4f35a330b42216dd5ed0d4a3fc77d88e56417f",
"auth_sequence": [
[
"johntrump123",
7231
]
]
},
"elapsed": 13,
"block_num": 68107332,
"block_time": "2019-07-11T11:43:34.000",
"account_ram_deltas": [],
"act": {
"account": "eosio.token",
"data": {
"quantity": "0.0001 EOS",
"memo": "Transfer Memo",
"to": "g.f.w",
"from": "johntrump123"
},
"authorization": [
{
"actor": "johntrump123",
"permission": "owner"
}
],
"name": "transfer",
"hex_data": "3044a852df3c1b7d00000000000e1660010000000000000004454f53000000000d5472616e73666572204d656d6f"
},
"except": null,
"inline_traces": []
},
{
"context_free": false,
"trx_id": "82754ee125b14dc09295f455612a555e4613f05fbaa60ae6a3bba9cfd523fcf0",
"producer_block_id": null,
"console": "",
"receipt": {
"code_sequence": 3,
"abi_sequence": 3,
"receiver": "g.f.w",
"recv_sequence": 254,
"global_sequence": "7786220707",
"act_digest": "a48f9d382330567174261a113c4f35a330b42216dd5ed0d4a3fc77d88e56417f",
"auth_sequence": [
[
"johntrump123",
7232
]
]
},
"elapsed": 35,
"block_num": 68107332,
"block_time": "2019-07-11T11:43:34.000",
"account_ram_deltas": [],
"act": {
"account": "eosio.token",
"data": {
"quantity": "0.0001 EOS",
"memo": "Transfer Memo",
"to": "g.f.w",
"from": "johntrump123"
},
"authorization": [
{
"actor": "johntrump123",
"permission": "owner"
}
],
"name": "transfer",
"hex_data": "3044a852df3c1b7d00000000000e1660010000000000000004454f53000000000d5472616e73666572204d656d6f"
},
"except": null,
"inline_traces": []
}
]
}
],
"scheduled": false
}
},
"code": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment