/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../../.."; import * as Syndicate from "../../../../api"; import * as core from "../../../../core"; export declare const TransactionAttempt: core.serialization.ObjectSchema; export declare namespace TransactionAttempt { interface Raw { transactionId: string; hash: string; chainId: number; version: number; status: serializers.wallet.TransactionStatus.Raw; block: number; blockCreatedAt?: string | null; signedTxn: string; walletAddress: string; reverted: boolean; nonce: number; createdAt: string; updatedAt: string; } }