Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/morpho-org/vault-v2/llms.txt

Use this file to discover all available pages before exploring further.

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

Build docs developers (and LLMs) love