node

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2022 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"`
	ChainID                   string        `yaml:"chain_id"`
	Moniker                   string        `yaml:"moniker"`
	Mnemonic                  string        `yaml:"mnemonic"`
	AdminOracleAddress        string        `yaml:"admin_oracle_address"`
	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:"-"`
	EnableGrpc                bool          `yaml:"-"`
	EnableAPI                 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