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

GasResponseSchema

const GasResponseSchema: ZodArray<ZodObject<{ chainId: ZodString; createdAt: ZodString; id: ZodNumber; unit: ZodString; value: ZodString; }, "strip", ZodTypeAny, { chainId: string; createdAt: string; id: number; unit: string; value: string; }, { chainId: string; createdAt: string; id: number; unit: string; value: string; }>, "many">

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