Documentation
¶
Overview ¶
Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.
Index ¶
- Variables
- func GetLatestAvagoVersionForRPC(configuredRPCVersion int) (string, error)
- func GetMinStakingAmount(network models.Network) (uint64, error)
- func GetTimeParametersPrimaryNetwork(network models.Network, nodeIndex int, validationDuration time.Duration, ...) (time.Time, time.Duration, error)
- func NewCmd(injectedApp *application.Avalanche) *cobra.Command
- func NewValidateCmd(injectedApp *application.Avalanche) *cobra.Command
- func PrintNodeJoinPrimaryNetworkOutput(nodeID ids.NodeID, weight uint64, network models.Network, start time.Time)
- func PrintResults(cloudConfig CloudConfig, publicIPMap map[string]string, cloudService string)
- func PromptWeightPrimaryNetwork(network models.Network) (uint64, error)
- type CloudConfig
Constants ¶
This section is empty.
Variables ¶
var ( ErrMutuallyExlusiveKeyLedger = errors.New("--key and --ledger,--ledger-addrs are mutually exclusive") ErrStoredKeyOnMainnet = errors.New("--key is not available for mainnet operations") ErrNoBlockchainID = errors.New("failed to find the blockchain ID for this subnet, has it been deployed/created on this network?") )
Functions ¶
func GetMinStakingAmount ¶ added in v1.3.3
func GetTimeParametersPrimaryNetwork ¶ added in v1.3.3
func NewValidateCmd ¶
func NewValidateCmd(injectedApp *application.Avalanche) *cobra.Command
func PrintNodeJoinPrimaryNetworkOutput ¶ added in v1.3.3
func PrintResults ¶
func PrintResults(cloudConfig CloudConfig, publicIPMap map[string]string, cloudService string)