taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 70f635f1919b44a858ea491f7711f17ab3cb5770
parent 490f4a0a57eafc359b089f9cb0fc50dd8d5f6200
Author: Florian Dold <florian@dold.me>
Date:   Mon, 27 Jan 2025 11:57:17 +0100

-naming

Diffstat:
Mcore/api-exchange.rst | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -219,7 +219,7 @@ possibly by using HTTPS. // Array of wire accounts operated by the exchange for // incoming wire transfers. - accounts: WireAccount[]; + accounts: ExchangeWireAccount[]; // Object mapping names of wire methods (i.e. "iban" or "x-taler-bank") // to wire fees. @@ -311,9 +311,9 @@ possibly by using HTTPS. The specification for the account object is: - .. ts:def:: WireAccount + .. ts:def:: ExchangeWireAccount - interface WireAccount { + interface ExchangeWireAccount { // Full ``payto://`` URI identifying the account and wire method payto_uri: string;