Class representing an EVM signer that extends SignerEvm
Creates an instance of Signer.
The client instance.
The provider.
Readonly
Gets the EVM account address.
A promise that resolves to the EVM account address.
Connects to the provider by requesting accounts.
A promise that resolves when the connection is established.
Register a listener to be called when this signer is replaced.
A function for unregister
Checks if the provider is connected.
A promise that resolves to true if connected, false otherwise.
Signs a raw message with the personal account.
The message to sign.
A promise that resolves to the signed message.
Class representing an EVM signer that extends SignerEvm