Defined in: packages/wallet-stamper/src/ethereum.ts:56EthereumWallet class extends the BaseEthereumWallet to provide
specific implementations for Ethereum-based wallets.This class is responsible for signing messages using the Ethereum
provider available in the browser (e.g., MetaMask). It interacts
with the Ethereum provider to request account access and sign
messages.
Promise<`0x${string}`>A promise that resolves to a Hex string representing the signature.This method uses the ‘personal_sign’ method of the Ethereum provider
to sign the message with the user’s account.