Receiving Payment
Pay Users (ODPaymentProcessor)
function pay_user_if_data_is_final(address user_to_pay, uint256 dataset_id)
external;
Once data has been finalized, anyone may call to pay out (or slash) a user. Before calling this, ensure that data has been both validated and the dispute period is finished with no active dispute.
Last updated