UNPKG

557 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.NullAddress = '0x0000000000000000000000000000000000000000';
4exports.NullAddressExtended = '0x0000000000000000000000000000000000000000000000000000000000000000';
5exports.EthCoinIndex = 60;
6exports.UnclaimedDomainResponse = {
7 addresses: {},
8 meta: {
9 owner: null,
10 type: '',
11 ttl: 0,
12 },
13};
14/**
15 * @deprecated Use UnclaimedDomainResponse instead (deprecated since 0.3.4)
16 */
17exports.UNCLAIMED_DOMAIN_RESPONSE = exports.UnclaimedDomainResponse;