interface IndexerClientOpts {
    url: string;
    v2Url?: string;
}

Properties

Properties

url: string
v2Url?: string