Skip to content

Commit 2ca68c5

Browse files
committed
Merge branch 'feat/new-handlers' of https://github.com/maestro-org/typescript-sdk into feat/new-handlers
2 parents f3a1ff1 + d9e3c02 commit 2ca68c5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/api/accounts/type.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ export interface AccountAddressesQueryParams {
1717
* @memberof AccountAddressesQueryParams
1818
*/
1919
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;
2026
}
2127

2228
/**

0 commit comments

Comments
 (0)