Interface RootHashExecutorCommit

ExecutorCommit is the argument set for the ExecutorCommit method.

interface RootHashExecutorCommit {
    commits: RootHashExecutorCommitment[];
    id: Uint8Array;
}

Properties

Properties

id: Uint8Array