/** * 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 SendTransactionRequest: core.serialization.ObjectSchema; export declare namespace SendTransactionRequest { interface Raw { requestId?: string | null; projectId: string; contractAddress: string; chainId: number; functionSignature: string; args?: Record | null; } }