assets method

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

Implementation

AssetQueryBuilder assets() {
  return AssetQueryBuilder(
    indexerRepository: _indexerRepository,
  );
}