[][src]Module ethcontract_common::truffle

Module for reading and examining data produced by truffle.

Re-exports

pub use ethabi as abi;

Structs

Abi

API building calls to contracts ABI.

Artifact

Represents a truffle artifact.

Bytecode

The string representation of the byte code. Note that this must be a String since solc linking requires string manipulation of the bytecode string representation.

DocEntry

A documentation entry.

Documentation

A contract's documentation.

Network

A contract's network configuration.