Order
struct Order {
address owner;
address sellToken;
address buyToken;
uint256 sellAmount;
uint256 minBuyAmount;
uint32 maxGas;
uint32 startMidPriceDelta;
uint32 endMidPriceDelta;
uint32 startTime;
uint32 endTime;
uint64 createdTimestamp;
bool partialFill;
bytes callData;
address callDataTarget;
AllowanceParams allowanceParams;
bytes32 salt;
}Name
Type
Description
Last updated
Was this helpful?