@xoxno/sdk-js 0.1.352 → 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.
|
@@ -441,6 +441,7 @@ export type ActivityData = {
|
|
|
441
441
|
originalTokenAmountShort?: number;
|
|
442
442
|
originalTokenEgldValue?: number;
|
|
443
443
|
originalTokenUsdValue?: number;
|
|
444
|
+
originalTokenIdentifier?: string;
|
|
444
445
|
};
|
|
445
446
|
export type ShortCollectionInfo = Pick<ICollectionProfile, 'name' | 'isVerified' | 'isVisible' | 'profile' | 'description'> & {
|
|
446
447
|
collectionSize: number;
|