Interface representing a provider for interacting with accounts and signing messages.
Adds an event listener to the provider.
Requests user accounts.
A promise that resolves to an array of account addresses.
Gets the current network.
current network.
Switch the current network.
Optional
Gets the current chain.
current chain.
Switch the current chain.
Gets the current accounts.
Gets the public key of the account.
A promise that resolves to the public key.
Signs a message with the specified type.
The message to sign.
The type of signature.
A promise that resolves to the signed message.
Removes an event listener from the provider.
The name of the event to remove the listener from.
The listener function to remove.
Rest
The provider instance.
Interface representing a provider for interacting with accounts and signing messages.