pub fn claim_eth_account<T: Config>(
    eth_address: EvmAddress,
    eth_signature: EcdsaSignature
)
Expand description

Claim account mapping between Substrate accounts and EVM accounts. Ensure eth_address has not been mapped.

  • eth_address: The address to bind to the caller’s account
  • eth_signature: A signature generated by the address to prove ownership

Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::claim_eth_account.