near-api-js - v7.0.4
    Preparing search index...

    Type Alias JsonRpcRequestForHealth

    JsonRpcRequest_for_health

    type JsonRpcRequestForHealth = {
        id: string;
        jsonrpc: string;
        method: "health";
        params: RpcHealthRequest;
    }
    Index

    Properties

    Properties

    id: string
    jsonrpc: string
    method: "health"