package
Version:
v0.0.0-...-168a7d3
Opens a new window with list of versions in this module.
Published: Aug 26, 2019
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var WalletCMDS = &cmds.Command{
Helptext: cmds.HelpText{
Tagline: "AyaChain Wallet commands.",
},
Subcommands: map[string]*cmds.Command{
"coinbase": coinBaseCmd,
"unlock": unlockCMD,
"lock": lockCMD,
"transfer": transferCMD,
"balanceOf": balanceOfCMD,
},
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.