commit 6b8e9f28c1611a24b993522c345a7d5fadebd4da
parent 805b53c94ff2a41a0380e2baaacd5216bbe1fec0
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
Date: Sun, 26 May 2024 10:02:48 +0200
donau - small type change
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/core/api-donau.rst b/core/api-donau.rst
@@ -345,7 +345,7 @@ corresponding charity_id by the Donau.
**Response:**
:http:statuscode:`200 OK`:
- The request was successful, and the response is a `BSDonationReceipts`.
+ The request was successful, and the response is a `BlindedDonationReceiptSignatures`.
:http:statuscode:`403 Forbidden`:
The charity signature is invalid. This response comes with a standard `ErrorDetail` response.
:http:statuscode:`404 Not found`:
@@ -407,10 +407,10 @@ corresponding charity_id by the Donau.
// a 256-bit nonce, converted to Crockford Base32.
type BUDIBlindingKeyP = string;
- .. ts:def:: DonationReceipts
+ .. ts:def:: BlindedDonationReceiptSignatures
- interface DonationReceipts {
- blind_signed_receipt_signatures: DonationReceiptSignature[];
+ interface BlindedDonationReceiptSignatures {
+ blind_signed_receipt_signatures: BlindedDonationReceiptSignature[];
}
.. ts:def:: BlindedDonationReceiptSignature