Skip to content

Commit

Permalink
Add showNativeBalance Field to DisplayOptions (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xIchigo authored Aug 30, 2024
1 parent 2ea7b05 commit f403cf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/das-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ export namespace DAS {
showSystemMetadata?: boolean;
showZeroBalance?: boolean;
showClosedAccounts?: boolean;
showNativeBalance?: boolean;
};

// Display options for getAssetBatch do not include grand_total.
Expand Down

0 comments on commit f403cf8

Please sign in to comment.