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

NearDepositChannelParamsSchema

const NearDepositChannelParamsSchema: ZodObject<object & object, "strip", ZodTypeAny, { affiliateFees?: { feeBps: number; nearId: string; }; buyAsset: string; destinationAddress: string; sellAmount: string; sellAsset: string; slippage: number; sourceAddress: string; }, { affiliateFees?: { feeBps: number; nearId: string; }; buyAsset: string; destinationAddress: string; sellAmount: string; sellAsset: string; slippage: number; sourceAddress: string; }>

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