summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-01-04 12:06:32 +0100
committerChristian Grothoff <christian@grothoff.org>2018-01-04 12:06:42 +0100
commit9fbedda73e00e0643ec712ef3ad4d4dfce00968d (patch)
tree83c64ae1c14448d4146e2f913e7081e614a087c0
parentecd05947b2e0e0a89a3a120208f63b7756c27a4c (diff)
downloaddocs-9fbedda73e00e0643ec712ef3ad4d4dfce00968d.tar.gz
docs-9fbedda73e00e0643ec712ef3ad4d4dfce00968d.tar.bz2
docs-9fbedda73e00e0643ec712ef3ad4d4dfce00968d.zip
need coin_pub
-rw-r--r--api-merchant.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/api-merchant.rst b/api-merchant.rst
index 7c70fd40..96a8bc02 100644
--- a/api-merchant.rst
+++ b/api-merchant.rst
@@ -271,6 +271,9 @@ The following API are made available by the merchant's `backend` to the merchant
// The purpose is `TALER_SIGNATURE_MERCHANT_REFUND_OK`.
merchant_sig: EddsaSignature;
+ // Public key of the coin which is being refunded.
+ coin_pub: EddsaPublicKey;
+
// refund transaction ID chosen by the merchant.
rtransaction_id: uint64_t;
}