OptionalexpectedOptionalreceive?: { amount?: bigint; token?: TokenAddress }Validate the receive parameters (what the other party is sending) for the swap acceptance
Optionalsend?: { amount?: bigint; token?: TokenAddress }Validate or change the send parameters for the swap acceptance
Optionalamount?: bigintIf provided, will attempt to send this amount instead of the minimum required amount
Optionaltoken?: TokenAddressIf provided, will assert that the other party is expecting to receive this token
The expected parameters for the swap acceptance, to validate the swap, or to modify the send parameters