types

package
v1.21.41 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 23, 2025 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Overview

Copyright (C) 2020-2022-2025, Lux Industries Inc. All rights reserved. See the file LICENSE for licensing terms.

Copyright (C) 2020-2022-2025, Lux Industries Inc. All rights reserved. See the file LICENSE for licensing terms.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	MetricsEnabled bool `json:"metricsEnabled"`
}

Config represents the CLI configuration

type ConfigLoader

type ConfigLoader interface {
	LoadConfig() (Config, error)
}

ConfigLoader provides methods for loading configuration

type ConfigWriter

type ConfigWriter interface {
	WriteConfigFile(data []byte) error
}

ConfigWriter provides methods for writing configuration

type EvmGenesis

type EvmGenesis struct {
	core.Genesis
}

EvmGenesis represents an EVM genesis configuration It embeds core.Genesis for compatibility

type PrompterInterface

type PrompterInterface interface {
	CaptureYesNo(prompt string) (bool, error)
}

PrompterInterface provides methods for user interaction

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL