Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@stacks/stacks-blockchain-api-types

Package Overview
Dependencies
Maintainers
4
Versions
226
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stacks/stacks-blockchain-api-types - npm Package Compare versions

Comparing version 7.2.0-beta.1 to 7.2.0-beta.2

3

entities/address/address-nonces.example.json

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc