UNPKG

@lidofinance/lido-ethereum-sdk

Version:

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

11 lines 954 B
export { LidoSDKDualGovernance } from './dual-governance.js'; 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 type { escrowAbiType } from './abi/Escrow.js'; export type { emergencyProtectedTimelockAbiType } from './abi/EmergencyProtectedTimelock.js'; export type { dgConfigProviderAbiType } from './abi/DGConfigProvider.js'; export type { dualGovernanceAbiType } from './abi/DualGovernance.js'; export type { GovernanceState, GetGovernanceWarningStatusProps, GetGovernanceWarningStatusReturnType, DualGovernanceState, SignallingEscrowDetails, DualGovernanceConfig, EmergencyProtectedTimelockContractType, DGConfigProviderContractType, DualGovernanceContractType, EscrowContractType, } from './types.js'; //# sourceMappingURL=index.d.ts.map