Documentation ¶
Index ¶
- Constants
- func GetAliasDenom() *cobra.Command
- func GetDenomAliases() *cobra.Command
- func GetParamsCmd() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func GetTokenPairCmd() *cobra.Command
- func GetTokenPairsCmd() *cobra.Command
- func NewConvertCoinCmd() *cobra.Command
- func NewConvertDenomCmd() *cobra.Command
- func NewConvertERC20Cmd() *cobra.Command
- func NewRegisterCoinProposalCmd() *cobra.Command
- func NewRegisterERC20ProposalCmd() *cobra.Command
- func NewToggleTokenConversionProposalCmd() *cobra.Command
- func NewTxCmd() *cobra.Command
- func NewUpdateDenomAliasProposalCmd() *cobra.Command
- func ParseMetadata(cdc codec.JSONCodec, metadataFile string) (banktypes.Metadata, error)
Constants ¶
const (
FlagTarget = "target"
)
Variables ¶
This section is empty.
Functions ¶
func GetAliasDenom ¶ added in v2.2.1
func GetDenomAliases ¶ added in v2.2.1
func GetQueryCmd ¶
GetQueryCmd returns the parent command for all erc20 CLI query commands.
func GetTokenPairCmd ¶
GetTokenPairCmd queries a token pairs registered
func GetTokenPairsCmd ¶
GetTokenPairsCmd queries a token pairs registered
func NewConvertCoinCmd ¶
NewConvertCoinCmd returns a CLI command handler for converting cosmos coins
func NewConvertDenomCmd ¶ added in v2.2.0
func NewConvertERC20Cmd ¶
NewConvertERC20Cmd returns a CLI command handler for converting ERC20s
func NewRegisterCoinProposalCmd ¶
NewRegisterCoinProposalCmd implements the command to submit a register-coin proposal
func NewRegisterERC20ProposalCmd ¶
NewRegisterERC20ProposalCmd implements the command to submit a register-erc20 proposal
func NewToggleTokenConversionProposalCmd ¶
NewToggleTokenConversionProposalCmd implements the command to submit a toggle-token-conversion proposal
func NewTxCmd ¶
NewTxCmd returns a root CLI command handler for certain modules/erc20 transaction commands.
func NewUpdateDenomAliasProposalCmd ¶ added in v2.2.0
NewUpdateDenomAliasProposalCmd implements the command to submit a update-denom-alias proposal
Types ¶
This section is empty.