Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ganache ¶
func StartGanacheWithPrefundedAccounts ¶
func StartGanacheWithPrefundedAccounts(cfg GanacheConfig) (ganache *Ganache, err error)
type GanacheConfig ¶
type GanacheConfig struct { Cmd string Host string Port uint BlockTime time.Duration Funding []KeyWithBalance StartupTime time.Duration ChainID *big.Int PrintToStdOut bool }
func (GanacheConfig) NodeURL ¶
func (cfg GanacheConfig) NodeURL() string
type KeyWithBalance ¶
Click to show internal directories.
Click to hide internal directories.