Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

IInfrared

Git Source

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

NameTypeDescription
_pubkeybytesThe validator public key to check

Returns

NameTypeDescription
<none>boolTrue if the validator is registered, false otherwise