@meshconnect/node-api
Advanced tools
+17
-0
@@ -682,2 +682,19 @@ /* eslint-disable */ | ||
| }; | ||
| _this.quickNode = { | ||
| /** | ||
| * No description | ||
| * | ||
| * @tags QuickNode | ||
| * @name V1CatalogSolanaGetLatestBlockhashCreate | ||
| * @request POST:/api/v1/catalog/solana/getLatestBlockhash | ||
| * @secure | ||
| * @response `200` `StringApiResult` OK | ||
| * @response `400` `ProblemDetails` Bad Request | ||
| * @response `500` `void` Internal Server Error | ||
| */ | ||
| v1CatalogSolanaGetLatestBlockhashCreate: function (params) { | ||
| if (params === void 0) { params = {}; } | ||
| return _this.request(__assign({ path: "/api/v1/catalog/solana/getLatestBlockhash", method: 'POST', secure: true, format: 'json' }, params)); | ||
| } | ||
| }; | ||
| _this.transactions = { | ||
@@ -684,0 +701,0 @@ /** |
+17
-0
@@ -688,2 +688,19 @@ "use strict"; | ||
| }; | ||
| _this.quickNode = { | ||
| /** | ||
| * No description | ||
| * | ||
| * @tags QuickNode | ||
| * @name V1CatalogSolanaGetLatestBlockhashCreate | ||
| * @request POST:/api/v1/catalog/solana/getLatestBlockhash | ||
| * @secure | ||
| * @response `200` `StringApiResult` OK | ||
| * @response `400` `ProblemDetails` Bad Request | ||
| * @response `500` `void` Internal Server Error | ||
| */ | ||
| v1CatalogSolanaGetLatestBlockhashCreate: function (params) { | ||
| if (params === void 0) { params = {}; } | ||
| return _this.request(__assign({ path: "/api/v1/catalog/solana/getLatestBlockhash", method: 'POST', secure: true, format: 'json' }, params)); | ||
| } | ||
| }; | ||
| _this.transactions = { | ||
@@ -690,0 +707,0 @@ /** |
+1
-1
| { | ||
| "name": "@meshconnect/node-api", | ||
| "version": "2.0.17", | ||
| "version": "2.0.18", | ||
| "description": "A node.js client library for the Mesh API", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
610154
0.95%12328
0.74%