Chain API

class populus.chain.base.BaseChain

All chain objects inherit from the populus.chain.base.BaseChain base class and expose the following API.

BaseChain.web3

Accessor for the Web3 instance that this chain is configured to use.

BaseChain.wait

Accessor for the Wait API.

BaseChain.registrar

Accessor for the Registrar API.

BaseChain.provider

Accessor for the Provider API.