UNPKG

@melonproject/protocol

Version:

Technology Regulated and Operated Investment Funds

5 lines (4 loc) 293 B
import { Address, QuantityInterface } from '@melonproject/token-math'; import { Environment } from '../../../../utils/environment/Environment'; declare const ensureAllowance: (environment: Environment, amount: QuantityInterface, spender: Address) => Promise<void>; export { ensureAllowance };