This commit is contained in:
Florian Dold 2020-09-09 11:48:50 +05:30
parent 75e73c111d
commit 35999179b1
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -247,6 +247,12 @@ export interface ReserveRecord {
* the first withdrawal has started.
*/
initialWithdrawalStarted: boolean;
/**
* Initial denomination selection, stored here so that
* we can show this information in the transactions/balances
* before we have a withdrawal group.
*/
initialDenomSel: DenomSelectionState;
reserveStatus: ReserveRecordStatus;