Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CLICommands = map[string]func([]string, wire.EventBroker, *wire.RPCBus){
"help": showHelp,
"createwallet": createWalletCMD,
"loadwallet": loadWalletCMD,
"createfromseed": createFromSeedCMD,
"balance": balanceCMD,
"transfer": transferCMD,
"stake": sendStakeCMD,
"bid": sendBidCMD,
"sync": syncWalletCMD,
"startprovisioner": startProvisioner,
"startblockgenerator": startBlockGenerator,
"exit": stopNode,
"quit": stopNode,
}
CLICommands holds all of the wallet commands that the user can call through the interactive shell.
View Source
var DBInstance *walletdb.DB
DBInstance will be used to close any open connections to the database
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.