SmartOrderExecution
struct SmartOrderExecution {
bytes32 orderHash;
address target;
address callDataTarget;
bytes callData;
address buyToken;
address sellToken;
uint256 buyAmount;
uint256 minSellAmount;
}Name
Type
Description
Last updated
Was this helpful?