UNPKG

@aave/protocol-js

Version:

Aave protocol data aggregation tool

5 lines (4 loc) 279 B
import { tEthereumAddress, EthereumTransactionTypeExtended, tStringCurrencyUnits } from '../types'; export default interface LTAMigratorInterface { migrateLendToAave: (user: tEthereumAddress, amount: tStringCurrencyUnits) => Promise<EthereumTransactionTypeExtended[]>; }