@iotexproject/kit 0.1.3 → 0.1.4
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 +4 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -8410,6 +8410,10 @@ export interface ItemNFT {
|
|
|
8410
8410
|
symbol: string;
|
|
8411
8411
|
image: string;
|
|
8412
8412
|
image_detail: string;
|
|
8413
|
+
bucket_info: {
|
|
8414
|
+
key: string;
|
|
8415
|
+
value: string;
|
|
8416
|
+
}[] | null;
|
|
8413
8417
|
}
|
|
8414
8418
|
declare class NFT extends BaseDBModule {
|
|
8415
8419
|
getNFTsByAccount({ address, page, pageSize }: {
|