Information about a state root, including header, block number, and root iself.

interface StateRoot {
    batch: StateRootBatch;
    stateRoot: string;
    stateRootIndexInBatch: number;
}

Properties

stateRoot: string
stateRootIndexInBatch: number

Generated using TypeDoc