IInfrared
Minimal interface for Infrared protocol validator validation
Used to verify validator pubkeys are registered with Infrared
Functions
isInfraredValidator
Check if a validator is registered with Infrared protocol
function isInfraredValidator(bytes memory _pubkey)
external
view
returns (bool);
Parameters
| Name | Type | Description |
|---|---|---|
_pubkey | bytes | The validator public key to check |
Returns
| Name | Type | Description |
|---|---|---|
<none> | bool | True if the validator is registered, false otherwise |