Skip to content

Commit

Permalink
[Fix] Update grand_total Type (#82)
Browse files Browse the repository at this point in the history
* Change grand_total Type

* Update grand_total Type
  • Loading branch information
0xIchigo authored May 14, 2024
1 parent e0c4aed commit 2a50e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/das-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export interface SearchAssetsRequest {
items: FullRwaAccount
};
export type GetAssetResponseList = {
grand_total?: boolean;
grand_total?: number;
total: number;
limit: number;
page: number;
Expand Down

0 comments on commit 2a50e1c

Please sign in to comment.