summaryrefslogtreecommitdiff
path: root/packages/taler-util/src/walletTypes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-util/src/walletTypes.ts')
-rw-r--r--packages/taler-util/src/walletTypes.ts9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/taler-util/src/walletTypes.ts b/packages/taler-util/src/walletTypes.ts
index b34eb0d04..7f1aafd69 100644
--- a/packages/taler-util/src/walletTypes.ts
+++ b/packages/taler-util/src/walletTypes.ts
@@ -669,8 +669,17 @@ const codecForDenominationInfo = (): Codec<DenominationInfo> =>
.build("codecForDenominationInfo");
export interface DenominationInfo {
+ /**
+ * Value of one coin of the denomination.
+ */
value: AmountJson;
+
+ /**
+ * Hash of the denomination public key.
+ * Stored in the database for faster lookups.
+ */
denomPubHash: string;
+
/**
* Fee for withdrawing.
*/