blockchain v0.1.5 Blockchain.Interface.AccountInterface

Defines an interface for methods to interact with accounts.

Link to this section Summary

Functions

Returns a new account interface

Link to this section Types

Link to this type t()
t() :: %Blockchain.Interface.AccountInterface{}

Link to this section Functions

Returns a new account interface.

Examples

iex> Blockchain.Interface.AccountInterface.new()
%Blockchain.Interface.AccountInterface{}