Documentation
¶
Index ¶
- Constants
- func CmdConvertTokens() *cobra.Command
- func CmdSendToCryptoOrg() *cobra.Command
- func CmdUpdateTokenMapping() *cobra.Command
- func GetContractByDenomCmd() *cobra.Command
- func GetDenomByContractCmd() *cobra.Command
- func GetQueryCmd(queryRoute string) *cobra.Command
- func GetTxCmd() *cobra.Command
- func Migrate(appState genutiltypes.AppMap, clientCtx client.Context) genutiltypes.AppMap
- func MigrateGenesisCmd() *cobra.Command
- func NewSubmitTokenMappingChangeProposalTxCmd() *cobra.Command
- type ExportEvmGenesisState
- type ExportEvmParams
- type ExportFeemarketGenesisState
- type ExportFeemarketParams
Constants ¶
View Source
const ( FlagSymbol = "symbol" FlagDecimals = "decimals" )
TokenMappingChangeProposalTxCmd flags
Variables ¶
This section is empty.
Functions ¶
func CmdConvertTokens ¶ added in v0.6.1
func CmdSendToCryptoOrg ¶ added in v0.6.1
func CmdUpdateTokenMapping ¶ added in v0.6.1
CmdUpdateTokenMapping returns a CLI command handler for update token mapping
func GetContractByDenomCmd ¶ added in v0.6.1
GetContractByDenomCmd queries the contracts by denom
func GetDenomByContractCmd ¶ added in v0.6.1
GetDenomByContractCmd queries the denom name by contract address
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
func Migrate ¶ added in v1.0.13
func Migrate(appState genutiltypes.AppMap, clientCtx client.Context) genutiltypes.AppMap
func MigrateGenesisCmd ¶ added in v1.0.13
MigrateGenesisCmd returns a command to execute genesis state migration.
func NewSubmitTokenMappingChangeProposalTxCmd ¶ added in v0.6.1
NewSubmitTokenMappingChangeProposalTxCmd returns a CLI command handler for creating a token mapping change proposal governance transaction.
Types ¶
type ExportEvmGenesisState ¶ added in v1.0.13
type ExportEvmGenesisState struct {
evmtypes.GenesisState
Params ExportEvmParams `json:"params"`
}
type ExportEvmParams ¶ added in v1.0.13
type ExportFeemarketGenesisState ¶ added in v1.0.13
type ExportFeemarketGenesisState struct {
feemarkettypes.GenesisState
Params ExportFeemarketParams `json:"params"`
BlockGas uint64 `json:"block_gas,string"`
}
type ExportFeemarketParams ¶ added in v1.0.13
type ExportFeemarketParams struct {
feemarkettypes.Params
EnableHeight int64 `json:"enable_height,string"`
}
Click to show internal directories.
Click to hide internal directories.