UNPKG

@aave/protocol-js

Version:

Aave protocol data aggregation tool

6 lines (5 loc) 255 B
import { EthereumTransactionTypeExtended } from '../types'; import { FaucetParamsType } from '../types/FaucetMethodTypes'; export default interface FaucetInterface { mint: (args: FaucetParamsType) => Promise<EthereumTransactionTypeExtended[]>; }