@xoxno/sdk-js 0.1.351 → 0.1.353
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.
|
@@ -437,6 +437,11 @@ export type ActivityData = {
|
|
|
437
437
|
egldValue: number;
|
|
438
438
|
nftInfo: Pick<NftData, 'identifier' | 'collection' | 'name' | 'metadata' | 'url' | 'wasProcessed' | 'media'>;
|
|
439
439
|
collectionInfo: ShortCollectionInfo;
|
|
440
|
+
originalTokenAmount?: string;
|
|
441
|
+
originalTokenAmountShort?: number;
|
|
442
|
+
originalTokenEgldValue?: number;
|
|
443
|
+
originalTokenUsdValue?: number;
|
|
444
|
+
originalTokenIdentifier?: string;
|
|
440
445
|
};
|
|
441
446
|
export type ShortCollectionInfo = Pick<ICollectionProfile, 'name' | 'isVerified' | 'isVisible' | 'profile' | 'description'> & {
|
|
442
447
|
collectionSize: number;
|