Documentation ¶
Index ¶
- func ContractAccountToEVMAddress(contractAccount string) (crypto.Address, error)
- func ContractNameToEVMAddress(contractName string) (crypto.Address, error)
- func DetermineContractAccount(account string) bool
- func DetermineContractName(contractName string) error
- func DetermineContractNameFromEVM(evmAddr crypto.Address) (string, error)
- func DetermineEVMAddress(evmAddr crypto.Address) (string, string, error)
- func DetermineXchainAddress(xAddr string) (string, string, error)
- func EVMAddressToContractAccount(evmAddr crypto.Address) (string, error)
- func EVMAddressToContractName(evmAddr crypto.Address) (string, error)
- func EVMAddressToXchain(evmAddress crypto.Address) (string, error)
- func XchainToEVMAddress(addr string) (crypto.Address, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContractAccountToEVMAddress ¶
transfer contract account to evm address
func ContractNameToEVMAddress ¶
transfer contract name to evm address
func DetermineContractAccount ¶
determine whether it is a contract account
func DetermineContractName ¶
determine whether it is a contract name
func DetermineContractNameFromEVM ¶
determine whether it is a contract name
func DetermineEVMAddress ¶
determine an EVM address
func DetermineXchainAddress ¶
determine an xchain address
func EVMAddressToContractAccount ¶
transfer evm address to contract account
func EVMAddressToContractName ¶
transfer evm address to contract name
func EVMAddressToXchain ¶
transfer evm address to xchain address
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.