Sha256: ca8899cb84b209d4c365b2791414139af85f125e204132d468129104e1b2732a
Contents?: true
Size: 1.24 KB
Versions: 4
Compression:
Stored size: 1.24 KB
Contents
{ "get_actions": { "params": { "account_name": "account_name", "pos": "int32?", "offset": "int32?" }, "results": { "actions": "ordered_action_result[]", "last_irreversible_block": "uint32", "time_limit_exceeded_error": "bool?" }, "structs": [{ "name": "ordered_action_result", "fields": { "global_action_seq": "uint64", "account_action_seq": "int32", "block_num": "uint32", "block_time": "block_timestamp_type", "action_trace": "variant" } }] }, "get_transaction": { "brief": "Retrieve a transaction from the blockchain.", "params": { "id": "transaction_id_type" }, "results": { "id": "transaction_id_type", "trx": "variant", "block_time": "block_timestamp_type", "block_num": "uint32", "last_irreversible_block": "uint32", "traces": "variant[]" } }, "get_key_accounts": { "params": { "public_key": "public_key_type" }, "results": { "account_names": "account_name[]" } }, "get_controlled_accounts": { "params": { "controlling_account": "account_name" }, "results": { "controlled_accounts": "account_name[]" } } }
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
eost-0.1.12 | specs/history.json |
eost-0.1.11 | specs/history.json |
eost-0.1.10 | specs/history.json |
eost-0.1.8 | specs/history.json |