Interface RootHashRuntimeRequest

RuntimeRequest is a generic roothash get request for a specific runtime.

interface RootHashRuntimeRequest {
    height: longnum;
    runtime_id: Uint8Array;
}

Properties

Properties

height: longnum
runtime_id: Uint8Array