getByBlock method Null safety
- Uint8List id
Gets all the transactions from a BlockModel by its BlockModel.id.
Implementation
List<TransactionModel> getByBlock(Uint8List id) =>
_repository.getByBlockId(id);
Gets all the transactions from a BlockModel by its BlockModel.id.
List<TransactionModel> getByBlock(Uint8List id) =>
_repository.getByBlockId(id);