For the complete documentation index, see llms.txt. This page is also available as Markdown.

OrderLib

Git Source

Functions

hash

Calculates the hash of an order

function hash(Order memory order) internal pure returns (bytes32);

Parameters

Name
Type
Description

order

Order

The order to hash

Returns

Name
Type
Description

<none>

bytes32

orderHash The hash of the order

Last updated

Was this helpful?