@dfinity/ckbtc 3.1.11 → 3.1.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/candid/minter.did +2 -1
- package/package.json +2 -2
package/dist/candid/minter.did
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Generated from IC repo commit
|
|
1
|
+
// Generated from IC repo commit 579b8ba (2025-04-11 tags: release-2025-04-11_13-20-base) 'rs/bitcoin/ckbtc/minter/ckbtc_minter.did' by import-candid
|
|
2
2
|
// Represents an account on the ckBTC ledger.
|
|
3
3
|
type Account = record { owner : principal; subaccount : opt blob };
|
|
4
4
|
|
|
@@ -437,6 +437,7 @@ service : (minter_arg : MinterArg) -> {
|
|
|
437
437
|
// endpoint.
|
|
438
438
|
//
|
|
439
439
|
// If the owner is not set, it defaults to the caller's principal.
|
|
440
|
+
// The resolved owner must be a non-anonymous principal.
|
|
440
441
|
get_btc_address : (record { owner: opt principal; subaccount : opt blob }) -> (text);
|
|
441
442
|
|
|
442
443
|
// Returns UTXOs of the given account known by the minter (with no
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dfinity/ckbtc",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.12",
|
|
4
4
|
"description": "A library for interfacing with ckBTC.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/cjs/index.cjs.js",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@dfinity/agent": "^2.0.0",
|
|
42
42
|
"@dfinity/candid": "^2.0.0",
|
|
43
43
|
"@dfinity/principal": "^2.0.0",
|
|
44
|
-
"@dfinity/utils": "^2.
|
|
44
|
+
"@dfinity/utils": "^2.13.0"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@noble/hashes": "^1.3.2",
|