UNPKG

@bandz/protocol-js

Version:

Bandz protocol data aggregation tool

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