blockchain v0.1.5 Blockchain.Interface.ContractInterface

Defines an interface for methods to interact with contracts.

Link to this section Summary

Functions

Returns a new contract interface

Link to this section Types

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

Link to this section Functions

Returns a new contract interface.

Examples

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