replay

package
v0.0.38 Latest Latest
Warning

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

Go to latest
Published: May 15, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultConfig = Config{
	Enabled:             false,
	EthRPC:              "http://44.234.105.54:18545",
	EthDataDir:          "/root/.ethereum/chaindata",
	ContractStateChecks: false,
}

Functions

This section is empty.

Types

type Config

type Config struct {
	Enabled             bool   `mapstructure:"eth_replay_enabled"`
	EthRPC              string `mapstructure:"eth_rpc"`
	EthDataDir          string `mapstructure:"eth_data_dir"`
	ContractStateChecks bool   `mapstructure:"contract_state_checks"`
}

func ReadConfig

func ReadConfig(opts servertypes.AppOptions) (Config, error)

Jump to

Keyboard shortcuts

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