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

Properties

url: string
v2Url?: string
walletClient?: {}