getPending method Null safety
Gets all the transactions that were not committed by commit.
Implementation
List<TransactionModel> getPending() => _repository.getByBlockId(null);
Gets all the transactions that were not committed by commit.
List<TransactionModel> getPending() => _repository.getByBlockId(null);