Creates an instance of EvmSigner.
The client instance.
The name of the signer.
The icon URL of the signer.
Optional
_appUri: stringThe application URI.
The connections repository.
Gets the EVM account address.
A promise that resolves to the EVM account address.
Connects to the provider by requesting authentication.
A promise that resolves when the connection is established.
Disconnects to the signer.
A promise that resolves when the signer is disconnected.
Checks if the signer is connected.
A promise that resolves to true if connected, false otherwise.
Signs a raw message with the EVM account.
The message to sign.
A promise that resolves to the signed message.
Class representing an EVM signer that extends SignerEvm