@maestro-org/typescript-sdk
Advanced tools
Comparing version 1.6.1 to 1.6.2
{ | ||
"name": "@maestro-org/typescript-sdk", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "TypeScript SDK for the Maestro Dapp Platform", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -20,2 +20,8 @@ /** | ||
cursor?: string | null; | ||
/** | ||
* Include addresses that have been seen on-chain but have no balance. | ||
* @type {boolean | null} | ||
* @memberof AccountAddressesQueryParams | ||
*/ | ||
include_empty?: boolean | null; | ||
} | ||
@@ -22,0 +28,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
1027073
22408