summaryrefslogtreecommitdiff
path: root/core/api-wire.rst
diff options
context:
space:
mode:
Diffstat (limited to 'core/api-wire.rst')
-rw-r--r--core/api-wire.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/api-wire.rst b/core/api-wire.rst
index 1078a2d4..537c6461 100644
--- a/core/api-wire.rst
+++ b/core/api-wire.rst
@@ -160,8 +160,8 @@ Querying the transaction history
interface IncomingHistory {
- // The incoming transactions
- incoming_transactions : IncomingBankTransaction;
+ // Array of incoming transactions
+ incoming_transactions : IncomingBankTransaction[];
// Sum of all incoming transactions (ever) after the most
// recent transaction reported in the history.
@@ -255,8 +255,8 @@ Querying the transaction history
interface OutgoingHistory {
- // The outgoing transactions
- outgoing_transactions : OutgoingBankTransaction;
+ // Array of outgoing transactions
+ outgoing_transactions : OutgoingBankTransaction[];
// Sum of all outgoing transactions (ever) after the most
// recent transaction reported in the history.