using enum instead of string
This commit is contained in:
parent
9f07ab8d4a
commit
cb3b48d316
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user