langchain.js
    Preparing search index...

    Interface representing the parameters for the SortXYZBlockchainLoader class.

    interface SortXYZBlockchainLoaderParams {
        apiKey: string;
        query: string | Query;
    }
    Index

    Properties

    Properties

    apiKey: string
    query: string | Query