Wallet Module

The Wallet module provides functionality for creating and managing Unlockd abstract wallets.

Wallet Flow

Types

ClientOptions

Functions

Creating a Wallet

To create an Unlockd abstract wallet, use the createWallet function from the wallet module:

Refer to the Wallet Module documentation for more details on the createWallet function.

Retrieving the User's Wallet Address

To retrieve the wallet address of the user, use the getWallet function from the wallet module:

Refer to the Wallet Module documentation for more details on the getWallet function.

Last updated