Adapter
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
| Name | Type | Description |
|---|---|---|
receiverAddr | address | The address of the MetaIntentReceiver contract |