UNPKG

@chorus-one/ethereum

Version:

All-in-one toolkit for building staking dApps on Ethereum network

12 lines (11 loc) 1.04 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getWithdrawalQueue = exports.toCompoundingCredentials = exports.CHORUS_ONE_ETHEREUM_VALIDATORS = exports.EthereumStaker = void 0; var staker_1 = require("./staker"); Object.defineProperty(exports, "EthereumStaker", { enumerable: true, get: function () { return staker_1.EthereumStaker; } }); var constants_1 = require("./constants"); Object.defineProperty(exports, "CHORUS_ONE_ETHEREUM_VALIDATORS", { enumerable: true, get: function () { return constants_1.CHORUS_ONE_ETHEREUM_VALIDATORS; } }); var toCompoundingCredentials_1 = require("./lib/utils/toCompoundingCredentials"); Object.defineProperty(exports, "toCompoundingCredentials", { enumerable: true, get: function () { return toCompoundingCredentials_1.toCompoundingCredentials; } }); var getWithdrawalFee_1 = require("./lib/utils/getWithdrawalFee"); Object.defineProperty(exports, "getWithdrawalQueue", { enumerable: true, get: function () { return getWithdrawalFee_1.getWithdrawalQueue; } });