UNPKG

@chainsafe/eth2.0-ssz-types

Version:
12 lines (10 loc) 417 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.JUSTIFICATION_BITS_LENGTH = exports.DEPOSIT_CONTRACT_TREE_DEPTH = void 0; const DEPOSIT_CONTRACT_TREE_DEPTH = 2 ** 5; // 32 exports.DEPOSIT_CONTRACT_TREE_DEPTH = DEPOSIT_CONTRACT_TREE_DEPTH; const JUSTIFICATION_BITS_LENGTH = 4; exports.JUSTIFICATION_BITS_LENGTH = JUSTIFICATION_BITS_LENGTH; //# sourceMappingURL=constants.js.map