getAllByDateForwards

fun <T : Any> getAllByDateForwards(startingDate: Long, count: Long, mapper: (idem: ByteArray, txData: ByteArray, date: Long, confirmedHeight: Long, confirmedBlockHash: ByteArray?, netAmount: Long, note: String?, priceWhenIssued: String?, priceWhatFiat: String?) -> T): Query<T>
fun getAllByDateForwards(startingDate: Long, count: Long): Query<TxHistory>