node

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2023 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Reset

func Reset(chainID string, nodeDir *string) error

Types

type Node

type Node struct {
	CLI                       utils.CLI     `yaml:"-"`
	AdminCLPAddresses         []string      `yaml:"admin_clp_addresses"`
	AdminOracleAddress        string        `yaml:"admin_oracle_address"`
	AdminTokenRegistryAddress string        `yaml:"admin_token_registry_address"`
	ChainID                   string        `yaml:"chain_id"`
	Moniker                   string        `yaml:"moniker"`
	Mnemonic                  string        `yaml:"mnemonic"`
	IPAddr                    string        `yaml:"ip_address"`
	Address                   string        `yaml:"address"`
	Password                  string        `yaml:"password"`
	BondAmount                string        `yaml:"-"`
	MintAmount                string        `yaml:"-"`
	MinCLPCreatePoolThreshold uint64        `yaml:"-"`
	GovMaxDepositPeriod       time.Duration `yaml:"-"`
	GovVotingPeriod           time.Duration `yaml:"-"`
	PeerAddress               string        `yaml:"-"`
	GenesisURL                string        `yaml:"-"`
	Standalone                bool          `yaml:"-"`
	WithCosmovisor            bool          `yaml:"-"`
}

func (*Node) Build

func (n *Node) Build() (*string, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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