summaryrefslogtreecommitdiff
path: root/api-mint.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-08-11 14:41:17 +0200
committerChristian Grothoff <christian@grothoff.org>2015-08-11 14:41:17 +0200
commit6f4cd04dcd05f2230995ff2fb89232edbd54a776 (patch)
tree7dff51ca9120be36747db8b9ff5d048a323dc2fa /api-mint.rst
parent5aa5fc546c5b99bc81c8d80c796faa847bf57a36 (diff)
downloaddocs-6f4cd04dcd05f2230995ff2fb89232edbd54a776.tar.gz
docs-6f4cd04dcd05f2230995ff2fb89232edbd54a776.tar.bz2
docs-6f4cd04dcd05f2230995ff2fb89232edbd54a776.zip
sig docs
Diffstat (limited to 'api-mint.rst')
-rw-r--r--api-mint.rst16
1 files changed, 14 insertions, 2 deletions
diff --git a/api-mint.rst b/api-mint.rst
index 78cd7a69..140d3705 100644
--- a/api-mint.rst
+++ b/api-mint.rst
@@ -922,7 +922,6 @@ for signed data (contained in `FIELDS`) with the given purpose. The `size` fiel
};
struct TALER_MintSigningKeyValidityPS {
- struct TALER_MasterSignatureP signature;
signed (purpose = TALER_SIGNATURE_MASTER_SIGNING_KEY_VALIDITY) {
struct TALER_MasterPublicKeyP master_public_key;
struct GNUNET_TIME_AbsoluteNBO start;
@@ -940,7 +939,6 @@ for signed data (contained in `FIELDS`) with the given purpose. The `size` fiel
};
struct TALER_DenominationKeyValidityPS {
- struct TALER_MasterSignatureP signature;
signed (purpose = TALER_SIGNATURE_MASTER_DENOMINATION_KEY_VALIDITY) {
struct TALER_MasterPublicKeyP master;
struct GNUNET_TIME_AbsoluteNBO start;
@@ -954,3 +952,17 @@ for signed data (contained in `FIELDS`) with the given purpose. The `size` fiel
struct GNUNET_HashCode denom_hash;
}
};
+
+ struct TALER_MasterWireSepaDetailsPS {
+ signed (purpose = TALER_SIGNATURE_MASTER_SEPA_DETAILS) {
+ struct GNUNET_HashCode h_sepa_details;
+ }
+ };
+
+ struct TALER_MintWireSupportMethodsPS {
+ signed (purpose = TALER_SIGNATURE_MINT_WIRE_TYPES) {
+ struct GNUNET_HashCode h_wire_types;
+ }
+ };
+
+