includeAll method

T includeAll(
  1. bool includeAll
)

Include all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates.

Implementation

T includeAll(bool includeAll) {
  addQueryParameter('include-all', includeAll);
  return me();
}