Skip to content

Commit

Permalink
fix: update the AccountAddressesQueryParams interface
Browse files Browse the repository at this point in the history
  • Loading branch information
stanvladut committed Oct 9, 2024
1 parent c747a20 commit 93299bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/api/accounts/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ export interface AccountAddressesQueryParams {
* @memberof AccountAddressesQueryParams
*/
cursor?: string | null;
/**
* Include addresses that have been seen on-chain but have no balance.
* @type {boolean | null}
* @memberof AccountAddressesQueryParams
*/
include_empty?: boolean | null;
}

/**
Expand Down

0 comments on commit 93299bc

Please sign in to comment.