accounts method

AccountQueryBuilder accounts()

Allow searching all accounts that have occurred on the blockchain. This call contains many parameters to refine the search for specific values.

Implementation

AccountQueryBuilder accounts() {
  return AccountQueryBuilder(
    indexerRepository: _indexerRepository,
  );
}