Overview

Retrieves wallet providers from the initialized wallet manager.
  • Optionally filters providers by the specified blockchain chain.
  • Throws an error if the wallet manager is not initialized.

Package: core

Defined in: core.ts:531

Parameters

chain
Chain
optional blockchain chain to filter the returned providers.

Response

A successful response returns the following fields:
returns
WalletProvider[]
required
A promise that resolves to an array of wallet providers.