Skip to content

Commit 865e7fe

Browse files
committed
feat: update balanceQueryBaseParams
1 parent 7e029ff commit 865e7fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/service/rpc/interface/eth.chainIndex.ts

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ export interface balanceQueryBaseParams {
1515
token?: string;
1616
apikey?: string;
1717
contract_addresses: string;
18+
page?: number | 1;
19+
pageSize?: number | 10;
20+
session?: string;
1821
}
1922

2023
export interface IEthChainIndexAPI {

0 commit comments

Comments
 (0)