taler-docs

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

commit 85df04fdaafb17e085043ab542c332ed2ff00df2
parent e02fa845a6c57f64ddc611fdb451aef9a94e1260
Author: Christian Blättler <blatc2@bfh.ch>
Date:   Sat, 20 Apr 2024 09:57:33 +0200

update pay spec

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

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -418,18 +418,18 @@ Making the payment interface TokenUseSig { - // Signature on ``TALER_DepositRequestPS`` with the public key of the - // token being provisioned to the merchant. + // Signature on ``TALER_DepositRequestPS`` with the token use key of the + // token being used in this request. token_sig: EddsaSignature; - // Public key of the token being provisioned to the merchant. + // Token use public key. token_pub: EddsaPublicKey; - // Unblinded signature made by the token family public key of the merchant. + // Unblinded signature made by the token issue public key of the merchant. ub_sig: UnblindedSignature; - // The hash of the token family public key associated with this token. - h_denom: HashCode; + // The hash of the token issue public key associated with this token. + h_issue: HashCode; }