applications method

ApplicationQueryBuilder applications()

Allow searching all applications on the blockchain. This call contains many parameters to refine the search for specific values.

Implementation

ApplicationQueryBuilder applications() {
  return ApplicationQueryBuilder(
    indexerRepository: _indexerRepository,
  );
}