summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/api-merchant.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index e60d57af..b1a46318 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -2438,8 +2438,8 @@ funds to the exchange.
**Request:**
- :query after: *Optional*. Only return reserves created after the given timestamp in milliseconds
- :query active: *Optional*. Only return active/inactive reserves depending on the boolean given
+ :query after: *Optional*. Only return reserves created after the given timestamp in milliseconds.
+ :query active: *Optional*. Only return active/inactive reserves depending on the boolean given.
:query failures: *Optional*. Only return reserves where we disagree with the exchange about the initial balance.
**Response:**
@@ -2451,23 +2451,23 @@ funds to the exchange.
.. ts:def:: TippingReserveStatus
interface TippingReserveStatus {
- // Array of all known reserves (possibly empty!)
+ // Array of all known reserves (possibly empty!).
reserves: ReserveStatusEntry[];
}
.. ts:def:: ReserveStatusEntry
interface ReserveStatusEntry {
- // Public key of the reserve
+ // Public key of the reserve.
reserve_pub: EddsaPublicKey;
- // Timestamp when it was established
+ // Timestamp when it was established.
creation_time: Timestamp;
- // Timestamp when it expires
+ // Timestamp when it expires.
expiration_time: Timestamp;
- // Initial amount as per reserve creation call
+ // Initial amount as per reserve creation call.
merchant_initial_amount: Amount;
// Initial amount as per exchange, 0 if exchange did