UNPKG

@kwikswap/multichain-sdk

Version:

🛠 An SDK for building applications on top of kwikswap.

22 lines (21 loc) • 437 B
export declare const types: { EIP712Domain: { name: string; type: string; }[]; LimitOrder: { name: string; type: string; }[]; }; export declare const bentoTypes: { EIP712Domain: { name: string; type: string; }[]; SetMasterContractApproval: { name: string; type: string; }[]; }; export declare const name = "LimitOrder";