Expand description
Utilities for launching a Geth dev-mode instance.
Structs§
- DevOptions
- Configuration options that can be set in dev mode.
- Geth
- Builder for launching
geth
. - Geth
Instance - A geth instance. Will close the instance when dropped.
- Private
NetOptions - Configuration options that cannot be set in dev mode.
Enums§
- Node
Mode - Whether or not node is in
dev
mode and configuration options that depend on the mode.