FetchAccountEntitiesByDateRequestArgs: BlockchainRequestArgs & FetcherAccountPartitionRequestArgs & FetcherAccountEntityTypeRequestArgs & {
    endDate: number;
    meta?: any;
    startDate: number;
}

Accounts and timestamp range to get the ids for.

Generated using TypeDoc