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

    Type Alias JsonRpcResponseForRpcLightClientNextBlockResponseAndRpcLightClientNextBlockError

    JsonRpcResponseForRpcLightClientNextBlockResponseAndRpcLightClientNextBlockError: (
        | { result: RpcLightClientNextBlockResponse }
        | { error: ErrorWrapperForRpcLightClientNextBlockError }
    ) & { id: string; jsonrpc: string }