Documentation ¶
Index ¶
- Constants
- Variables
- func GetCmdBurn() *cobra.Command
- func GetCmdDisableMint() *cobra.Command
- func GetCmdIssue() *cobra.Command
- func GetCmdMint() *cobra.Command
- func GetCmdQueryFanToken() *cobra.Command
- func GetCmdQueryFanTokens() *cobra.Command
- func GetCmdQueryParams() *cobra.Command
- func GetCmdSetAuthority() *cobra.Command
- func GetCmdSetMinter() *cobra.Command
- func GetCmdSetUri() *cobra.Command
- func GetCmdUpdateFantokenFees() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func NewTxCmd() *cobra.Command
Constants ¶
View Source
const ( FlagSymbol = "symbol" FlagName = "name" FlagMaxSupply = "max-supply" FlagRecipient = "recipient" FlagNewAuthority = "new-authority" FlagNewMinter = "new-minter" FlagAmount = "amount" FlagURI = "uri" )
Variables ¶
View Source
var ( FsIssue = flag.NewFlagSet("", flag.ContinueOnError) FsMint = flag.NewFlagSet("", flag.ContinueOnError) FsDisableMint = flag.NewFlagSet("", flag.ContinueOnError) FsSetAuthority = flag.NewFlagSet("", flag.ContinueOnError) FsSetMinter = flag.NewFlagSet("", flag.ContinueOnError) FsSetUri = flag.NewFlagSet("", flag.ContinueOnError) )
Functions ¶
func GetCmdBurn ¶
func GetCmdDisableMint ¶
GetCmdDisableMint implements the edit fan token mintable command
func GetCmdIssue ¶
GetCmdIssue implements the issue fantoken command
func GetCmdMint ¶
func GetCmdQueryFanToken ¶
GetCmdQueryFanToken implements the query fantoken command.
func GetCmdQueryFanTokens ¶
GetCmdQueryFanTokens implements the query fantokens command.
func GetCmdQueryParams ¶
GetCmdQueryParams implements the query fantoken related param command.
func GetCmdSetAuthority ¶
GetCmdSetAuthority implements the transfer fan token authority command
func GetCmdSetMinter ¶
GetCmdSetMinter implements the transfer fan token authority command
func GetCmdSetUri ¶
GetCmdSetUri implements the transfer fan token authority command
func GetQueryCmd ¶
GetQueryCmd returns the query commands for the fantoken module.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.