taler-typescript-core

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

commit cb3b48d316d2e2266b187384f36234f7119cbbeb
parent 9f07ab8d4a13d52d7fd61a3e9b8ddc423fee164e
Author: Sebastian <sebasjm@gmail.com>
Date:   Tue, 20 Jun 2023 14:28:40 -0300

using enum instead of string

Diffstat:
Mpackages/taler-util/src/transactions-types.ts | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-util/src/transactions-types.ts b/packages/taler-util/src/transactions-types.ts @@ -161,7 +161,7 @@ export interface TransactionCommon { /** * Possible transitions based on the current state. */ - txActions: string[]; + txActions: TransactionAction[]; /** * Raw amount of the transaction (exclusive of fees or other extra costs).