Skip to content

Instantly share code, notes, and snippets.

@abourget
Created July 9, 2018 13:09
Show Gist options
  • Select an option

  • Save abourget/b319979d96bc15a4eaa20645d8d13b26 to your computer and use it in GitHub Desktop.

Select an option

Save abourget/b319979d96bc15a4eaa20645d8d13b26 to your computer and use it in GitHub Desktop.

Revisions

  1. abourget created this gist Jul 9, 2018.
    30 changes: 30 additions & 0 deletions sample_tx.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,30 @@
    {
    "expiration": "2018-07-09T13:09:20",
    "ref_block_num": 955,
    "ref_block_prefix": 2477295815,
    "max_net_usage_words": 0,
    "max_cpu_usage_ms": 0,
    "delay_sec": 0,
    "context_free_actions": [],
    "actions": [
    {
    "account": "eosio.token",
    "name": "transfer",
    "authorization": [
    {
    "actor": "mama",
    "permission": "active"
    }
    ],
    "data": {
    "from": "mama",
    "to": "papa",
    "quantity": "1.0000 EOS",
    "memo": "arbitration"
    }
    }
    ],
    "transaction_extensions": [],
    "signatures": [],
    "context_free_data": []
    }