eosrpc v0.3.0 EOSRPC.History behaviour View Source

EOS History Apis Wrapper for Elixir

Link to this section Summary

Functions

Get actions for a given account

Retrieve a transaction from the blockchain

Link to this section Functions

Link to this function get_actions(account_name, pos \\ 0, offset \\ 100) View Source

Get actions for a given account

Retrieve a transaction from the blockchain.

Link to this section Callbacks

Link to this callback get_actions(account_name, post, offset) View Source
get_actions(account_name :: binary(), post :: integer(), offset :: integer()) ::
  any()
Link to this callback get_transaction(id) View Source
get_transaction(id :: any()) :: any()