Interface representing a provider for interacting with accounts and signing messages.
Sends a request to the provider.
Adds an event listener to the provider.
Checks if rei wallet is connected.
A promise that resolves to true if connected, false otherwise.
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.