You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
458 B
11 lines
458 B
import { BigNumber } from "@ethersproject/bignumber";
|
|
declare const NegativeOne: BigNumber;
|
|
declare const Zero: BigNumber;
|
|
declare const One: BigNumber;
|
|
declare const Two: BigNumber;
|
|
declare const WeiPerEther: BigNumber;
|
|
declare const MaxUint256: BigNumber;
|
|
declare const MinInt256: BigNumber;
|
|
declare const MaxInt256: BigNumber;
|
|
export { NegativeOne, Zero, One, Two, WeiPerEther, MaxUint256, MinInt256, MaxInt256, };
|
|
//# sourceMappingURL=bignumbers.d.ts.map
|