Signs a message with the personal account.
The request object.
A promise that resolves to the signed message.
Requests the accounts from the provider.
The request object.
Optional
params?: undefinedA promise that resolves to an array of account addresses.
Gets the accounts from the provider.
The request object.
Optional
params?: undefinedA promise that resolves to an array of account addresses.
Sends a generic request to the provider.
The request object.
Optional
params?: unknown[] | Record<string, unknown>A promise that resolves to the response from the provider.
Interface representing a method to send requests to the provider.