Executes signing instructions.
+
+
+
curl -X POST --insecure \
+--cert ~/.chia/mainnet/config/ssl/wallet/private_wallet.crt \
+--key ~/.chia/mainnet/config/ssl/wallet/private_wallet.key \
+-H "Accept: application/json" \
+-H "Content-Type: application/json" \
+"https://localhost:9256/execute_signing_instructions" \
+-d "{}"
+
Parameters
+
+
+
+
Body parameters
+
+
+ Name |
+ Description |
+
+ body * |
+
+
+
+
+
+ |
+
+
+
+
+
+
Responses
+
Status: 200 - OK
+
+
+
+
+
diff --git a/package-lock.json b/package-lock.json
index da8fe93..ab28b42 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,7 +9,7 @@
"version": "1.3.1",
"license": "Apache License 2.0",
"dependencies": {
- "@redocly/cli": "^1.20.1",
+ "@redocly/cli": "^1.21.0",
"redoc-cli": "^0.13.21"
},
"devDependencies": {
@@ -84,11 +84,12 @@
}
},
"node_modules/@redocly/cli": {
- "version": "1.20.1",
- "resolved": "https://registry.npmjs.org/@redocly/cli/-/cli-1.20.1.tgz",
- "integrity": "sha512-Gm4dJJci6+9oBJq/mktGtYPvXCoCB0V/3t275Ug/tM/KlzphLTyOmLOG2346T9GPCMiI3gobrZPQRddLyc8XYQ==",
+ "version": "1.21.0",
+ "resolved": "https://registry.npmjs.org/@redocly/cli/-/cli-1.21.0.tgz",
+ "integrity": "sha512-KPCHWrTXnIV01rgpgwnyQuwKhSol5pnNor20f6/szVrUcZ+vRCqKeZDR1CSMBYIXEsi0AknLV7WR8BCYyfYbog==",
+ "license": "MIT",
"dependencies": {
- "@redocly/openapi-core": "1.20.1",
+ "@redocly/openapi-core": "1.21.0",
"abort-controller": "^3.0.0",
"chokidar": "^3.5.1",
"colorette": "^1.2.0",
@@ -137,9 +138,10 @@
"integrity": "sha512-rRd0pSiPC68AQGud2VbrHqUov1VHospfcYE2pFYmGYfZhzZfHBSiVaeiTY+CZmrhf5RB9aVdOHRCm25Vb6GFkQ=="
},
"node_modules/@redocly/openapi-core": {
- "version": "1.20.1",
- "resolved": "https://registry.npmjs.org/@redocly/openapi-core/-/openapi-core-1.20.1.tgz",
- "integrity": "sha512-ZbIJRelAAkXuOnKgEyAuzS2Th24ZY4qnJY62ddbAaAn6NworI6BrnoMq/MqkilQWBKhbVTy/XeXc9jWDXLwkRA==",
+ "version": "1.21.0",
+ "resolved": "https://registry.npmjs.org/@redocly/openapi-core/-/openapi-core-1.21.0.tgz",
+ "integrity": "sha512-8KwL/0jiQBSJMNp1lSMLM1UeV2FW9DdqcjO0J9s5w7yL7ZN+SNh11MTp0zU4om/pGYExQ64hxLM/+7VdjznHRQ==",
+ "license": "MIT",
"dependencies": {
"@redocly/ajv": "^8.11.0",
"@redocly/config": "^0.9.0",
@@ -6308,11 +6310,11 @@
}
},
"@redocly/cli": {
- "version": "1.20.1",
- "resolved": "https://registry.npmjs.org/@redocly/cli/-/cli-1.20.1.tgz",
- "integrity": "sha512-Gm4dJJci6+9oBJq/mktGtYPvXCoCB0V/3t275Ug/tM/KlzphLTyOmLOG2346T9GPCMiI3gobrZPQRddLyc8XYQ==",
+ "version": "1.21.0",
+ "resolved": "https://registry.npmjs.org/@redocly/cli/-/cli-1.21.0.tgz",
+ "integrity": "sha512-KPCHWrTXnIV01rgpgwnyQuwKhSol5pnNor20f6/szVrUcZ+vRCqKeZDR1CSMBYIXEsi0AknLV7WR8BCYyfYbog==",
"requires": {
- "@redocly/openapi-core": "1.20.1",
+ "@redocly/openapi-core": "1.21.0",
"abort-controller": "^3.0.0",
"chokidar": "^3.5.1",
"colorette": "^1.2.0",
@@ -6349,9 +6351,9 @@
"integrity": "sha512-rRd0pSiPC68AQGud2VbrHqUov1VHospfcYE2pFYmGYfZhzZfHBSiVaeiTY+CZmrhf5RB9aVdOHRCm25Vb6GFkQ=="
},
"@redocly/openapi-core": {
- "version": "1.20.1",
- "resolved": "https://registry.npmjs.org/@redocly/openapi-core/-/openapi-core-1.20.1.tgz",
- "integrity": "sha512-ZbIJRelAAkXuOnKgEyAuzS2Th24ZY4qnJY62ddbAaAn6NworI6BrnoMq/MqkilQWBKhbVTy/XeXc9jWDXLwkRA==",
+ "version": "1.21.0",
+ "resolved": "https://registry.npmjs.org/@redocly/openapi-core/-/openapi-core-1.21.0.tgz",
+ "integrity": "sha512-8KwL/0jiQBSJMNp1lSMLM1UeV2FW9DdqcjO0J9s5w7yL7ZN+SNh11MTp0zU4om/pGYExQ64hxLM/+7VdjznHRQ==",
"requires": {
"@redocly/ajv": "^8.11.0",
"@redocly/config": "^0.9.0",
diff --git a/package.json b/package.json
index 9ee3817..15748ed 100644
--- a/package.json
+++ b/package.json
@@ -20,11 +20,11 @@
},
"homepage": "https://github.com/dkackman/chia-api#readme",
"dependencies": {
- "@redocly/cli": "^1.20.1",
+ "@redocly/cli": "^1.21.0",
"redoc-cli": "^0.13.21"
},
"devDependencies": {
"js-yaml": "^4.1.0",
"lodash": "^4.17.21"
}
-}
+}
\ No newline at end of file
diff --git a/src/crawler.yaml b/src/crawler.yaml
index 11c5b4b..7a43c14 100644
--- a/src/crawler.yaml
+++ b/src/crawler.yaml
@@ -7,7 +7,7 @@ info:
[using mutualTLS](https://github.com/dkackman/chia-api/wiki/Mutual-TLS).
The crawler uses port 8561 by default.
- version: 2.4.0
+ version: 2.4.3
title: Chia RPC
termsOfService: https://www.chia.net/assets/legal/Guidelines-for-Using-Chia-Network.pdf
contact:
diff --git a/src/daemon.yaml b/src/daemon.yaml
index 7e0edc0..36aba8a 100644
--- a/src/daemon.yaml
+++ b/src/daemon.yaml
@@ -7,7 +7,7 @@ info:
[using mutualTLS](https://github.com/dkackman/chia-api/wiki/Mutual-TLS).
The daemon uses port 55400 by default.
- version: 2.4.0
+ version: 2.4.3
title: Chia RPC
termsOfService: https://www.chia.net/assets/legal/Guidelines-for-Using-Chia-Network.pdf
contact:
diff --git a/src/data_layer.yaml b/src/data_layer.yaml
index acfd76c..7ce7729 100644
--- a/src/data_layer.yaml
+++ b/src/data_layer.yaml
@@ -7,7 +7,7 @@ info:
[using mutualTLS](https://github.com/dkackman/chia-api/wiki/Mutual-TLS).
The data layer uses port 8562 by default.
- version: 2.4.0
+ version: 2.4.3
title: Chia RPC
termsOfService: https://www.chia.net/assets/legal/Guidelines-for-Using-Chia-Network.pdf
contact:
diff --git a/src/farmer.yaml b/src/farmer.yaml
index 7c829a1..1f7ec23 100644
--- a/src/farmer.yaml
+++ b/src/farmer.yaml
@@ -7,7 +7,7 @@ info:
[using mutualTLS](https://github.com/dkackman/chia-api/wiki/Mutual-TLS).
The farmer uses port 8559 by default.
- version: 2.4.0
+ version: 2.4.3
title: Chia RPC
termsOfService: https://www.chia.net/assets/legal/Guidelines-for-Using-Chia-Network.pdf
contact:
diff --git a/src/full_node.yaml b/src/full_node.yaml
index d363f1b..3595b76 100644
--- a/src/full_node.yaml
+++ b/src/full_node.yaml
@@ -7,7 +7,7 @@ info:
[using mutualTLS](https://github.com/dkackman/chia-api/wiki/Mutual-TLS).
The full node uses port 8555 by default.
- version: 2.4.0
+ version: 2.4.3
title: Chia RPC
termsOfService: https://www.chia.net/assets/legal/Guidelines-for-Using-Chia-Network.pdf
contact:
diff --git a/src/harvester.yaml b/src/harvester.yaml
index a5ef936..b2cb176 100644
--- a/src/harvester.yaml
+++ b/src/harvester.yaml
@@ -7,7 +7,7 @@ info:
[using mutualTLS](https://github.com/dkackman/chia-api/wiki/Mutual-TLS).
The harvester uses port 8560 by default.
- version: 2.4.0
+ version: 2.4.3
title: Chia RPC
termsOfService: https://www.chia.net/assets/legal/Guidelines-for-Using-Chia-Network.pdf
contact:
diff --git a/src/wallet.yaml b/src/wallet.yaml
index f55db04..f9fb0e6 100644
--- a/src/wallet.yaml
+++ b/src/wallet.yaml
@@ -7,7 +7,7 @@ info:
[using mutualTLS](https://github.com/dkackman/chia-api/wiki/Mutual-TLS).
The wallet uses port 9256 by default.
- version: 2.4.0
+ version: 2.4.3
title: Chia RPC
termsOfService: https://www.chia.net/assets/legal/Guidelines-for-Using-Chia-Network.pdf
contact: