Fix TxFields type.
This commit is contained in:
@@ -24,7 +24,7 @@ export interface TransactionState {
|
||||
|
||||
|
||||
export type TxFields = Omit<
|
||||
typeof transactionsData[0],
|
||||
Partial<typeof transactionsData[0]>,
|
||||
"Account" | "Sequence" | "TransactionType"
|
||||
>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user