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
9
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 4.0.0-beta.2 to 4.0.0-beta.3

3

api/tokens/get-non-fungible-token-holdings-tx-metadata.example.schema.json

@@ -12,2 +12,3 @@ {

},
"block_height": 36442,
"tx": {

@@ -71,2 +72,3 @@ "tx_id": "0x12e6f88724d0e630de26c376f172cf1781e25435e2b4ee54d36a949b244e429c",

},
"block_height": 37477,
"tx": {

@@ -130,2 +132,3 @@ "tx_id": "0xddc464c5e20a78dc5ac351913e0d9b9cce76fc955cc4599e0cccad960998f130",

},
"block_height": 17250,
"tx": {

@@ -132,0 +135,0 @@ "tx_id": "0x0153a41ed24a0e1d32f66ea98338df09f942571ca66359e28bdca79ccd0305cf",

@@ -12,2 +12,3 @@ {

},
"block_height": 36442,
"tx_id": "0x12e6f88724d0e630de26c376f172cf1781e25435e2b4ee54d36a949b244e429c"

@@ -21,2 +22,3 @@ },

},
"block_height": 37477,
"tx_id": "0xddc464c5e20a78dc5ac351913e0d9b9cce76fc955cc4599e0cccad960998f130"

@@ -30,2 +32,3 @@ },

},
"block_height": 17250,
"tx_id": "0x0153a41ed24a0e1d32f66ea98338df09f942571ca66359e28bdca79ccd0305cf"

@@ -32,0 +35,0 @@ }

5

entities/tokens/non-fungible-token-holding-0-tx-id.schema.json

@@ -6,3 +6,3 @@ {

"description": "Ownership of a Non-Fungible Token",
"required": ["asset_identifier", "value", "tx_id"],
"required": ["asset_identifier", "value", "tx_id", "block_height"],
"additionalProperties": false,

@@ -29,2 +29,5 @@ "properties": {

},
"block_height": {
"type": "number"
},
"tx_id": {

@@ -31,0 +34,0 @@ "type": "string"

@@ -6,3 +6,3 @@ {

"description": "Ownership of a Non-Fungible Token with transaction metadata",
"required": ["asset_identifier", "value", "tx"],
"required": ["asset_identifier", "value", "tx", "block_height"],
"additionalProperties": false,

@@ -29,2 +29,5 @@ "properties": {

},
"block_height": {
"type": "number"
},
"tx": {

@@ -31,0 +34,0 @@ "$ref": "../transactions/transaction.schema.json"

{
"name": "@stacks/stacks-blockchain-api-types",
"version": "4.0.0-beta.2",
"version": "4.0.0-beta.3",
"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