@xoxno/sdk-js 0.1.49-alpha → 0.1.50-alpha
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.
|
@@ -469,13 +469,13 @@ export interface FloorPriceHistory {
|
|
|
469
469
|
}
|
|
470
470
|
export type FungibleAssets = {
|
|
471
471
|
id?: string;
|
|
472
|
-
identifier
|
|
472
|
+
identifier: string;
|
|
473
473
|
collection?: string;
|
|
474
474
|
dataType?: string;
|
|
475
|
-
decimals
|
|
475
|
+
decimals: number;
|
|
476
476
|
name: string;
|
|
477
|
-
type
|
|
478
|
-
category
|
|
477
|
+
type: string;
|
|
478
|
+
category: string[];
|
|
479
479
|
svgUrl: string;
|
|
480
480
|
pngUrl: string;
|
|
481
481
|
ticker: string;
|