UNPKG

@etherspot/contracts

Version:

Etherspot Solidity contracts

3 lines (2 loc) 193 B
import { BigNumber, BigNumberish } from 'ethers'; export declare function createBNCondition(method: keyof BigNumber, description: string): (received: BigNumber, expected: BigNumberish) => any;