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

Transmitter

Git Source

Title: Transmitter

Interface for the MetaIntentTransmitter contract

Defines the external API for executing meta-intent orders

Functions

execute

Execute a meta-intent order by pulling inputs and executing protocol calls

function execute(Order calldata order) external payable returns (bytes32 orderId);

Parameters

NameTypeDescription
orderOrderThe order to execute

Returns

NameTypeDescription
orderIdbytes32Unique identifier for the executed order