@vrplatform/api 1.3.1-stage.2132 → 1.3.1-stage.2133
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.
|
@@ -23507,6 +23507,12 @@ export interface operations {
|
|
|
23507
23507
|
reserves: number;
|
|
23508
23508
|
availableBalance: number;
|
|
23509
23509
|
};
|
|
23510
|
+
summary: {
|
|
23511
|
+
name: string;
|
|
23512
|
+
text: string;
|
|
23513
|
+
value: number;
|
|
23514
|
+
separated: boolean;
|
|
23515
|
+
}[];
|
|
23510
23516
|
}[];
|
|
23511
23517
|
};
|
|
23512
23518
|
};
|
|
@@ -23733,6 +23739,12 @@ export interface operations {
|
|
|
23733
23739
|
reserves: number;
|
|
23734
23740
|
availableBalance: number;
|
|
23735
23741
|
};
|
|
23742
|
+
summary: {
|
|
23743
|
+
name: string;
|
|
23744
|
+
text: string;
|
|
23745
|
+
value: number;
|
|
23746
|
+
separated: boolean;
|
|
23747
|
+
}[];
|
|
23736
23748
|
accounts: {
|
|
23737
23749
|
id: string;
|
|
23738
23750
|
name: string;
|