Documentation ¶
Index ¶
Constants ¶
View Source
const ( FlagTo = "to" FlagAmount = "amount" FlagFrom = "from" )
nolint
Variables ¶
View Source
var AccountQueryCmd = &cobra.Command{ Use: "account [address]", Short: "Get details of an account, with proof", RunE: commands.RequireInit(accountQueryCmd), }
AccountQueryCmd - command to query an account
View Source
var CreditTxCmd = &cobra.Command{ Use: "credit", Short: "issue credit to one account", RunE: commands.RequireInit(creditTxCmd), }
CreditTxCmd is CLI command to issue credit to one account
View Source
var SendTxCmd = &cobra.Command{ Use: "send", Short: "send tokens from one account to another", RunE: commands.RequireInit(sendTxCmd), }
SendTxCmd is CLI command to send tokens between basecoin accounts
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.