Documentation ¶
Index ¶
- type Config
- type Option
- func WithContractDeployerDebug(b bool) Option
- func WithContractDeployerDockerImage(s string) Option
- func WithLogLevel(i int) Option
- func WithSGXEnabled(b bool) Option
- func WithSequencerEnclaveDebug(b bool) Option
- func WithSequencerEnclaveDockerImage(s string) Option
- func WithValidatorEnclaveDebug(b bool) Option
- func WithValidatorEnclaveDockerImage(s string) Option
- type Testnet
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
Config holds the properties that configure the package
func NewTestnetConfig ¶
type Option ¶
type Option = func(c *Config)
Option is a function that applies configs to a Config Object
func WithContractDeployerDebug ¶ added in v0.21.0
func WithContractDeployerDockerImage ¶ added in v0.21.0
func WithLogLevel ¶ added in v0.21.0
func WithSGXEnabled ¶
Click to show internal directories.
Click to hide internal directories.