LimitOrderExecution
struct LimitOrderExecution {
bytes32 orderHash;
address owner;
address buyToken;
address sellToken;
uint256 minBuyAmount;
uint256 sellAmount;
uint256 buyTokenFees;
AllowanceParams allowanceParams;
}Name
Type
Description
Last updated
Was this helpful?