commit bbefb834472cd61461f5e91de8f4c03cf50b223f
parent c699ababe7f5876788f8c4d1d6f8ede2238aa92c
Author: Nic <nic@eigel.ch>
Date: Thu, 11 Jan 2024 16:08:04 +0100
auditor api fixing some spacing
Diffstat:
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/core/api-auditor.rst b/core/api-auditor.rst
@@ -124,13 +124,13 @@ This API is used by auditor to obtain a list of all exchanges signing keys to be
// Base URL of the exchange.
master_sig: EddsaSignature;
- // Time when online signing key will first be use.
+ // Time when online signing key will first be use.
ep_valid_from: Timestamp;
- // Time when this online signing key will no longer be used.
+ // Time when this online signing key will no longer be used.
ep_expire_sign: Timestamp;
- // Time when this online signing key legally expires.
+ // Time when this online signing key legally expires.
ep_expire_legal: Timestamp;
}
@@ -273,8 +273,8 @@ did not receive by the exchange, only by the merchant.
interface DepositConfirmation {
- // Database row id of entry
- row_id: Integer;
+ // Database row id of entry
+ row_id: Integer;
// Time when the deposit confirmation confirmation was generated.
timestamp: Timestamp;
@@ -390,16 +390,16 @@ This API is used by the auditor to obtain a list of pending denominations
interface PendingDenomination {
- // Balance of denomination.
+ // Balance of denomination.
denom_balance: taler_amount;
- // Amount that was lost due to failures by the exchange.
+ // Amount that was lost due to failures by the exchange.
denom_loss: taler_amount;
- // Amount at risk of loss due to recoup operations.
+ // Amount at risk of loss due to recoup operations.
denom_risk: taler_amount;
- // Amount actually lost due to recoup operations after a revocation.
+ // Amount actually lost due to recoup operations after a revocation.
recoup_loss: taler_amount;
}