Oracle Role
ORACLE_ROLE
ORACLE_ROLE
Purpose
The Oracle role updates off-chain data relevant to staking operations and validator status.
Permissions
- post withdrawal information on the staking vault to register withdrawals from the Beacon Chain.
Relevant Methods
function updateWithdrawal(uint64 validatorIndex, uint64 blockNumber, uint48 amountGwei) external;
Updated 24 days ago