UNPKG

@cryptoalgebra/alm-sdk

Version:

Algebra ALM SDK

4 lines (3 loc) 432 B
import { SupportedDex, SupportedChainId } from '../types'; export declare function getUserDeposits(accountAddress: string, vaultAddress: string, dex: SupportedDex, chainId: SupportedChainId): Promise<import("../types").VaultTransactionEvent[]>; export declare function getUserWithdraws(accountAddress: string, vaultAddress: string, dex: SupportedDex, chainId: SupportedChainId): Promise<import("../types").VaultTransactionEvent[]>;