Git Source
Calculates the hash of an order
function hash(Order memory order) internal pure returns (bytes32);
Parameters
order
Order
The order to hash
Returns
<none>
bytes32
orderHash The hash of the order
Last updated 4 months ago
Was this helpful?