Documentation ¶
Index ¶
- func GetCmdAddChain() *cobra.Command
- func GetCmdAddress(queryRoute string) *cobra.Command
- func GetCmdAxelarGatewayAddress(queryRoute string) *cobra.Command
- func GetCmdBurnerInfo(queryRoute string) *cobra.Command
- func GetCmdBytecode(queryRoute string) *cobra.Command
- func GetCmdChains(queryRoute string) *cobra.Command
- func GetCmdCommand(queryRoute string) *cobra.Command
- func GetCmdConfirmERC20Deposit() *cobra.Command
- func GetCmdConfirmERC20TokenDeployment() *cobra.Command
- func GetCmdConfirmTransferOperatorship() *cobra.Command
- func GetCmdConfirmTransferOwnership() *cobra.Command
- func GetCmdConfirmationHeight(queryRoute string) *cobra.Command
- func GetCmdCreateBurnTokens() *cobra.Command
- func GetCmdCreateConfirmGatewayTx() *cobra.Command
- func GetCmdCreateDeployToken() *cobra.Command
- func GetCmdCreatePendingTransfers() *cobra.Command
- func GetCmdCreateTransferOperatorship() *cobra.Command
- func GetCmdCreateTransferOwnership() *cobra.Command
- func GetCmdDepositState(queryRoute string) *cobra.Command
- func GetCmdERC20Tokens(queryRoute string) *cobra.Command
- func GetCmdEvent(queryRoute string) *cobra.Command
- func GetCmdLatestBatchedCommands(queryRoute string) *cobra.Command
- func GetCmdLink() *cobra.Command
- func GetCmdPendingCommands(queryRoute string) *cobra.Command
- func GetCmdQueryBatchedCommands(queryRoute string) *cobra.Command
- func GetCmdRetryFailedEvent() *cobra.Command
- func GetCmdSetGateway() *cobra.Command
- func GetCmdSignCommands() *cobra.Command
- func GetCmdTokenAddress(queryRoute string) *cobra.Command
- func GetCmdTokenInfo(queryRoute string) *cobra.Command
- func GetQueryCmd(queryRoute string) *cobra.Command
- func GetTxCmd() *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCmdAddChain ¶
GetCmdAddChain returns the cli command to add a new evm chain command
func GetCmdAddress ¶
GetCmdAddress returns the query for an EVM chain address
func GetCmdAxelarGatewayAddress ¶
GetCmdAxelarGatewayAddress returns the query for the AxelarGateway contract address
func GetCmdBurnerInfo ¶ added in v0.13.3
GetCmdBurnerInfo returns the query to get the burner info for the specified address
func GetCmdBytecode ¶
GetCmdBytecode fetches the bytecodes of an EVM contract
func GetCmdChains ¶ added in v0.10.0
GetCmdChains returns the query to get all EVM chains
func GetCmdCommand ¶ added in v0.10.0
GetCmdCommand returns the query to get the command with the given ID on the specified chain
func GetCmdConfirmERC20Deposit ¶
GetCmdConfirmERC20Deposit returns the cli command to confirm an ERC20 deposit
func GetCmdConfirmERC20TokenDeployment ¶
GetCmdConfirmERC20TokenDeployment returns the cli command to confirm a ERC20 token deployment
func GetCmdConfirmTransferOperatorship ¶
GetCmdConfirmTransferOperatorship returns the cli command to confirm a transfer operatorship for the gateway contract
func GetCmdConfirmTransferOwnership ¶
GetCmdConfirmTransferOwnership returns the cli command to confirm a transfer ownership for the gateway contract
func GetCmdConfirmationHeight ¶ added in v0.13.4
GetCmdConfirmationHeight returns the query to get the minimum confirmation height for the given chain
func GetCmdCreateBurnTokens ¶
GetCmdCreateBurnTokens returns the cli command to create burn commands for all confirmed token deposits in an EVM chain
func GetCmdCreateConfirmGatewayTx ¶ added in v0.17.0
GetCmdCreateConfirmGatewayTx returns the cli command to confirm a gateway transaction
func GetCmdCreateDeployToken ¶
GetCmdCreateDeployToken returns the cli command to create deploy-token command for an EVM chain
func GetCmdCreatePendingTransfers ¶
GetCmdCreatePendingTransfers returns the cli command to create commands for handling all pending token transfers to an EVM chain
func GetCmdCreateTransferOperatorship ¶
GetCmdCreateTransferOperatorship returns the cli command to create transfer-operatorship command for an EVM chain contract
func GetCmdCreateTransferOwnership ¶
GetCmdCreateTransferOwnership returns the cli command to create transfer-ownership command for an EVM chain contract
func GetCmdDepositState ¶
GetCmdDepositState returns the query for an ERC20 deposit transaction state
func GetCmdERC20Tokens ¶ added in v0.19.2
GetCmdERC20Tokens returns the query to get the ERC20 tokens for a given chain
func GetCmdEvent ¶ added in v0.17.0
GetCmdEvent returns the query to an event for a chain based on the event's txID
func GetCmdLatestBatchedCommands ¶
GetCmdLatestBatchedCommands returns the query to get the latest batched commands
func GetCmdLink ¶
GetCmdLink links a cross chain address to an EVM chain address created by Axelar
func GetCmdPendingCommands ¶ added in v0.10.0
GetCmdPendingCommands returns the query to get the list of commands not yet added to a batch
func GetCmdQueryBatchedCommands ¶
GetCmdQueryBatchedCommands returns the query to get the batched commands
func GetCmdRetryFailedEvent ¶ added in v0.18.0
GetCmdRetryFailedEvent returns the cli command to retry a failed event
func GetCmdSetGateway ¶ added in v0.17.0
GetCmdSetGateway sets the gateway address for the given evm chain
func GetCmdSignCommands ¶
GetCmdSignCommands returns the cli command to sign pending commands for an EVM chain contract
func GetCmdTokenAddress ¶
GetCmdTokenAddress returns the query for an EVM chain master address that owns the AxelarGateway contract
func GetCmdTokenInfo ¶ added in v0.19.2
GetCmdTokenInfo returns the query to get the details for an ERC20 token
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
Types ¶
This section is empty.