config

package
v0.0.0-...-8ad0a2a Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2024 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	ChainId                  string   `json:"chain_id"`
	SipeAddr                 string   `json:"sipe_addr"`
	PrivateKey               string   `json:"private_key"`
	Cert                     string   `json:"cert"`
	CACerts                  []string `json:"ca_certs"`
	SenderPrivateKey         []string `json:"sender_private_key"`
	SenderPrivateKeyPassword []string `json:"sender_private_key_password"`
	Receiver                 string   `json:"receiver"`
	GasPriceLimit            int64    `json:"gas_price_limit"`
	GasPrice                 int64    `json:"gas_price"`
	DummyInternal            int64    `json:"dummy_internal"`
	Monitor                  bool     `json:"monitor"`
}

func LoadConfig

func LoadConfig(f string) *Config

Jump to

Keyboard shortcuts

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