@cryptoalgebra/alm-sdk
Version:
Algebra ALM SDK
4 lines (3 loc) • 383 B
TypeScript
import { SupportedChainId } from '../types';
export declare function getUserDeposits(accountAddress: string, vaultAddress: string, chainId: SupportedChainId): Promise<import("../types").VaultTransactionEvent[]>;
export declare function getUserWithdraws(accountAddress: string, vaultAddress: string, chainId: SupportedChainId): Promise<import("../types").VaultTransactionEvent[]>;