summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorAntoine A <>2024-04-29 17:06:01 +0900
committerAntoine A <>2024-04-29 17:06:01 +0900
commitb84fc2e45cf8ccaa11d94baec6fc5725d0276f42 (patch)
tree6ef9e296ebacc5663c611a0152eb10687c21443a /core
parenteb595adaadb510d521da8e09d8c924fb0840def0 (diff)
downloaddocs-b84fc2e45cf8ccaa11d94baec6fc5725d0276f42.tar.gz
docs-b84fc2e45cf8ccaa11d94baec6fc5725d0276f42.tar.bz2
docs-b84fc2e45cf8ccaa11d94baec6fc5725d0276f42.zip
Clarify WG row_id semantics between transfer initiation and confirmed transactions
Diffstat (limited to 'core')
-rw-r--r--core/api-bank-wire.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/core/api-bank-wire.rst b/core/api-bank-wire.rst
index a76f5195..524a152a 100644
--- a/core/api-bank-wire.rst
+++ b/core/api-bank-wire.rst
@@ -133,7 +133,8 @@ Making Transactions
// time period a transaction belongs to).
timestamp: Timestamp;
- // Opaque ID of the transaction that the bank has made.
+ // Opaque ID of the wire transfer initiation performed by the bank.
+ // It is different from the /history endpoints row_id.
row_id: SafeUint64;
}
@@ -429,6 +430,7 @@ exposed by bank gateways in production.
// time period a transaction belongs to).
timestamp: Timestamp;
- // Opaque ID of the transaction that the bank has made.
+ // Opaque ID of the wire transfer initiation performed by the bank.
+ // It is different from the /history endpoints row_id.
row_id: SafeUint64;
}