@exromany/lido-csm-sdk
Version:
[](https://github.com/lidofinance/lido-csm-sdk/blob/main/LICENSE.txt) [](h
40 lines • 1.09 kB
JavaScript
export const 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