aboutsummaryrefslogtreecommitdiff
path: root/src/types/history.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/types/history.ts')
-rw-r--r--src/types/history.ts10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/types/history.ts b/src/types/history.ts
index 8b46276be..aa35ab962 100644
--- a/src/types/history.ts
+++ b/src/types/history.ts
@@ -486,6 +486,16 @@ export interface HistoryPaymentSent {
replay: boolean;
/**
+ * Number of coins that were involved in the payment.
+ */
+ numCoins: number;
+
+ /**
+ * Amount that was paid, including deposit and wire fees.
+ */
+ amountPaidWithFees: string;
+
+ /**
* Session ID that the payment was (re-)submitted under.
*/
sessionId: string | undefined;