export type TransactionHook = { fn: () => Promise; executed: boolean; };