-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adapt btc-assets-api#154, add total_satoshi/available_satoshi i…
…n BtcAssetsApi.getBtcBalance() and add only_non_rgbpp_utxos in BtcAssetsApi.getBtcUtxos() params
- Loading branch information
1 parent
ebb098b
commit 4f05b1b
Showing
7 changed files
with
65 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
"@rgbpp-sdk/service": minor | ||
"@rgbpp-sdk/btc": minor | ||
--- | ||
|
||
Adapt btc-assets-api#154, adding new props and return values to the /balance and /unspent APIs | ||
|
||
- Add `available_satoshi` and `total_satoshi` to the BtcAssetsApi.getBtcBalance() API | ||
- Add `only_non_rgbpp_utxos` to the props of the BtcAssetsApi.getBtcUtxos() API | ||
- Remove `service.getRgbppAssetsByBtcUtxo()` lines from the DataCollector.collectSatoshi() | ||
- Remove `hasRgbppAssets` related variables/function from the DataCache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters