Skip to content

Fulfillment

Info posted by the prover to fulfill a request, and get paid.

struct Fulfillment {
    uint256 id;
    bytes32 requestDigest;
    bytes32 imageId;
    bytes journal;
    bytes seal;
    bool requirePayment;
}