summaryrefslogtreecommitdiff
path: root/core/api-wire.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 13:35:44 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 13:35:44 -0400
commitc31f38fd2fed827fd3f71b09efaba52ccb427258 (patch)
tree0c96bed8ad88d8b19967f1724b41abfa17ea5d4e /core/api-wire.rst
parent4bd18c80f8068c489dffe1d74196dc6eb7972f67 (diff)
downloaddocs-c31f38fd2fed827fd3f71b09efaba52ccb427258.tar.gz
docs-c31f38fd2fed827fd3f71b09efaba52ccb427258.tar.bz2
docs-c31f38fd2fed827fd3f71b09efaba52ccb427258.zip
add period at end of sentence (five instances)
Diffstat (limited to 'core/api-wire.rst')
-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 6082280f..e16c5047 100644
--- a/core/api-wire.rst
+++ b/core/api-wire.rst
@@ -168,7 +168,7 @@ Querying the transaction history
interface IncomingHistory {
- // Array of incoming transactions
+ // Array of incoming transactions.
incoming_transactions : IncomingBankTransaction[];
}
@@ -177,20 +177,20 @@ Querying the transaction history
interface IncomingBankTransaction {
- // 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.
// This must be one of the exchange's bank accounts.
credit_account: string;
- // Payto URI to identify the sender of funds
+ // Payto URI to identify the sender of funds.
debit_account: string;
// The reserve public key extracted from the transaction details.