cloneAccount
Signature
Section titled “Signature”function cloneAccount(address source, address target) external;Description
Section titled “Description”Clones a source account code, state, balance and nonce to a target account and updates in-memory EVM state.