taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 078078a231f5613bd41328c12b08715b9a052fc9
parent 49b7c644c0e0136bdae454df67a3e385d63babda
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Wed,  9 Nov 2016 13:53:22 +0100

#4762

Diffstat:
Mlib/wallet/types.ts | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/lib/wallet/types.ts b/lib/wallet/types.ts @@ -365,6 +365,9 @@ export class Contract { @Checkable.String H_wire: string; + @Checkable.String + summary: string; + @Checkable.Value(AmountJson) amount: AmountJson;