Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrOneOfTendermintFlagIsRequired = errors.New("one of --tendermint-home or --tendermint-pubkey flag is required") ErrTendermintFlagsAreMutuallyExclusive = errors.New("--tendermint-home and --tendermint-pubkey are mutually exclusive") ErrClefOptionMissing = errors.New("--clef-account and --clef-address must both be set to import a clef wallet") )
Functions ¶
func NodeWallet ¶
Types ¶
type RootCmd ¶
type RootCmd struct { // Global options config.VegaHomeFlag config.PassphraseFlag // Subcommands Show showCmd `command:"show" description:"List the wallets registers into the nodewallet"` Generate generateCmd `command:"generate" description:"Generate and register a wallet into the nodewallet"` Import importCmd `command:"import" description:"Import the configuration of a wallet required by the vega node"` Verify verifyCmd `command:"verify" description:"Verify the configuration imported in the nodewallet"` Reload reloadCmd `command:"reload" description:"Reload node wallet of a running node instance"` }
Click to show internal directories.
Click to hide internal directories.