USAGE EOS CLEOS - EASY #4

By @riccotz4/12/2018eos

HOW GET TRANSACTIONS

./cleos get transactions myaccount --json

returned

{
  "transactions": [{
	"seq_num": 0,
	"transaction_id": "15f8797169a58eb35cf7793143d385021689c7561cb34af04",
	"transaction": {
		"signatures": [
		"EOSK5ayQScr2FLDbc89czLRkENgd6MAAVA1TtdQqVm9ptYV52bX"
		],
		"compression": "none",
		"packed_context_free_data": "",
		"context_free_data": [],
		"packed_trx": "fa92c85a00002f245d1908f60000000572d3ccdcd010000000819b5164500000000a8ed3232220000000819b5164500000000807015d640556c2b000000000443464600000000016d",
		"transaction": {
		"expiration": "2018-04-07T09:44:26",
		"region": 0,
		"ref_block_num": 9263,
		"ref_block_prefix": 4127725917,
		"max_net_usage_words": 0,
		"max_kcpu_usage": 0,
		"delay_sec": 0,
		"context_free_actions": [],
		"actions": [{
			"account": "eosio.token",
			"name": "transfer",
			"authorization": [{
				"actor": "myaccount ",
				"permission": "active"
				}
			],
			"data": {
				"from": "myaccount ",
				"to": "user1",
				"quantity": "72852.0000 CDS",
				"memo": "m"
			},
			"hex_data": "0000000819b5164500d640556c2b000000000443464600000000016d"
			}
		]
		}
	}
	},{
	"seq_num": 1,
	"transaction_id": "91db053f0dcab9bea9228c8e4ab823f13fd292ea92d34135694",
	"transaction": {
		"signatures": [
		"EOSK87AYHAhBJWyxjko5J4dWVwmptDcgCscKyRatfHv6Qrwh15xxtBCcVZgWkt"
		],
		"compression": "none",
		"packed_context_free_data": "",
		"context_free_data": [],
		"packed_trx": "f692c85a00002824b631974500a53176010000000000ead64200000000a8ed32321d0000000819b5164500f47129620400000443464600000000046d656d6f",
		"transaction": {
		"expiration": "2018-04-07T09:44:22",
		"region": 0,
		"ref_block_num": 9256,
		"ref_block_prefix": 1167536566,
		"max_net_usage_words": 0,
		"max_kcpu_usage": 0,
		"delay_sec": 0,
		"context_free_actions": [],
		"actions": [{
			"account": "eosio.token",
			"name": "issue",
			"authorization": [{
				"actor": "eosio",
				"permission": "active"
				}
			],
			"data": {
				"to": "myaccount",
				"quantity": "481964864.0000 FAS",
				"memo": "memo"
			},
			"hex_data": "0000000819b5
3464600000000046d656d6f"
			}
		]
		}
	}
	}

comments