Skip to content

Commit

Permalink
Add backupInfo method
Browse files Browse the repository at this point in the history
  • Loading branch information
tmalahie committed Dec 10, 2024
1 parent 2f9d13b commit 68534e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,10 @@ exports.Wallet = class Wallet {
lib.rgblib_backup(this.wallet, backupPath, password);
}

backupInfo() {
return JSON.parse(lib.rgblib_backup_info(this.wallet));
}

blindReceive(
assetId,
amount,
Expand Down

0 comments on commit 68534e6

Please sign in to comment.