UNPKG

@exromany/lido-csm-sdk

Version:

[![GitHub license](https://img.shields.io/github/license/lidofinance/lido-csm-sdk?color=limegreen)](https://github.com/lidofinance/lido-csm-sdk/blob/main/LICENSE.txt) [![Version npm](https://img.shields.io/npm/v/@lidofinance/lido-csm-sdk?label=version)](h

32 lines 1.04 kB
export declare const ValidatorsExitBusOracleAbi: readonly [{ readonly type: "event"; readonly name: "ValidatorExitRequest"; readonly inputs: readonly [{ readonly name: "stakingModuleId"; readonly type: "uint256"; readonly indexed: true; readonly internalType: "uint256"; }, { readonly name: "nodeOperatorId"; readonly type: "uint256"; readonly indexed: true; readonly internalType: "uint256"; }, { readonly name: "validatorIndex"; readonly type: "uint256"; readonly indexed: true; readonly internalType: "uint256"; }, { readonly name: "validatorPubkey"; readonly type: "bytes"; readonly indexed: false; readonly internalType: "bytes"; }, { readonly name: "timestamp"; readonly type: "uint256"; readonly indexed: false; readonly internalType: "uint256"; }]; readonly anonymous: false; }]; //# sourceMappingURL=ValidatorsExitBusOracle.d.ts.map