comment
This commit is contained in:
parent
75e73c111d
commit
35999179b1
@ -247,6 +247,12 @@ export interface ReserveRecord {
|
|||||||
* the first withdrawal has started.
|
* the first withdrawal has started.
|
||||||
*/
|
*/
|
||||||
initialWithdrawalStarted: boolean;
|
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;
|
initialDenomSel: DenomSelectionState;
|
||||||
|
|
||||||
reserveStatus: ReserveRecordStatus;
|
reserveStatus: ReserveRecordStatus;
|
||||||
|
Loading…
Reference in New Issue
Block a user