Transmitter
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
| Name | Type | Description |
|---|---|---|
order | Order | The order to execute |
Returns
| Name | Type | Description |
|---|---|---|
orderId | bytes32 | Unique identifier for the executed order |