The properties required for the PKPClient instance.
Private
_walletsReadonly
pkpPrivate
_registerPrivate
Registers supported wallets using the WalletFactory.
The properties required for the PKPClient instance.
Connects all wallets and returns an object containing the overall readiness status and an array of the initialization status for each wallet.
An object containing the overall readiness status (ready) and an array (res) with the initialization status for each wallet.
Retrieves the Cosmos wallet instance.
The Cosmos wallet instance.
Retrieves the Ethereum wallet instance.
The Ethereum wallet instance.
Retrieves the wallet instance for a specific chain.
The wallet instance for the specified chain.
Will throw an error if the chain is not supported.
The wallet type, defaults to PKPBase if not provided.
The name of the chain for which to retrieve the wallet instance.
Generated using TypeDoc
Constructs a new PKPClient instance with the provided properties. Automatically registers supported wallets.