AccountIndexerEntityRequestArgs: BlockchainRequestArgs & IndexerAccountPartitionRequestArgs & {
    chunkDelay: number;
    chunkTimeframe: number;
    type: IndexableEntityType;
}

Generated using TypeDoc