UNPKG

@volare.finance/volare.js

Version:
11 lines (10 loc) 278 B
/** * @file vTokenFactory.ts * @author astra <astra@volare.finance> * @date 2022 */ import { Provider } from '@volare.finance/utils.js'; import { ContractInterface } from 'ethers'; export declare class VTokenFactory extends Provider { static ABI(): ContractInterface; }