Skip to content

Commit

Permalink
Merge branch 'main' into feat/new-handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
Vardominator authored Dec 13, 2024
2 parents 4f473d5 + 9b6deef commit d9e3c02
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 d9e3c02

Please sign in to comment.