config

package
v0.0.0-...-29f768c Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2020 License: Apache-2.0 Imports: 3 Imported by: 10

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Save2Config

func Save2Config(cfg *Config, path string) error

Types

type Config

type Config struct {
	Wallet             string   `json:"Wallet"`
	Password           string   `json:"Password"`
	SDRate             uint64   `json:"SDRate"`
	WingStartTime      uint64   `json:"WingStartTime"`
	Oracle             string   `json:"Oracle"`
	GovToken           string   `json:"GovToken"`
	ZeroPool           string   `json:"ZeroPool"`
	WingGov            string   `json:"WingGov"`
	Comptroller        string   `json:"Comptroller"`
	OldZeroPool        string   `json:"OldZeroPool"`
	WingProfit         string   `json:"WingProfit"`
	GlobalParam        string   `json:"GlobalParam"`
	Pool2              string   `json:"Pool2"`
	InterestRate       string   `json:"uint64erestRate"`
	FWBTC              string   `json:"FWBTC"`
	FONT               string   `json:"FONT"`
	FRENBTC            string   `json:"FrenBTC"`
	FUSDC              string   `json:"FUSDC"`
	FWING              string   `json:"FWING"`
	FETH               string   `json:"FETH"`
	FDAI               string   `json:"FDAI"`
	FUSDT              string   `json:"FUSDT"`
	FSUSD              string   `json:"FSUSD"`
	FNEO               string   `json:"FNEO"`
	FOKB               string   `json:"FOKB"`
	FUNI               string   `json:"FUNI"`
	IBTC               string   `json:"IBTC"`
	IETH               string   `json:"IETH"`
	IUSDT              string   `json:"IUSDT"`
	AuthAddr           string   `json:"AuthAddr"`
	WBTC               string   `json:"WBTC"`
	ONTd               string   `json:"ONTd"`
	RENBTC             string   `json:"RenBTC"`
	USDC               string   `json:"USDC"`
	WING               string   `json:"WING"`
	ETH                string   `json:"ETH"`
	DAI                string   `json:"DAI"`
	USDT               string   `json:"USDT"`
	SUSD               string   `json:"SUSD"`
	NEO                string   `json:"NEO"`
	OKB                string   `json:"OKB"`
	UNI                string   `json:"UNI"`
	Weight             uint64   `json:"Weight"`
	Amount             uint64   `json:"Amount"`
	Eta                uint64   `json:"Eta"`
	Gama               uint64   `json:"Gama"`
	ExchangeRate       uint64   `json:"ExchangeRate"`
	GasPrice           uint64   `json:"GasPrice"`
	GasLimit           uint64   `json:"GasLimit"`
	Rpc                []string `json:"Rpc"`
	TotalStaticProfit  uint64   `json:"TotalStaticProfit"`
	LendAmount         []uint64 `json:"LendAmount"`
	TotalDynamicProfit uint64   `json:"TotalDynamicProfit"`
	Wallets            []string `json:"Wallets"`
	Wifs               []string `json:"Wifs"`
	TxNum              uint     `json:"TxNum"`
	TxFactor           uint     `json:"TxFactor"`
	RoutineNum         uint     `json:"RoutineNum"`
	TPS                uint     `json:"TPS"`
	AccountNum         int      `json:"AccountNum"`
	StakeOnt           uint     `json:"StakeOnt"`
	StartNonce         uint32   `json:"StartNonce"`
	SaveTx             bool     `json:"SaveTx"`
	SendTx             bool     `json:"SendTx"`
}

func ParseConfig

func ParseConfig(path string) (*Config, error)

Jump to

Keyboard shortcuts

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