UNPKG

@dzapio/sdk

Version:

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

9 lines (8 loc) 229 B
export declare const zapPathAction: { readonly swap: "swap"; readonly bridge: "bridge"; readonly deposit: "deposit"; readonly withdraw: "withdraw"; readonly stake: "stake"; readonly unstake: "unstake"; };