FetchEntitiesByIdRequestArgs: BlockchainRequestArgs & IndexerIdRequestArgs & FetcherAccountEntityTypeRequestArgs & {
    ids: string[];
    meta?: any;
    refreshCache?: boolean;
}

Generated using TypeDoc