@airgap/groestlcoin 0.13.8-beta.11 → 0.13.8-beta.13
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.
|
@@ -32080,16 +32080,6 @@ module.exports={
|
|
|
32080
32080
|
"$ref": "#/definitions/UnsignedBitcoinSegwitTransaction",
|
|
32081
32081
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
32082
32082
|
"definitions": {
|
|
32083
|
-
"RawBitcoinSegwitTransaction": {
|
|
32084
|
-
"additionalProperties": false,
|
|
32085
|
-
"properties": {
|
|
32086
|
-
"psbt": {
|
|
32087
|
-
"type": "string"
|
|
32088
|
-
}
|
|
32089
|
-
},
|
|
32090
|
-
"required": ["psbt"],
|
|
32091
|
-
"type": "object"
|
|
32092
|
-
},
|
|
32093
32083
|
"UnsignedBitcoinSegwitTransaction": {
|
|
32094
32084
|
"additionalProperties": false,
|
|
32095
32085
|
"properties": {
|
|
@@ -32100,7 +32090,14 @@ module.exports={
|
|
|
32100
32090
|
"type": "string"
|
|
32101
32091
|
},
|
|
32102
32092
|
"transaction": {
|
|
32103
|
-
"
|
|
32093
|
+
"additionalProperties": false,
|
|
32094
|
+
"properties": {
|
|
32095
|
+
"psbt": {
|
|
32096
|
+
"type": "string"
|
|
32097
|
+
}
|
|
32098
|
+
},
|
|
32099
|
+
"required": ["psbt"],
|
|
32100
|
+
"type": "object"
|
|
32104
32101
|
}
|
|
32105
32102
|
},
|
|
32106
32103
|
"required": ["publicKey", "transaction"],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@airgap/groestlcoin",
|
|
3
|
-
"version": "0.13.8-beta.
|
|
3
|
+
"version": "0.13.8-beta.13",
|
|
4
4
|
"description": "The @airgap/groestlcoin is a Groestlcoin implementation of the ICoinProtocol interface from @airgap/coinlib-core.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"airgap",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
},
|
|
32
32
|
"author": "Papers GmbH <contact@papers.ch> (https://papers.ch)",
|
|
33
33
|
"peerDependencies": {
|
|
34
|
-
"@airgap/bitcoin": "^0.13.8-beta.
|
|
35
|
-
"@airgap/coinlib-core": "^0.13.8-beta.
|
|
36
|
-
"@airgap/module-kit": "^0.13.8-beta.
|
|
37
|
-
"@airgap/serializer": "^0.13.8-beta.
|
|
34
|
+
"@airgap/bitcoin": "^0.13.8-beta.13",
|
|
35
|
+
"@airgap/coinlib-core": "^0.13.8-beta.13",
|
|
36
|
+
"@airgap/module-kit": "^0.13.8-beta.13",
|
|
37
|
+
"@airgap/serializer": "^0.13.8-beta.13"
|
|
38
38
|
},
|
|
39
39
|
"localDependencies": {
|
|
40
40
|
"groestlcoinjs-message": "2.1.0"
|