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

43 lines 1.21 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ValidatorsExitBusOracleAbi = void 0; exports.ValidatorsExitBusOracleAbi = [ { type: 'event', name: 'ValidatorExitRequest', inputs: [ { name: 'stakingModuleId', type: 'uint256', indexed: true, internalType: 'uint256', }, { name: 'nodeOperatorId', type: 'uint256', indexed: true, internalType: 'uint256', }, { name: 'validatorIndex', type: 'uint256', indexed: true, internalType: 'uint256', }, { name: 'validatorPubkey', type: 'bytes', indexed: false, internalType: 'bytes', }, { name: 'timestamp', type: 'uint256', indexed: false, internalType: 'uint256', }, ], anonymous: false, }, ]; //# sourceMappingURL=ValidatorsExitBusOracle.js.map