using enum instead of string

This commit is contained in:
Sebastian 2023-06-20 14:28:40 -03:00
parent 9f07ab8d4a
commit cb3b48d316
No known key found for this signature in database
GPG Key ID: 173909D1A5F66069

View File

@ -161,7 +161,7 @@ export interface TransactionCommon {
/** /**
* Possible transitions based on the current state. * Possible transitions based on the current state.
*/ */
txActions: string[]; txActions: TransactionAction[];
/** /**
* Raw amount of the transaction (exclusive of fees or other extra costs). * Raw amount of the transaction (exclusive of fees or other extra costs).