backupStreamWallet
Prompts the user to create a backup of their Stream Wallet
Last updated
Prompts the user to create a backup of their Stream Wallet
Note:
The Stream Wallet backup process involves a popup window that opens a SOL Pay webpage. Users may need to know how to allow popups, although the backup generation prompt will include some basic instructions.
(async() => {
let backed_up = await SOLPay.backupStreamWallet(); // true
})();boolean (true) - whether a backup was generated
Last updated