interface NextBlockResponse {
    id?: unknown;
    jsonrpc: "2.0";
    method: "nextBlock";
    result: RollForward | RollBackward;
}

Properties

id?: unknown
jsonrpc: "2.0"
method: "nextBlock"