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

OrderOutput

Git Source

Output asset specification

struct OrderOutput {
bytes32 recipient; // Cross-chain friendly address
bytes32 token; // Output token
uint256 amount; // Amount received
bytes callData; // Calldata to forward to `recipient`, can be empty
// TODO: Should context be here for order types? Or defer to separate contract?
}