aboutsummaryrefslogtreecommitdiff
path: root/src/walletTypes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/walletTypes.ts')
-rw-r--r--src/walletTypes.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/walletTypes.ts b/src/walletTypes.ts
index e6564b91b..a74f81136 100644
--- a/src/walletTypes.ts
+++ b/src/walletTypes.ts
@@ -478,4 +478,5 @@ export interface PreparePayResult {
contractTerms?: ContractTerms;
error?: string;
proposalId?: number;
+ totalFees?: AmountJson;
} \ No newline at end of file