Defined in: packages/wallet-stamper/src/ethereum.ts:23Abstract class representing a base Ethereum wallet.
This class is used for stamping requests with an Ethereum wallet.To use this class, extend it and implement the signMessage method
to provide a custom signing function. The signMessage method should
return a promise that resolves to a hexadecimal string representing
the signature of the provided message.