Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultValues = `` /* 1027-byte string literal not displayed */
DefaultValues is the default configuration
View Source
const (
// FlagCfg flag used for config aka cfg
FlagCfg = "cfg"
)
Variables ¶
This section is empty.
Functions ¶
func NewKeyFromKeystore ¶
func NewKeyFromKeystore(cfg types.KeystoreFileConfig) (*ecdsa.PrivateKey, error)
NewKeyFromKeystore creates a private key from a keystore file
Types ¶
type Config ¶
type Config struct {
FullNodeRPCs FullNodeRPCs `mapstructure:"FullNodeRPCs"`
RPC jRPC.Config `mapstructure:"RPC"`
ProofSigners ProofSigners `mapstructure:"ProofSigners"`
Log log.Config `mapstructure:"Log"`
DB db.Config `mapstructure:"DB"`
EthTxManager EthTxManagerConfig `mapstructure:"EthTxManager"`
L1 L1Config `mapstructure:"L1"`
Telemetry Telemetry `mapstructure:"Telemetry"`
}
Config represents the full configuration of the data node
type EthTxManagerConfig ¶ added in v0.1.0
type FullNodeRPCs ¶
type ProofSigners ¶ added in v0.1.1
ProofSigners holds the address for authorized signers of proofs for a given rollup ip
Click to show internal directories.
Click to hide internal directories.