Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@stacks/blockchain-api-client

Package Overview
Dependencies
Maintainers
6
Versions
364
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stacks/blockchain-api-client - npm Package Compare versions

Comparing version 0.32.4 to 0.33.0

36

lib/generated/models/AddressBalanceResponseStx.d.ts

@@ -29,9 +29,9 @@ /**

*/
locked: string;
total_sent: string;
/**
*
* @type {number}
* @type {string}
* @memberof AddressBalanceResponseStx
*/
unlock_height: number;
total_received: string;
/**

@@ -42,3 +42,3 @@ *

*/
total_sent: string;
total_fees_sent: string;
/**

@@ -49,15 +49,33 @@ *

*/
total_received: string;
total_miner_rewards_received: string;
/**
*
* The transaction where the lock event occurred. Empty if no tokens are locked.
* @type {string}
* @memberof AddressBalanceResponseStx
*/
total_fees_sent: string;
lock_tx_id: string;
/**
*
* The amount of locked STX, as string quoted micro-STX. Zero if no tokens are locked.
* @type {string}
* @memberof AddressBalanceResponseStx
*/
total_miner_rewards_received: string;
locked: string;
/**
* The STX chain block height of when the lock event occurred. Zero if no tokens are locked.
* @type {number}
* @memberof AddressBalanceResponseStx
*/
lock_height: number;
/**
* The burnchain block height of when the lock event occurred. Zero if no tokens are locked.
* @type {number}
* @memberof AddressBalanceResponseStx
*/
burnchain_lock_height: number;
/**
* The burnchain block height of when the tokens unlock. Zero if no tokens are locked.
* @type {number}
* @memberof AddressBalanceResponseStx
*/
burnchain_unlock_height: number;
}

@@ -64,0 +82,0 @@ export declare function AddressBalanceResponseStxFromJSON(json: any): AddressBalanceResponseStx;

@@ -27,4 +27,2 @@ "use strict";

'balance': json['balance'],
'locked': json['locked'],
'unlock_height': json['unlock_height'],
'total_sent': json['total_sent'],

@@ -34,2 +32,7 @@ 'total_received': json['total_received'],

'total_miner_rewards_received': json['total_miner_rewards_received'],
'lock_tx_id': json['lock_tx_id'],
'locked': json['locked'],
'lock_height': json['lock_height'],
'burnchain_lock_height': json['burnchain_lock_height'],
'burnchain_unlock_height': json['burnchain_unlock_height'],
};

@@ -47,4 +50,2 @@ }

'balance': value.balance,
'locked': value.locked,
'unlock_height': value.unlock_height,
'total_sent': value.total_sent,

@@ -54,2 +55,7 @@ 'total_received': value.total_received,

'total_miner_rewards_received': value.total_miner_rewards_received,
'lock_tx_id': value.lock_tx_id,
'locked': value.locked,
'lock_height': value.lock_height,
'burnchain_lock_height': value.burnchain_lock_height,
'burnchain_unlock_height': value.burnchain_unlock_height,
};

@@ -56,0 +62,0 @@ }

@@ -29,9 +29,9 @@ /**

*/
locked: string;
total_sent: string;
/**
*
* @type {number}
* @type {string}
* @memberof AddressStxBalanceResponse
*/
unlock_height: number;
total_received: string;
/**

@@ -42,3 +42,3 @@ *

*/
total_sent: string;
total_fees_sent: string;
/**

@@ -49,15 +49,33 @@ *

*/
total_received: string;
total_miner_rewards_received: string;
/**
*
* The transaction where the lock event occurred. Empty if no tokens are locked.
* @type {string}
* @memberof AddressStxBalanceResponse
*/
total_fees_sent: string;
lock_tx_id: string;
/**
*
* The amount of locked STX, as string quoted micro-STX. Zero if no tokens are locked.
* @type {string}
* @memberof AddressStxBalanceResponse
*/
total_miner_rewards_received: string;
locked: string;
/**
* The STX chain block height of when the lock event occurred. Zero if no tokens are locked.
* @type {number}
* @memberof AddressStxBalanceResponse
*/
lock_height: number;
/**
* The burnchain block height of when the lock event occurred. Zero if no tokens are locked.
* @type {number}
* @memberof AddressStxBalanceResponse
*/
burnchain_lock_height: number;
/**
* The burnchain block height of when the tokens unlock. Zero if no tokens are locked.
* @type {number}
* @memberof AddressStxBalanceResponse
*/
burnchain_unlock_height: number;
}

@@ -64,0 +82,0 @@ export declare function AddressStxBalanceResponseFromJSON(json: any): AddressStxBalanceResponse;

@@ -27,4 +27,2 @@ "use strict";

'balance': json['balance'],
'locked': json['locked'],
'unlock_height': json['unlock_height'],
'total_sent': json['total_sent'],

@@ -34,2 +32,7 @@ 'total_received': json['total_received'],

'total_miner_rewards_received': json['total_miner_rewards_received'],
'lock_tx_id': json['lock_tx_id'],
'locked': json['locked'],
'lock_height': json['lock_height'],
'burnchain_lock_height': json['burnchain_lock_height'],
'burnchain_unlock_height': json['burnchain_unlock_height'],
};

@@ -47,4 +50,2 @@ }

'balance': value.balance,
'locked': value.locked,
'unlock_height': value.unlock_height,
'total_sent': value.total_sent,

@@ -54,2 +55,7 @@ 'total_received': value.total_received,

'total_miner_rewards_received': value.total_miner_rewards_received,
'lock_tx_id': value.lock_tx_id,
'locked': value.locked,
'lock_height': value.lock_height,
'burnchain_lock_height': value.burnchain_lock_height,
'burnchain_unlock_height': value.burnchain_unlock_height,
};

