import { EnumInputShape } from "@mysten/bcs"; import * as valibot0 from "valibot"; import { GenericSchema, InferOutput } from "valibot"; //#region src/transactions/data/v2.d.ts declare const SerializedTransactionDataV2Schema: valibot0.ObjectSchema<{ readonly version: valibot0.LiteralSchema<2, undefined>; readonly sender: valibot0.NullishSchema, valibot0.TransformAction, valibot0.CheckAction]>, undefined>; readonly expiration: valibot0.NullishSchema>, undefined>; readonly gasData: valibot0.ObjectSchema<{ readonly budget: valibot0.NullableSchema, valibot0.SchemaWithPipe, valibot0.IntegerAction]>], undefined>, valibot0.CheckAction]>, undefined>; readonly price: valibot0.NullableSchema, valibot0.SchemaWithPipe, valibot0.IntegerAction]>], undefined>, valibot0.CheckAction]>, undefined>; readonly owner: valibot0.NullableSchema, valibot0.TransformAction, valibot0.CheckAction]>, undefined>; readonly payment: valibot0.NullableSchema, valibot0.TransformAction, valibot0.CheckAction]>; readonly version: valibot0.SchemaWithPipe, valibot0.SchemaWithPipe, valibot0.IntegerAction]>], undefined>, valibot0.CheckAction]>; readonly digest: valibot0.StringSchema; }, undefined>, undefined>, undefined>; }, undefined>; readonly inputs: valibot0.ArraySchema; Pure: { bytes: string; }; UnresolvedPure: { value: unknown; }; UnresolvedObject: { objectId: string; version?: string | number | null | undefined; digest?: string | null | undefined; initialSharedVersion?: string | number | null | undefined; mutable?: boolean | null | undefined; }; FundsWithdrawal: { reservation: { MaxAmountU64: string | number; }; typeArg: { Balance: string; }; withdrawFrom: { Sender: true; } | { Sponsor: true; }; }; }>>, undefined>; readonly commands: valibot0.ArraySchema[]; }; TransferObjects: { objects: EnumInputShape<{ GasCoin: true; Input: number; Result: number; NestedResult: [number, number]; }>[]; address: EnumInputShape<{ GasCoin: true; Input: number; Result: number; NestedResult: [number, number]; }>; }; SplitCoins: { coin: EnumInputShape<{ GasCoin: true; Input: number; Result: number; NestedResult: [number, number]; }>; amounts: EnumInputShape<{ GasCoin: true; Input: number; Result: number; NestedResult: [number, number]; }>[]; }; MergeCoins: { destination: EnumInputShape<{ GasCoin: true; Input: number; Result: number; NestedResult: [number, number]; }>; sources: EnumInputShape<{ GasCoin: true; Input: number; Result: number; NestedResult: [number, number]; }>[]; }; Publish: { modules: string[]; dependencies: string[]; }; MakeMoveVec: { type: string | null; elements: EnumInputShape<{ GasCoin: true; Input: number; Result: number; NestedResult: [number, number]; }>[]; }; Upgrade: { modules: string[]; dependencies: string[]; package: string; ticket: EnumInputShape<{ GasCoin: true; Input: number; Result: number; NestedResult: [number, number]; }>; }; $Intent: { name: string; inputs: { [x: string]: EnumInputShape<{ GasCoin: true; Input: number; Result: number; NestedResult: [number, number]; }> | EnumInputShape<{ GasCoin: true; Input: number; Result: number; NestedResult: [number, number]; }>[]; }; data: { [x: string]: unknown; }; }; }>>, undefined>; readonly digest: valibot0.OptionalSchema, undefined>, undefined>; }, undefined>; type SerializedTransactionDataV2 = InferOutput; //#endregion export { SerializedTransactionDataV2, SerializedTransactionDataV2Schema }; //# sourceMappingURL=v2.d.mts.map