Documentation ¶
Index ¶
- Constants
- Variables
- func GetCmdCreateGateway(cdc *codec.Codec) *cobra.Command
- func GetCmdEditAsset(cdc *codec.Codec) *cobra.Command
- func GetCmdEditGateway(cdc *codec.Codec) *cobra.Command
- func GetCmdIssueToken(cdc *codec.Codec) *cobra.Command
- func GetCmdMintToken(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryFee(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryGateway(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryGateways(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryToken(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryTokens(cdc *codec.Codec) *cobra.Command
- func GetCmdTransferGatewayOwner(cdc *codec.Codec) *cobra.Command
- func GetCmdTransferTokenOwner(cdc *codec.Codec) *cobra.Command
Constants ¶
View Source
const ( FlagFamily = "family" FlagSource = "source" FlagGateway = "gateway" FlagSymbol = "symbol" FlagCanonicalSymbol = "canonical-symbol" FlagName = "name" FlagDecimal = "decimal" FlagMinUnitAlias = "min-unit-alias" FlagInitialSupply = "initial-supply" FlagMaxSupply = "max-supply" FlagMintable = "mintable" FlagOwner = "owner" FlagMoniker = "moniker" FlagIdentity = "identity" FlagDetails = "details" FlagWebsite = "website" FlagTo = "to" FlagToken = "token" FlagAmount = "amount" )
Variables ¶
View Source
var ( FsEditToken = flag.NewFlagSet("", flag.ContinueOnError) FsTokenIssue = flag.NewFlagSet("", flag.ContinueOnError) FsTokensQuery = flag.NewFlagSet("", flag.ContinueOnError) FsGatewayCreate = flag.NewFlagSet("", flag.ContinueOnError) FsGatewayEdit = flag.NewFlagSet("", flag.ContinueOnError) FsGatewayOwnerTransfer = flag.NewFlagSet("", flag.ContinueOnError) FsFeeQuery = flag.NewFlagSet("", flag.ContinueOnError) FsTransferTokenOwner = flag.NewFlagSet("", flag.ContinueOnError) FsMintToken = flag.NewFlagSet("", flag.ContinueOnError) )
Functions ¶
func GetCmdCreateGateway ¶
GetCmdCreateGateway implements the create gateway command
func GetCmdEditAsset ¶
GetCmdEditGateway implements the edit asset command
func GetCmdEditGateway ¶
GetCmdEditGateway implements the edit gateway command
func GetCmdIssueToken ¶
GetCmdIssueToken implements the issue asset command
func GetCmdQueryFee ¶
GetCmdQueryFee implements the query asset related fees command.
func GetCmdQueryGateway ¶
GetCmdQueryGateway implements the query gateway command.
func GetCmdQueryGateways ¶
GetCmdQueryGateways implements the query gateways command.
func GetCmdQueryToken ¶
GetCmdQueryToken implements the query token command.
func GetCmdQueryTokens ¶
GetCmdQueryTokens implements the query tokens command.
func GetCmdTransferGatewayOwner ¶
GetCmdTransferGatewayOwner implements the transfer gateway owner command
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.