summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorChristian Blättler <blatc2@bfh.ch>2024-04-13 15:35:01 +0200
committerChristian Blättler <blatc2@bfh.ch>2024-04-13 15:35:01 +0200
commit50445fd9703493298578f5b1ed6d6569a317432a (patch)
tree9ec40d9dcdda0a87e12f2a079c7752b10476b626 /core
parent4b9a2e4066c0d4c1ce3bb4ff67822c5774cee7e7 (diff)
downloaddocs-50445fd9703493298578f5b1ed6d6569a317432a.tar.gz
docs-50445fd9703493298578f5b1ed6d6569a317432a.tar.bz2
docs-50445fd9703493298578f5b1ed6d6569a317432a.zip
merchant api: rename token interface in pay request
Diffstat (limited to 'core')
-rw-r--r--core/api-merchant.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index a6c7409e..60bf90ae 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -356,9 +356,10 @@ Making the payment
// Input tokens required by choice indicated by ``choice_index``.
// @since protocol **vSUBSCRIBE**
- tokens: TokenPaySig[];
+ tokens: TokenUseSig[];
- // Array of blinded output tokens to be (blindly) signed by the merchant.
+ // Array of output tokens to be (blindly) signed by the merchant.
+ // Output tokens specified in choice indicated by ``choice_index``.
// @since protocol **vSUBSCRIBE**
tokens_evs: TokenEnvelope[];
@@ -412,9 +413,9 @@ Making the payment
h_age_commitment?: AgeCommitmentHash;
}
- .. ts:def:: TokenPaySig
+ .. ts:def:: TokenUseSig
- interface TokenPaySig {
+ interface TokenUseSig {
// Signature on ``TALER_DepositRequestPS`` with the public key of the
// token being provisioned to the merchant.