Information about a batch of state roots.

interface StateRootBatch {
    blockNumber: number;
    header: StateRootBatchHeader;
    stateRoots: string[];
}

Properties

blockNumber: number
stateRoots: string[]

Generated using TypeDoc