/** * 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 TransactionResponse: core.serialization.ObjectSchema; export declare namespace TransactionResponse { interface Raw { transactionId: string; chainId: number; projectId: string; invalid: boolean; contractAddress: string; functionSignature: string; data: string; decodedData?: Record | null; value: string; createdAt: string; updatedAt: string; transactionAttempts?: serializers.wallet.TransactionAttempt.Raw[] | null; } }