Receiver
Title: Receiver
Interface for the MetaIntentReceiver contract
Defines the external API for fulfilling order outputs on destination chain
Functions
fulfill
Fulfill an order output by transferring tokens to the recipient
function fulfill(RelayedOrderOutput calldata output) external returns (bytes32 payloadHash);
Parameters
| Name | Type | Description |
|---|---|---|
output | RelayedOrderOutput | The output to fulfill |
Returns
| Name | Type | Description |
|---|---|---|
payloadHash | bytes32 | Hash of the fulfillment payload for verification |