Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NetworkFromString ¶
NetworkFromString converts a string to an ethereum.Network.
Types ¶
type BaseChain ¶
type BaseChain struct {
// contains filtered or unexported fields
}
BaseChain represents a base, non-application-specific chain handle. It provides the implementation of generic features like balance monitor, block counter and similar.
func (*BaseChain) BlockCounter ¶
func (bc *BaseChain) BlockCounter() *ethereum.BlockCounter
func (*BaseChain) Client ¶
func (bc *BaseChain) Client() ethutil.EthereumClient
Click to show internal directories.
Click to hide internal directories.