UNPKG

@mean-dao/ddca

Version:

Typescript library to interact with the Decentralized DCA program

4 lines (3 loc) 235 B
import { Connection } from "@solana/web3.js"; import { DDCA_ACTIONS, TransactionFees } from "."; export declare const calculateActionFees: (connection: Connection, action: DDCA_ACTIONS, swapsCount: number) => Promise<TransactionFees>;