package
0.0.2-migrate-evm
Repository: https://github.com/scalarorg/scalar-core.git
Documentation: pkg.go.dev

# Functions

GetHandlerAddChain returns a handler to add a new evm chain command.
GetHandlerConfirmDeposit returns a handler to confirm a deposit.
GetHandlerConfirmTokenDeploy returns a handler to confirm a token deployment.
GetHandlerConfirmTransferKey returns a handler to confirm a transfer operatorship.
GetHandlerCreateBurnTokens returns a handler to create commands for all outstanding burns.
GetHandlerCreateDeployToken returns a handler to create a deploy token command.
GetHandlerCreatePendingTransfers returns a handler to create commands for all pending transfers.
GetHandlerCreateTransferOperatorship returns a handler to create transfer operatoship command.
GetHandlerLink returns the handler to link addresses.
GetHandlerQueryTokenAddress returns a handler to query an EVM chain address.
GetHandlerSignCommands returns a handler to sign pending commands.
RegisterRoutes registers this module's REST routes with the given router.

# Constants

rest routes.
query parameters.
query parameters.
query parameters.
query parameters.
rest routes.
rest routes.
rest routes.
rest routes.
rest routes.
rest routes.
rest routes.
rest routes.
rest routes.
rest routes.
rest routes.

# Structs

ReqAddChain represents a request to add a new evm chain command.
ReqConfirmChain represents a request to confirm a new chain.
ReqConfirmDeposit represents a request to confirm a deposit.
ReqConfirmTokenDeploy represents a request to confirm a token deployment.
ReqConfirmTransferKey represents a request to confirm a transfer operatorship.
ReqCreateBurnTokens represents a request to create commands for all outstanding burns.
ReqCreateDeployToken represents a request to create a deploy token command.
ReqCreatePendingTransfers represents a request to create commands for all pending transfers.
ReqCreateTransferOperatorship represents a request to create transfer operatorship command.
ReqLink represents a request to link a cross-chain address to an EVM chain address.
ReqSignCommands represents a request to sign pending commands.