@ember-finance/sdk 1.4.5 → 1.4.6
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.
|
@@ -217,6 +217,12 @@ export interface VaultDetail {
|
|
|
217
217
|
* @memberof VaultDetail
|
|
218
218
|
*/
|
|
219
219
|
isPrivate: boolean;
|
|
220
|
+
/**
|
|
221
|
+
* The redemption price of the vault in e9 form
|
|
222
|
+
* @type {string}
|
|
223
|
+
* @memberof VaultDetail
|
|
224
|
+
*/
|
|
225
|
+
redemptionPriceE9?: string;
|
|
220
226
|
}
|
|
221
227
|
export declare const VaultDetailStatusEnum: {
|
|
222
228
|
readonly Active: "active";
|