Interface RootHashExecutorCommittedEvent

ExecutorCommittedEvent is an event emitted each time an executor node commits.

interface RootHashExecutorCommittedEvent {
    commit: RootHashExecutorCommitment;
}

Properties

Properties

Commit is the executor commitment.