Interface representing the parameters for the SortXYZBlockchainLoader class.

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

Properties

Properties

apiKey: string
query: string | Query

Generated using TypeDoc