summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 13:38:09 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 13:38:09 -0400
commitcc77d6918787f2d54321129d60e4b1320761ecb1 (patch)
treeff04f65dc69eeaabd1d2523cc8ce76813e5dd51a /core
parent03d7b25905b4ca4a8159394979ec64291bf4f694 (diff)
downloaddocs-cc77d6918787f2d54321129d60e4b1320761ecb1.tar.gz
docs-cc77d6918787f2d54321129d60e4b1320761ecb1.tar.bz2
docs-cc77d6918787f2d54321129d60e4b1320761ecb1.zip
add period at end of sentence (five instances)
Diffstat (limited to 'core')
-rw-r--r--core/api-wire.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/api-wire.rst b/core/api-wire.rst
index f94b7dd2..78c94620 100644
--- a/core/api-wire.rst
+++ b/core/api-wire.rst
@@ -250,7 +250,7 @@ Querying the transaction history
interface OutgoingHistory {
- // Array of outgoing transactions
+ // Array of outgoing transactions.
outgoing_transactions : OutgoingBankTransaction[];
}
@@ -259,19 +259,19 @@ Querying the transaction history
interface OutgoingBankTransaction {
- // Opaque identifier of the returned record
+ // Opaque identifier of the returned record.
row_id: SafeUint64;
- // Date of the transaction
+ // Date of the transaction.
date: Timestamp;
- // Amount transferred
+ // Amount transferred.
amount: Amount;
// Payto URI to identify the receiver of funds.
credit_account: string;
- // Payto URI to identify the sender of funds
+ // Payto URI to identify the sender of funds.
// This must be one of the exchange's bank accounts.
debit_account: string;