We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2505e39 + 38a45e2 commit 9b6deefCopy full SHA for 9b6deef
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@maestro-org/typescript-sdk",
3
- "version": "1.6.1",
+ "version": "1.6.2",
4
"description": "TypeScript SDK for the Maestro Dapp Platform",
5
"main": "dist/index.js",
6
"module": "dist/index.mjs",
src/api/accounts/type.ts
@@ -17,6 +17,12 @@ export interface AccountAddressesQueryParams {
17
* @memberof AccountAddressesQueryParams
18
*/
19
cursor?: string | null;
20
+ /**
21
+ * Include addresses that have been seen on-chain but have no balance.
22
+ * @type {boolean | null}
23
+ * @memberof AccountAddressesQueryParams
24
+ */
25
+ include_empty?: boolean | null;
26
}
27
28
/**
0 commit comments