Skip to content

Commit

Permalink
Add history api calls: get_controlled_accounts, get_key_accounts EOSI…
Browse files Browse the repository at this point in the history
  • Loading branch information
James Calfee committed May 25, 2018
1 parent 0f0df9c commit 21675ae
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion src/api/v1/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,22 @@
}
}]
},

"get_controlled_accounts": {
"params": {
"controlling_account": "account_name"
},
"results": {
"controlled_accounts": "account_name[]"
}
},
"get_key_accounts": {
"params": {
"public_key": "public_key_type"
},
"results": {
"account_names": "account_name[]"
}
},
"get_transaction": {
"brief": "Retrieve a transaction from the blockchain.",
"params": {
Expand Down

0 comments on commit 21675ae

Please sign in to comment.