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

FeesSchema

const FeesSchema: ZodArray<ZodObject<{ amount: ZodString; asset: ZodString; chain: ZodString; protocol: ZodNativeEnum<typeof ProviderName>; type: ZodNativeEnum<typeof FeeTypeEnum>; }, "strip", ZodTypeAny, { amount: string; asset: string; chain: string; protocol: ProviderName; type: FeeTypeEnum; }, { amount: string; asset: string; chain: string; protocol: ProviderName; type: FeeTypeEnum; }>, "many">

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