Skip to main content
function createEvmEoaAccount(): Promise<`0x${string}`>;
Creates an EVM EOA (Externally Owned Account) for the current user. Multiple EVM EOA accounts can be created per user.

Returns

Promise<`0x${string}`> The address of the newly created EVM EOA account.

Throws

Error if the user is not signed in.