taler-docs

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

commit 3580482a11c47e76ae922173cf381b2ddedc9dc9
parent 72076bf3be6219bba9d6df155fc9c9f895d3539c
Author: Christian Blättler <blatc2@bfh.ch>
Date:   Thu, 18 Apr 2024 16:29:18 +0200

DD46: remove extends

Diffstat:
Mdesign-documents/046-mumimo-contracts.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/design-documents/046-mumimo-contracts.rst b/design-documents/046-mumimo-contracts.rst @@ -423,7 +423,7 @@ The contract terms v1 will have the following structure: .. ts:def:: TokenSignerPublicKeyGroupRsa - interface TokenSignerPublicKeyGroupRsa extends DenomGroupCommon { + interface TokenSignerPublicKeyGroupRsa { cipher: "RSA"; public_keys: { @@ -440,7 +440,7 @@ The contract terms v1 will have the following structure: .. ts:def:: TokenSignerPublicKeyGroupCs - interface TokenSignerPublicKeyGroupCs extends DenomGroupCommon { + interface TokenSignerPublicKeyGroupCs { cipher: "CS"; public_keys: {