Ethereum Message Signer
class EthereumMessageSigner
Ethereum message signing and verification. Ethereum and some other wallets support a message signing &verification format, to create a proof (a signature) that someone has access to the private keys of a specific address.
Functions
Link copied to clipboard
Sign a message.
Link copied to clipboard
Sign a message with Eip-155 msg type.
Link copied to clipboard
Sign a message with Immutable X msg type.
Link copied to clipboard
Sign a typed message EIP-712 V4.
Link copied to clipboard
Sign a typed message EIP-712 V4 with EIP-155 replay attack protection.
Link copied to clipboard
Verify signature for a message.