@@ -56,0 +62,0 @@ }

{
"name": "@stacks/blockchain-api-client",
"version": "0.32.4",
"version": "0.33.0",
"access": "public",

@@ -5,0 +5,0 @@ "description": "Client for the Stacks Blockchain API",

@@ -33,9 +33,9 @@ /* tslint:disable */

*/
locked: string;
total_sent: string;
/**
*
* @type {number}
* @type {string}
* @memberof AddressBalanceResponseStx
*/
unlock_height: number;
total_received: string;
/**

@@ -46,3 +46,3 @@ *

*/
total_sent: string;
total_fees_sent: string;
/**

@@ -53,15 +53,33 @@ *

*/
total_received: string;
total_miner_rewards_received: string;
/**
*
* The transaction where the lock event occurred. Empty if no tokens are locked.
* @type {string}
* @memberof AddressBalanceResponseStx
*/
total_fees_sent: string;
lock_tx_id: string;
/**
*
* The amount of locked STX, as string quoted micro-STX. Zero if no tokens are locked.
* @type {string}
* @memberof AddressBalanceResponseStx
*/
total_miner_rewards_received: string;
locked: string;
/**
* The STX chain block height of when the lock event occurred. Zero if no tokens are locked.
* @type {number}
* @memberof AddressBalanceResponseStx
*/
lock_height: number;
/**
* The burnchain block height of when the lock event occurred. Zero if no tokens are locked.
* @type {number}
* @memberof AddressBalanceResponseStx
*/
burnchain_lock_height: number;
/**
* The burnchain block height of when the tokens unlock. Zero if no tokens are locked.
* @type {number}
* @memberof AddressBalanceResponseStx
*/
burnchain_unlock_height: number;
}

@@ -80,4 +98,2 @@

'balance': json['balance'],
'locked': json['locked'],
'unlock_height': json['unlock_height'],
'total_sent': json['total_sent'],

@@ -87,2 +103,7 @@ 'total_received': json['total_received'],

'total_miner_rewards_received': json['total_miner_rewards_received'],
'lock_tx_id': json['lock_tx_id'],
'locked': json['locked'],
'lock_height': json['lock_height'],
'burnchain_lock_height': json['burnchain_lock_height'],
'burnchain_unlock_height': json['burnchain_unlock_height'],
};

@@ -101,4 +122,2 @@ }

'balance': value.balance,
'locked': value.locked,
'unlock_height': value.unlock_height,
'total_sent': value.total_sent,

@@ -108,2 +127,7 @@ 'total_received': value.total_received,

'total_miner_rewards_received': value.total_miner_rewards_received,
'lock_tx_id': value.lock_tx_id,
'locked': value.locked,
'lock_height': value.lock_height,
'burnchain_lock_height': value.burnchain_lock_height,
'burnchain_unlock_height': value.burnchain_unlock_height,
};

@@ -110,0 +134,0 @@ }

@@ -33,9 +33,9 @@ /* tslint:disable */

*/
locked: string;
total_sent: string;
/**
*
* @type {number}
* @type {string}
* @memberof AddressStxBalanceResponse
*/
unlock_height: number;
total_received: string;
/**

@@ -46,3 +46,3 @@ *

*/
total_sent: string;
total_fees_sent: string;
/**

@@ -53,15 +53,33 @@ *

*/
total_received: string;
total_miner_rewards_received: string;
/**
*
* The transaction where the lock event occurred. Empty if no tokens are locked.
* @type {string}
* @memberof AddressStxBalanceResponse
*/
total_fees_sent: string;
lock_tx_id: string;
/**
*
* The amount of locked STX, as string quoted micro-STX. Zero if no tokens are locked.
* @type {string}
* @memberof AddressStxBalanceResponse
*/
total_miner_rewards_received: string;
locked: string;
/**
* The STX chain block height of when the lock event occurred. Zero if no tokens are locked.
* @type {number}
* @memberof AddressStxBalanceResponse
*/
lock_height: number;
/**
* The burnchain block height of when the lock event occurred. Zero if no tokens are locked.
* @type {number}
* @memberof AddressStxBalanceResponse
*/
burnchain_lock_height: number;
/**
* The burnchain block height of when the tokens unlock. Zero if no tokens are locked.
* @type {number}
* @memberof AddressStxBalanceResponse
*/
burnchain_unlock_height: number;
}

@@ -80,4 +98,2 @@

'balance': json['balance'],
'locked': json['locked'],
'unlock_height': json['unlock_height'],
'total_sent': json['total_sent'],

@@ -87,2 +103,7 @@ 'total_received': json['total_received'],

'total_miner_rewards_received': json['total_miner_rewards_received'],
'lock_tx_id': json['lock_tx_id'],
'locked': json['locked'],
'lock_height': json['lock_height'],
'burnchain_lock_height': json['burnchain_lock_height'],
'burnchain_unlock_height': json['burnchain_unlock_height'],
};

@@ -101,4 +122,2 @@ }

'balance': value.balance,
'locked': value.locked,
'unlock_height': value.unlock_height,
'total_sent': value.total_sent,

@@ -108,2 +127,7 @@ 'total_received': value.total_received,

'total_miner_rewards_received': value.total_miner_rewards_received,
'lock_tx_id': value.lock_tx_id,
'locked': value.locked,
'lock_height': value.lock_height,
'burnchain_lock_height': value.burnchain_lock_height,
'burnchain_unlock_height': value.burnchain_unlock_height,
};

@@ -110,0 +134,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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