taler-docs

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

commit c2ebcafb22437743b94c18c5127fcf656680c82a
parent 747f57222b7022e9ab27e207fe3358a95c4f092b
Author: Nullptrderef <nullptrderef@proton.me>
Date:   Sun, 26 May 2024 01:57:40 +0200

break some more shit

Diffstat:
Mcore/api-exchange.rst | 36++++--------------------------------
1 file changed, 4 insertions(+), 32 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -4504,40 +4504,12 @@ Wallet-to-wallet transfers } - .. ts:def:: PurseDeposit - - interface PurseDeposit { - - // Amount to be deposited, can be a fraction of the - // coin's total value. - amount: Amount; - - // Hash of denomination RSA key with which the coin is signed. - denom_pub_hash: HashCode; - - // Exchange's unblinded RSA signature of the coin. - ub_sig: DenominationSignature; - - // Age commitment for the coin, if the denomination is age-restricted. - age_commitment?: AgeCommitment; + .. TODO: This name conflicted with another PurseDepositSuccess! I've renamed this one as the other one appeared to have more fields (more up to date?) + .. Please fix appropriately! - // Attestation for the minimum age, if the denomination is age-restricted. - attest?: Attestation; - - // Signature over `TALER_PurseDepositSignaturePS` - // of purpose ``TALER_SIGNATURE_WALLET_PURSE_DEPOSIT`` - // made by the customer with the - // `coin's private key <coin-priv>`. - coin_sig: EddsaSignature; + .. ts:def:: PurseDepositSuccess2 - // Public key of the coin being deposited into the purse. - coin_pub: EddsaPublicKey; - - } - - .. ts:def:: PurseDepositSuccess - - interface PurseDepositSuccess { + interface PurseDepositSuccess2 { // Total amount deposited into the purse so far (without fees). total_deposited: Amount;