Documentation ¶
Index ¶
- func AddGenesisTokenCmd(ctx *server.Context, cdc *codec.Codec, ...) *cobra.Command
- func GetCmdAddTokenWhitelist(cdc *codec.Codec) *cobra.Command
- func GetCmdBurnToken(cdc *codec.Codec) *cobra.Command
- func GetCmdForbidAddr(cdc *codec.Codec) *cobra.Command
- func GetCmdForbidToken(cdc *codec.Codec) *cobra.Command
- func GetCmdIssueToken(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdMintToken(cdc *codec.Codec) *cobra.Command
- func GetCmdModifyTokenInfo(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryParams(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryToken(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryTokenForbiddenAddr(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryTokenList(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryTokenReservedSymbols(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryTokenWhitelist(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdRemoveTokenWhitelist(cdc *codec.Codec) *cobra.Command
- func GetCmdTransferOwnership(cdc *codec.Codec) *cobra.Command
- func GetCmdUnForbidAddr(cdc *codec.Codec) *cobra.Command
- func GetCmdUnForbidToken(cdc *codec.Codec) *cobra.Command
- func GetQueryCmd(cdc *codec.Codec) *cobra.Command
- func GetTxCmd(cdc *codec.Codec) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddGenesisTokenCmd ¶
func AddGenesisTokenCmd(ctx *server.Context, cdc *codec.Codec, defaultNodeHome, defaultClientHome string) *cobra.Command
AddGenesisTokenCmd returns add-genesis-token cobra Command.
func GetCmdAddTokenWhitelist ¶
GetCmdAddTokenWhitelist will create a add token whitelist tx and sign.
func GetCmdBurnToken ¶
GetCmdBurnToken will create a burn token tx and sign.
func GetCmdForbidAddr ¶
GetCmdForbidAddr will create forbid address tx and sign.
func GetCmdForbidToken ¶
GetCmdForbidToken will create a Forbid token tx and sign.
func GetCmdIssueToken ¶
GetCmdIssueToken will create a issue token tx and sign.
func GetCmdMintToken ¶
GetCmdMintToken will create a mint token tx and sign.
func GetCmdModifyTokenInfo ¶
GetCmdModifyTokenInfo will create a modify token info tx and sign.
func GetCmdQueryToken ¶
GetCmdQueryToken returns a query token that will display the info of the token at a given token symbol
func GetCmdQueryTokenForbiddenAddr ¶
GetCmdQueryTokenForbiddenAddr returns forbidden addr
func GetCmdQueryTokenList ¶
GetCmdQueryTokenList returns all token that will display
func GetCmdQueryTokenReservedSymbols ¶
GetCmdQueryTokenReservedSymbols returns reserved symbol list
func GetCmdQueryTokenWhitelist ¶
GetCmdQueryTokenWhitelist returns whitelist
func GetCmdRemoveTokenWhitelist ¶
GetCmdRemoveTokenWhitelist will create a remove token whitelist tx and sign.
func GetCmdTransferOwnership ¶
GetCmdTransferOwnership will create a transfer token owner tx and sign.
func GetCmdUnForbidAddr ¶
GetCmdUnForbidAddr will create unforbid address tx and sign.
func GetCmdUnForbidToken ¶
GetCmdUnForbidToken will create a UnForbid token tx and sign.
func GetQueryCmd ¶
get the root query command of this module
Types ¶
This section is empty.