transactions method

TransactionQueryBuilder transactions()

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

Implementation

TransactionQueryBuilder transactions() {
  return TransactionQueryBuilder(
    indexerRepository: _indexerRepository,
  );
}