Documentation ¶
Index ¶
- func InitNetworks() error
- type Network
- func (n *Network) Accounts() []accounts.Account
- func (n *Network) Client() *ethclient.Client
- func (n *Network) Keystore() *keystore.KeyStore
- func (n *Network) KeystorePath() string
- func (n *Network) Name() string
- func (n *Network) NewTransactor(a accounts.Account) *bind.TransactOpts
- func (n *Network) RpcClient() *rpc.Client
- func (n *Network) Unlock(a accounts.Account, passphrase string) error
- func (n *Network) UnlockWithPrompt(a accounts.Account) error
- func (n *Network) Url() string
- type NetworkConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitNetworks ¶
func InitNetworks() error
Types ¶
type Network ¶
type Network struct {
// contains filtered or unexported fields
}
func (*Network) KeystorePath ¶
func (*Network) NewTransactor ¶
func (n *Network) NewTransactor(a accounts.Account) *bind.TransactOpts
type NetworkConfig ¶
type NetworkConfig struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.