Interface RuntimeClientGetBlockRequest

GetBlockRequest is a GetBlock request.

interface RuntimeClientGetBlockRequest {
    round: longnum;
    runtime_id: Uint8Array;
}

Properties

Properties

round: longnum
runtime_id: Uint8Array