Skip to content

MintCalculatorUpdate

An update to the commitment for the processing of a work log.

struct MintCalculatorUpdate {
    address workLogId;
    bytes32 initialCommit;
    bytes32 updatedCommit;
}