Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NewClientHook ¶
type NewClientHook func(network client.BlockchainNetwork) (client.BlockchainClient, error)
NewClientHook external client function
type NewDeployerHook ¶
type NewDeployerHook func(c client.BlockchainClient) (contracts.ContractDeployer, error)
NewDeployerHook external deployer function
type NewMultinetworkHook ¶
type NewMultinetworkHook func(conf *config.Config) ([]client.BlockchainNetwork, error)
NewMultinetworkHook is a helper function to create multiple blockchain networks at once
type NewNetworkHook ¶
type NewNetworkHook func(conf *config.Config) (client.BlockchainNetwork, error)
NewNetworkHook is a helper function to obtain the network listed in the config file
Click to show internal directories.
Click to hide internal directories.