@chorus-one/ethereum
Version:
All-in-one toolkit for building staking dApps on Ethereum network
8 lines (7 loc) • 426 B
TypeScript
export { EthereumStaker } from './staker';
export { EthereumNetworkConfig } from './lib/types/ethereumConfigNetwork';
export { Transaction } from './lib/types/transaction';
export { Vault } from './lib/types/vault';
export { CHORUS_ONE_ETHEREUM_VALIDATORS } from './constants';
export { toCompoundingCredentials } from './lib/utils/toCompoundingCredentials';
export { getWithdrawalQueue } from './lib/utils/getWithdrawalFee';