2019-05-15 01:48:48 +03:00
|
|
|
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
2021-03-08 02:24:04 +03:00
|
|
|
exports.EtherSymbol = exports.HashZero = exports.MaxUint256 = exports.WeiPerEther = exports.Two = exports.One = exports.Zero = exports.NegativeOne = exports.AddressZero = void 0;
|
2020-11-17 07:07:24 +03:00
|
|
|
var addresses_1 = require("./addresses");
|
2021-03-08 02:24:04 +03:00
|
|
|
Object.defineProperty(exports, "AddressZero", { enumerable: true, get: function () { return addresses_1.AddressZero; } });
|
2020-11-17 07:07:24 +03:00
|
|
|
var bignumbers_1 = require("./bignumbers");
|
2021-03-08 02:24:04 +03:00
|
|
|
Object.defineProperty(exports, "NegativeOne", { enumerable: true, get: function () { return bignumbers_1.NegativeOne; } });
|
|
|
|
Object.defineProperty(exports, "Zero", { enumerable: true, get: function () { return bignumbers_1.Zero; } });
|
|
|
|
Object.defineProperty(exports, "One", { enumerable: true, get: function () { return bignumbers_1.One; } });
|
|
|
|
Object.defineProperty(exports, "Two", { enumerable: true, get: function () { return bignumbers_1.Two; } });
|
|
|
|
Object.defineProperty(exports, "WeiPerEther", { enumerable: true, get: function () { return bignumbers_1.WeiPerEther; } });
|
|
|
|
Object.defineProperty(exports, "MaxUint256", { enumerable: true, get: function () { return bignumbers_1.MaxUint256; } });
|
2020-11-17 07:07:24 +03:00
|
|
|
var hashes_1 = require("./hashes");
|
2021-03-08 02:24:04 +03:00
|
|
|
Object.defineProperty(exports, "HashZero", { enumerable: true, get: function () { return hashes_1.HashZero; } });
|
2020-11-17 07:07:24 +03:00
|
|
|
var strings_1 = require("./strings");
|
2021-03-08 02:24:04 +03:00
|
|
|
Object.defineProperty(exports, "EtherSymbol", { enumerable: true, get: function () { return strings_1.EtherSymbol; } });
|
2020-07-13 15:03:56 +03:00
|
|
|
//# sourceMappingURL=index.js.map
|