@stacks/stacks-blockchain-api-types
Advanced tools
Comparing version 7.4.0-nakamoto.2 to 7.4.0-nakamoto.3
@@ -26,2 +26,6 @@ { | ||
}, | ||
"pox_v3_unlock_height": { | ||
"type": "integer", | ||
"nullable": true | ||
}, | ||
"chain_tip": { | ||
@@ -28,0 +32,0 @@ "$ref": "../../entities/info/chain-tip.schema.json" |
@@ -20,4 +20,7 @@ { | ||
"$ref": "./transaction-4-coinbase.schema.json" | ||
}, | ||
{ | ||
"$ref": "./transaction-7-tenure-change.schema.json" | ||
} | ||
] | ||
} |
@@ -25,2 +25,7 @@ { | ||
"description": "A principal that will receive the miner rewards for this coinbase transaction. Can be either a standard principal or contract principal. Only specified for `coinbase-to-alt-recipient` transaction types, otherwise null." | ||
}, | ||
"vrf_proof": { | ||
"type": "string", | ||
"nullable": true, | ||
"description": "Hex encoded 80-byte VRF proof" | ||
} | ||
@@ -27,0 +32,0 @@ } |
@@ -19,4 +19,7 @@ { | ||
"$ref": "./transaction-4-coinbase-metadata.schema.json" | ||
}, | ||
{ | ||
"$ref": "./transaction-7-tenure-change-metadata.schema.json" | ||
} | ||
] | ||
} |
@@ -5,3 +5,3 @@ { | ||
"type": "string", | ||
"enum": ["token_transfer", "smart_contract", "contract_call", "poison_microblock", "coinbase"] | ||
"enum": ["token_transfer", "smart_contract", "contract_call", "poison_microblock", "coinbase", "tenure_change"] | ||
} |
@@ -20,4 +20,7 @@ { | ||
"$ref": "./transaction-4-coinbase.schema.json" | ||
}, | ||
{ | ||
"$ref": "./transaction-7-tenure-change.schema.json" | ||
} | ||
] | ||
} |
{ | ||
"name": "@stacks/stacks-blockchain-api-types", | ||
"version": "7.4.0-nakamoto.2", | ||
"version": "7.4.0-nakamoto.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
Sorry, the diff of this file is not supported yet
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
558699
362
13536