type StoredTransaction = { chainId: number; transactionHash: Hex };
type chainId = number;
type transactionHash = Hex;