Documentation ¶
Overview ¶
nolint:staticcheck
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 NewLegacyRegisterCoinProposalCmd() *cobra.Command
- func NewLegacyRegisterERC20ProposalCmd() *cobra.Command
- func NewLegacyToggleTokenConversionProposalCmd() *cobra.Command
- func NewLegacyUpdateDenomAliasProposalCmd() *cobra.Command
- func NewTxCmd() *cobra.Command
- func ParseMetadata(cdc codec.JSONCodec, metadataFile string) (banktypes.Metadata, error)
Constants ¶
const (
FlagTarget = "target"
)
Variables ¶
This section is empty.
Functions ¶
func GetAliasDenom ¶
func GetDenomAliases ¶
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 ¶
func NewConvertERC20Cmd ¶
NewConvertERC20Cmd returns a CLI command handler for converting ERC20s
func NewLegacyRegisterCoinProposalCmd ¶
NewLegacyRegisterCoinProposalCmd implements the command to submit a register-coin proposal
func NewLegacyRegisterERC20ProposalCmd ¶
NewLegacyRegisterERC20ProposalCmd implements the command to submit a register-erc20 proposal
func NewLegacyToggleTokenConversionProposalCmd ¶
NewLegacyToggleTokenConversionProposalCmd implements the command to submit a toggle-token-conversion proposal
func NewLegacyUpdateDenomAliasProposalCmd ¶
NewLegacyUpdateDenomAliasProposalCmd implements the command to submit a update-denom-alias proposal
Types ¶
This section is empty.