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
8
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 0.66.1 to 0.67.0

4

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

@@ -63,2 +63,6 @@ {

},
"memo": {
"type": "string",
"description": "STX token transfer memo."
},
"number_of_cycles": {

@@ -65,0 +69,0 @@ "type": "integer",

@@ -21,4 +21,8 @@ {

"description": "Transactions that are related to other transactions (like a cross-shard transaction) should include the tranaction_identifier of these transactions in the metadata.",
"required": ["size", "lockTime"],
"required": [],
"properties": {
"memo": {
"type": "string",
"description": "STX token transfer memo."
},
"size": {

@@ -25,0 +29,0 @@ "type": "integer",

5

package.json
{
"name": "@stacks/stacks-blockchain-api-types",
"version": "0.66.1",
"version": "0.67.0",
"access": "public",

@@ -17,2 +17,3 @@ "description": "TypeScript descriptions of Stacks 2.0 blockchain API entities",

"generate:docs": "redoc-cli bundle --output .tmp/index.html ./openapi.yaml",
"generate:postman": "speccy resolve --output .tmp/openapi.resolved.yaml openapi.yaml && openapi2postmanv2 --spec .tmp/openapi.resolved.yaml --output .tmp/collection.json --options folderStrategy=Tags,requestParametersResolution=Example,exampleParametersResolution=Example",
"validate:schemas": "rimraf .tmp && gulp flattenSchemas --silent && ts-node ./scripts/validate-schemas.ts",

@@ -51,3 +52,5 @@ "deploy:docs": "npm run generate:types && npm run generate:docs && gulp deployDocs"

"jsonlint-cli": "^1.0.1",
"openapi-to-postmanv2": "^2.10.1",
"redoc-cli": "^0.9.8",
"speccy": "^0.11.0",
"ts-node": "^9.1.1",

@@ -54,0 +57,0 @@ "typescript": "^4.2.4",

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