DlnDestination
— the DLN smart contract responsible for filling orders,
which ensures that the given hook along with other properties of the order actually match the given order ID. This means that trying to spoof a hook
would lead to a different ID of a non-existent order, so the solver is compelled to pass a specific hook data, otherwise they would fill the
non-existent order and eventually lose given funds forever.
The raw data itself is not generalized, which allows the implementations of the DlnDestination
smart contract for different blockchain engines impose
different and platform-specific requirements.
Further reading: