Wallet Module
The Wallet module provides functionality for creating and managing Unlockd abstract wallets.
Last updated
The Wallet module provides functionality for creating and managing Unlockd abstract wallets.
Last updated
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.
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.