UNPKG

@lidofinance/lido-ethereum-sdk

Version:

<div style="display: flex;" align="center"> <h1 align="center">Lido Ethereum SDK</h1> </div>

7 lines 544 B
export { escrowAbi } from './abi/Escrow.js'; export { emergencyProtectedTimelockAbi } from './abi/EmergencyProtectedTimelock.js'; export { dgConfigProviderAbi } from './abi/DGConfigProvider.js'; export { dualGovernanceAbi } from './abi/DualGovernance.js'; export { LidoSDKDualGovernance } from './dual-governance.js'; export type { GovernanceState, GetGovernanceWarningStatusProps, GetGovernanceWarningStatusReturnType, DualGovernanceState, SignallingEscrowDetails, DualGovernanceConfig, } from './types.js'; //# sourceMappingURL=index.d.ts.map