@stacks/stacks-blockchain-api-types
Advanced tools
Comparing version 4.0.0-beta.2 to 4.0.0-beta.3
@@ -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 @@ } |
@@ -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
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
537646
12787