wallet-core/packages/taler-util
Florian Dold c3fdbd291f
wallet-core: introduce abortPay request
This request supersedes the abortPayWithRefund request, as that's too
implementation-focused and does not describe well what's happening.

Also, abortPay can be forced to transition a transaction immediately
into an "aborted" state (either from "paying" or "aborting").
2023-01-11 14:33:35 +01:00
..
src wallet-core: introduce abortPay request 2023-01-11 14:33:35 +01:00
package.json use native KDF / hash state if available 2022-12-23 13:19:41 +01:00
README.md pogen WIP 2021-03-27 13:55:15 +01:00
tsconfig.json use node16 module resolution for taler-util 2022-10-13 14:52:18 +02:00

@gnu-taler/taler-util

This package implements various utility functionality for GNU Taler.

When should something be moved to this package?

The @gnu-taler/taler-util package should have minimal dependencies and should not be platform specific.