aboutsummaryrefslogtreecommitdiff
path: root/src/dbTypes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbTypes.ts')
-rw-r--r--src/dbTypes.ts16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/dbTypes.ts b/src/dbTypes.ts
index 22d98ffac..bb4f5dbdf 100644
--- a/src/dbTypes.ts
+++ b/src/dbTypes.ts
@@ -283,26 +283,26 @@ export class DenominationRecord {
/**
* Validity start date of the denomination.
*/
- @Checkable.String()
- stampStart: string;
+ @Checkable.Value(() => Timestamp)
+ stampStart: Timestamp;
/**
* Date after which the currency can't be withdrawn anymore.
*/
- @Checkable.String()
- stampExpireWithdraw: string;
+ @Checkable.Value(() => Timestamp)
+ stampExpireWithdraw: Timestamp;
/**
* Date after the denomination officially doesn't exist anymore.
*/
- @Checkable.String()
- stampExpireLegal: string;
+ @Checkable.Value(() => Timestamp)
+ stampExpireLegal: Timestamp;
/**
* Data after which coins of this denomination can't be deposited anymore.
*/
- @Checkable.String()
- stampExpireDeposit: string;
+ @Checkable.Value(() => Timestamp)
+ stampExpireDeposit: Timestamp;
/**
* Signature by the exchange's master key over the denomination