Documentation ¶
Index ¶
Constants ¶
View Source
const ( FlagSymbol = "symbol" FlagName = "name" FlagScale = "scale" FlagMinUnit = "min-unit" FlagInitialSupply = "initial-supply" FlagMaxSupply = "max-supply" FlagMintable = "mintable" FlagTo = "to" FlagAmount = "amount" )
Variables ¶
View Source
var ( FsIssueToken = flag.NewFlagSet("", flag.ContinueOnError) FsEditToken = flag.NewFlagSet("", flag.ContinueOnError) FsTransferTokenOwner = flag.NewFlagSet("", flag.ContinueOnError) FsMintToken = flag.NewFlagSet("", flag.ContinueOnError) )
Functions ¶
func GetQueryCmd ¶
GetQueryCmd returns the query commands for the token module.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.