Fulfillment
Represents the information posted by the prover to fulfill a request and get paid.
struct Fulfillment {
    RequestId id;
    bytes32 requestDigest;
    bytes32 claimDigest;
    FulfillmentDataType fulfillmentDataType;
    bytes fulfillmentData;
    bytes seal;
}