Documentation
¶
Index ¶
- Constants
- func CmdConvertTokens() *cobra.Command
- func CmdSendToCryptoOrg() *cobra.Command
- func CmdStoreBlockList() *cobra.Command
- func CmdTurnBridge() *cobra.Command
- func CmdUpdatePermissions() *cobra.Command
- func CmdUpdateTokenMapping() *cobra.Command
- func GetContractByDenomCmd() *cobra.Command
- func GetDenomByContractCmd() *cobra.Command
- func GetPermissions() *cobra.Command
- func GetQueryCmd(queryRoute string) *cobra.Command
- func GetTxCmd() *cobra.Command
- func Migrate(appState genutiltypes.AppMap, clientCtx client.Context) (genutiltypes.AppMap, error)
- func MigrateGenesisCmd() *cobra.Command
- func NewSubmitTokenMappingChangeProposalTxCmd() *cobra.Command
- func QueryParamsCmd() *cobra.Command
- type ExportEvmGenesisState
- type ExportEvmParams
- type ExportFeemarketGenesisState
- type ExportFeemarketParams
Constants ¶
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 CmdStoreBlockList ¶ added in v1.7.0
CmdStoreBlockList returns a CLI command handler for updating cronos permissions
func CmdTurnBridge ¶ added in v1.7.0
CmdTurnBridge returns a CLI command handler for enable or disable the bridge
func CmdUpdatePermissions ¶ added in v1.7.0
CmdUpdatePermissions returns a CLI command handler for updating cronos permissions
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 GetPermissions ¶ added in v1.7.0
GetPermissions queries the permission for a specific 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, error)
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. Deprecated: please use submit-proposal instead.
func QueryParamsCmd ¶ added in v1.7.0
QueryParamsCmd returns the command handler for evidence parameter querying.
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"`
}