Skip to content
SwapKit is a powerful suite of tools for building blockchain applications.

EstimatedTimeSchema

const EstimatedTimeSchema: ZodObject<{ inbound: ZodOptional<ZodNumber>; outbound: ZodOptional<ZodNumber>; swap: ZodOptional<ZodNumber>; total: ZodNumber; }, "strip", ZodTypeAny, { inbound?: number; outbound?: number; swap?: number; total: number; }, { inbound?: number; outbound?: number; swap?: number; total: number; }>

Defined in: packages/helpers/src/api/swapkitApi/types.ts:387