Interface RootHashExecutorCommitmentHeader

ExecutorCommitmentHeader is the header of an executor commitment.

interface RootHashExecutorCommitmentHeader {
    failure?: number;
    header: RootHashComputeResultsHeader;
    rak_sig?: Uint8Array;
    scheduler_id: Uint8Array;
}

Properties

failure?: number

Failure is the executor commitment failure reason.

Header is the compute results header.

rak_sig?: Uint8Array
scheduler_id: Uint8Array

SchedulerID is the public key of the node that scheduled transactions and prepared the proposal.