Skip to content

FulfillmentLibrary

Functions

fulfillmentDataDigest

Computes the digest of the fulfillment data that is committed to by the assessor.

function fulfillmentDataDigest(Fulfillment memory fulfillment) internal pure returns (bytes32);
Parameters
NameTypeDescription
fulfillmentFulfillmentThe Fulfillment struct containing potentially the journal
Returns
NameTypeDescription
<none>bytes32The keccak256 digest of the fulfillmentData.