export type AbstractEthersTransactionResponse = { hash: string; } & Record;