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);
Name | Type | Description |
---|---|---|
fulfillment | Fulfillment | The Fulfillment struct containing potentially the journal |
Name | Type | Description |
---|---|---|
<none> | bytes32 | The keccak256 digest of the fulfillmentData. |