Documentation ¶
Index ¶
- func GetCmdIssueApprove(cdc *codec.Codec) *cobra.Command
- func GetCmdIssueBurn(cdc *codec.Codec) *cobra.Command
- func GetCmdIssueBurnFrom(cdc *codec.Codec) *cobra.Command
- func GetCmdIssueCreate(cdc *codec.Codec) *cobra.Command
- func GetCmdIssueDecreaseApproval(cdc *codec.Codec) *cobra.Command
- func GetCmdIssueDescription(cdc *codec.Codec) *cobra.Command
- func GetCmdIssueDisableFeature(cdc *codec.Codec) *cobra.Command
- func GetCmdIssueFreeze(cdc *codec.Codec) *cobra.Command
- func GetCmdIssueIncreaseApproval(cdc *codec.Codec) *cobra.Command
- func GetCmdIssueMint(cdc *codec.Codec) *cobra.Command
- func GetCmdIssueSendFrom(cdc *codec.Codec) *cobra.Command
- func GetCmdIssueTransferOwnership(cdc *codec.Codec) *cobra.Command
- func GetCmdIssueUnFreeze(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryAllowance(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryFreeze(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryFreezes(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryIssue(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryIssues(cdc *codec.Codec) *cobra.Command
- func GetCmdSearchIssues(cdc *codec.Codec) *cobra.Command
- func GetQueryParamsCmd(cdc *codec.Codec) *cobra.Command
- func QueryCmd(cdc *codec.Codec) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCmdIssueApprove ¶ added in v0.5.0
GetCmdIssueApprove implements approve a token transaction command.
func GetCmdIssueBurn ¶
GetCmdIssueBurnFrom implements burn a coinIssue transaction command.
func GetCmdIssueBurnFrom ¶
GetCmdIssueBurnFrom implements burn a coinIssue transaction command.
func GetCmdIssueCreate ¶
GetCmdIssue implements issue a coin transaction command.
func GetCmdIssueDecreaseApproval ¶ added in v0.5.0
GetCmdIssueDecreaseApproval implements decrease approval a token transaction command.
func GetCmdIssueDescription ¶
GetCmdIssue implements issue a coin transaction command.
func GetCmdIssueDisableFeature ¶ added in v0.5.0
GetCmdIssueDisableFeature implements disable feature a coinIssue transaction command.
func GetCmdIssueFreeze ¶ added in v0.5.0
GetCmdIssueUnFreeze implements freeze a token transaction command.
func GetCmdIssueIncreaseApproval ¶ added in v0.5.0
GetCmdIssueIncreaseApproval implements increase approval a token transaction command.
func GetCmdIssueMint ¶
GetCmdIssueMint implements mint a coinIssue transaction command.
func GetCmdIssueSendFrom ¶ added in v0.5.0
GetCmdIssueSendFrom implements send from a token transaction command.
func GetCmdIssueTransferOwnership ¶
GetCmdIssueTransferOwnership implements transfer a coin owner ship transaction command.
func GetCmdIssueUnFreeze ¶ added in v0.5.0
GetCmdIssueUnFreeze implements un freeze a token transaction command.
func GetCmdQueryAllowance ¶ added in v0.5.0
GetCmdQueryAllowance implements the query allowance command.
func GetCmdQueryFreeze ¶ added in v0.5.0
GetCmdQueryFreeze implements the query freeze command.
func GetCmdQueryFreezes ¶ added in v0.6.0
GetCmdQueryFreezes implements the query freezes command.
func GetCmdQueryIssue ¶
GetCmdQueryIssue implements the query issue command.
func GetCmdQueryIssues ¶
GetCmdQueryIssues implements the query issue command.
func GetCmdSearchIssues ¶
GetCmdQueryIssues implements the query issue command.
func GetQueryParamsCmd ¶ added in v0.6.0
GetQueryParamsCmd implements the query params command.
Types ¶
This section is empty.