-
Notifications
You must be signed in to change notification settings - Fork 30
/
sample-post.json
41 lines (41 loc) · 992 Bytes
/
sample-post.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"actions": [{
"tx_id": "0f739ccba098d7a556280c2797f7ec4d8a41250d643c9a6c2c5685f4544bc9a1",
"account": "eosio.token",
"seq_num": 1,
"receiver": "acca",
"block_time": "2018-09-01T10:36:57.500",
"block_num": 7734,
"name": "transfer",
"authorization": [{
"actor": "eosio",
"permission": "active"
}
],
"action_data": {
"from": "eosio",
"to": "eosio.stake",
"quantity": "2100.0000 SYS",
"memo": "stake bandwidth"
}
},{
"tx_id": "0f739ccba098d7a556280c2797f7ec4d8a41250d643c9a6c2c5685f4544bc9a2",
"account": "eosio.token",
"name": "transfer",
"seq_num": 0,
"receiver": "accb",
"block_time": "2018-09-01T10:36:57.500",
"block_num": 7734,
"authorization": [{
"actor": "eosio",
"permission": "active"
}
],
"action_data": {
"from": "eosio",
"to": "eosio.ramfee",
"quantity": "50.0000 SYS",
"memo": "ram fee"
}
}]
}