UNPKG

@hethers/constants

Version:

Common EVM & Hedera Hashgraph constants used for hethers.

6 lines 303 B
"use strict"; export { AddressZero } from "./addresses"; export { NegativeOne, Zero, One, Two, WeiPerEther, MaxUint256, MinInt256, MaxInt256, TinybarPerHbar } from "./bignumbers"; export { HashZero } from "./hashes"; export { EtherSymbol, HBarSymbol } from "./strings"; //# sourceMappingURL=index.js.map