limit property

int? limit
getter/setter pair

limit is the maximum number of transactions to return in one call. The implementation may return <= limit transactions.

Implementation

int? limit;