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

Adapter

Git Source

Title: Adapter

Interface for adapters that connect underlying protocols to the MetaIntentReceiver

Defines the contract that all adapters must implement to ensure type consistency

Functions

receiver

Returns the MetaIntentReceiver address this adapter forwards to

function receiver() external view returns (address receiverAddr);

Returns

NameTypeDescription
receiverAddraddressThe address of the MetaIntentReceiver contract