Skip to main content

IAdapterRegistry

Interface for the adapter registry contract that maintains a whitelist of approved adapters.
interface IAdapterRegistry

Functions

isInRegistry

function isInRegistry(address account) external view returns (bool);
Checks if an adapter address is registered and approved.
bool
True if the adapter is registered, false otherwise