UNPKG

barterjs-sdk

Version:
8 lines (7 loc) 291 B
import { BarterProviderType } from '../types/paramTypes'; export declare class VaultToken { private readonly contract; private readonly provider; constructor(contractAddress: string, signerOrProvider: BarterProviderType); getVaultBalance(chainId: string): Promise<string>; }