Variable: optionDetailsWireSchema
const optionDetailsWireSchema: ZodObject<{
borrowAllowed: ZodDefault<ZodBoolean>;
collateralAmount: ZodString;
collateralAsset: ZodCustom<Bytes32, Bytes32>;
domain: ZodNumber;
endTimestamp: ZodNumber;
premiumAmount: ZodString;
premiumAsset: ZodCustom<Bytes32, Bytes32>;
settlementAmount: ZodString;
settlementAsset: ZodCustom<Bytes32, Bytes32>;
settlementLayer: ZodCustom<Bytes32, Bytes32>;
startTimestamp: ZodNumber;
}, $strip>;
Defined in: packages/overcast-core/src/rfq/events.ts:154
OptionDetails with its native bigint amounts as decimal strings —
the JSON-safe wire form.