@stacks/stacks-blockchain-api-types
Advanced tools
Comparing version 7.9.0 to 7.10.0-beta.1
@@ -10,2 +10,4 @@ { | ||
"hash", | ||
"block_time", | ||
"block_time_iso", | ||
"index_block_hash", | ||
@@ -43,2 +45,10 @@ "parent_block_hash", | ||
}, | ||
"block_time": { | ||
"type": "number", | ||
"description": "Unix timestamp (in seconds) indicating when this block was mined." | ||
}, | ||
"block_time_iso": { | ||
"type": "string", | ||
"description": "An ISO 8601 (YYYY-MM-DDTHH:mm:ss.sssZ) indicating when this block was mined." | ||
}, | ||
"index_block_hash": { | ||
@@ -45,0 +55,0 @@ "type": "string", |
@@ -86,4 +86,8 @@ { | ||
"description": "The reward address for stacking transaction. It should be a valid Bitcoin address" | ||
}, | ||
"signer_key": { | ||
"type": "string", | ||
"description": "The hex-encoded signer key (buff 33) for PoX." | ||
} | ||
} | ||
} |
@@ -14,2 +14,4 @@ { | ||
"block_height", | ||
"block_time", | ||
"block_time_iso", | ||
"burn_block_time", | ||
@@ -45,2 +47,10 @@ "burn_block_time_iso", | ||
}, | ||
"block_time": { | ||
"type": "number", | ||
"description": "Unix timestamp (in seconds) indicating when this block was mined." | ||
}, | ||
"block_time_iso": { | ||
"type": "string", | ||
"description": "An ISO 8601 (YYYY-MM-DDTHH:mm:ss.sssZ) indicating when this block was mined." | ||
}, | ||
"burn_block_time": { | ||
@@ -47,0 +57,0 @@ "type": "integer", |
@@ -15,3 +15,3 @@ { | ||
"additionalProperties": false, | ||
"required": ["tenure_consensus_hash", "prev_tenure_consensus_hash", "burn_view_consensus_hash", "previous_tenure_end", "previous_tenure_blocks", "cause", "pubkey_hash", "signature", "signers"], | ||
"required": ["tenure_consensus_hash", "prev_tenure_consensus_hash", "burn_view_consensus_hash", "previous_tenure_end", "previous_tenure_blocks", "cause", "pubkey_hash"], | ||
"properties": { | ||
@@ -46,10 +46,2 @@ "tenure_consensus_hash": { | ||
"description": "(Hex string) The ECDSA public key hash of the current tenure." | ||
}, | ||
"signature": { | ||
"type": "string", | ||
"description": "(Hex string) A Schnorr signature from the Stackers." | ||
}, | ||
"signers": { | ||
"type": "string", | ||
"description": "(Hex string) A bitmap of which Stackers signed." | ||
} | ||
@@ -56,0 +48,0 @@ } |
{ | ||
"name": "@stacks/stacks-blockchain-api-types", | ||
"version": "7.9.0", | ||
"version": "7.10.0-beta.1", | ||
"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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
590936
382
14694
2