aboutsummaryrefslogtreecommitdiff
path: root/packages/demobank-ui/src/declaration.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/demobank-ui/src/declaration.d.ts')
-rw-r--r--packages/demobank-ui/src/declaration.d.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/demobank-ui/src/declaration.d.ts b/packages/demobank-ui/src/declaration.d.ts
index e31eb47b7..03ab8f2a8 100644
--- a/packages/demobank-ui/src/declaration.d.ts
+++ b/packages/demobank-ui/src/declaration.d.ts
@@ -392,6 +392,11 @@ namespace SandboxBackend {
subject: string;
// Circuit bank account that created the cash-out.
account: string;
+ // Fiat bank account that will receive the cashed out amount.
+ cashout_address: string;
+ // Ratios and fees related to this cash-out at the time
+ // when the operation was created.
+ ratios_and_fees: RatiosAndFees;
// Time when the cash-out was created.
creation_time: number; // milliseconds since the Unix epoch
// Time when the cash-out was confirmed via its TAN.