From 6ad91cdf821eebee19553830ce5c09d237169cdf Mon Sep 17 00:00:00 2001 From: Christian Rogobete Date: Mon, 21 Oct 2024 16:29:41 +0200 Subject: [PATCH] make account response last lastModifiedTime optional --- lib/src/responses/account_response.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/responses/account_response.dart b/lib/src/responses/account_response.dart index 5231d7c..ded822c 100644 --- a/lib/src/responses/account_response.dart +++ b/lib/src/responses/account_response.dart @@ -21,7 +21,7 @@ class AccountResponse extends Response implements TransactionBuilderAccount { String? inflationDestination; String? homeDomain; int lastModifiedLedger; - String lastModifiedTime; + String? lastModifiedTime; Thresholds thresholds; Flags flags; List balances;