backupStreamWallet
Prompts the user to create a backup of their Stream Wallet
(async() => {
let backed_up = await SOLPay.backupStreamWallet(); // true
})();
Returns:
boolean (true
) - whether a backup was generated
Last updated
Prompts the user to create a backup of their Stream Wallet
(async() => {
let backed_up = await SOLPay.backupStreamWallet(); // true
})();
boolean (true
) - whether a backup was generated
Last updated