@iotexproject/kit 0.0.68 → 0.0.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +3 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -7339,6 +7339,9 @@ declare class NFT extends BaseDBModule {
|
|
|
7339
7339
|
pageSize?: number;
|
|
7340
7340
|
page?: number;
|
|
7341
7341
|
}): Promise<import("postgres").RowList<import("postgres").Row[]>>;
|
|
7342
|
+
getNFTsCountByAccount({ address }: {
|
|
7343
|
+
address: string;
|
|
7344
|
+
}): Promise<any>;
|
|
7342
7345
|
}
|
|
7343
7346
|
declare const modules$1: {
|
|
7344
7347
|
account: Account;
|