getBlockWithTransactions method

  1. @override
Future<BlockWithTransactions> getBlockWithTransactions(
  1. BlockTag blockTag
)
override

Implementation

@override
Future<BlockWithTransactions> getBlockWithTransactions(BlockTag blockTag) {
  // TODO: implement getBlockWithTransactions
  throw UnimplementedError();
}