UNPKG

@dzapio/sdk

Version:

A TypeScript/JavaScript SDK for interacting with the DZap protocol, providing utilities for DeFi operations including Swaps, Bridges, and Zaps.

25 lines (24 loc) 529 B
export declare const EIP2612DefaultTypes: { Permit: { name: string; type: string; }[]; }; export declare const DzapUserIntentSwapTypes: { SignedGasLessSwapData: { name: string; type: string; }[]; }; export declare const DzapUserIntentBridgeTypes: { SignedGasLessBridgeData: { name: string; type: string; }[]; }; export declare const DzapUserIntentSwapBridgeTypes: { SignedGasLessSwapBridgeData: { name: string; type: string; }[]; };