@stacks/stacks-blockchain-api-types
Advanced tools
Comparing version 7.2.0-beta.1 to 7.2.0-beta.2
@@ -5,3 +5,4 @@ { | ||
"possible_next_nonce": 6, | ||
"detected_missing_nonces": [3, 4] | ||
"detected_missing_nonces": [3, 4], | ||
"detected_mempool_nonces": [] | ||
} |
@@ -33,4 +33,11 @@ { | ||
} | ||
}, | ||
"detected_mempool_nonces": { | ||
"type": "array", | ||
"description": "Nonces currently in mempool for this address.", | ||
"items": { | ||
"type": "integer" | ||
} | ||
} | ||
} | ||
} |
{ | ||
"name": "@stacks/stacks-blockchain-api-types", | ||
"version": "7.2.0-beta.1", | ||
"version": "7.2.0-beta.2", | ||
"access": "public", | ||
@@ -5,0 +5,0 @@ "description": "TypeScript descriptions of Stacks 2.0 blockchain API entities", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
548168
13217