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

Receiver

Git Source

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

NameTypeDescription
outputRelayedOrderOutputThe output to fulfill

Returns

NameTypeDescription
payloadHashbytes32Hash of the fulfillment payload for verification