Interface RootHashRoundRootsRequest

RoundRootsRequest is a request for a specific runtime and round's state and I/O roots.

interface RootHashRoundRootsRequest {
    height: longnum;
    round: longnum;
    runtime_id: Uint8Array;
}

Properties

height: longnum
round: longnum
runtime_id: Uint8Array