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
5
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.9.0 to 7.10.0-beta.1

api/stacking/get-pox-cycle-signer-stackers.example.json

10

entities/blocks/block.schema.json

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

4

entities/rosetta/rosetta-construction-options.schema.json

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

10

entities/transactions/transaction-7-tenure-change-metadata.schema.json

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

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