StoredTransaction

type StoredTransaction = {
chainId: number;
receipt?: { status: "success" | "failed"; to: string };
transactionHash: Hex;
};