eosrpc v0.3.0 EOSRPC.AccountHistory View Source

EOS Account History Apis Wrapper for Elixir

Link to this section Summary

Functions

Retrieve accounts which are created by the given account

Retrieve accounts associated with a public key

Get transaction data

Get transactions for a given account

Link to this section Functions

Link to this function get_controlled_accounts(account_name) View Source

Retrieve accounts which are created by the given account

Link to this function get_key_accounts(public_key) View Source

Retrieve accounts associated with a public key

Link to this function get_transaction(transaction_id) View Source

Get transaction data

Link to this function get_transactions(account_name) View Source

Get transactions for a given account