getUnreceivedBlocksInBatch method

Future<Map<String, List<RpcAccountBlock>>> getUnreceivedBlocksInBatch(
  1. List<RpcAccountBlockRange> ranges
)

Implementation

Future<Map<String, List<RpcAccountBlock>>> getUnreceivedBlocksInBatch(
        List<RpcAccountBlockRange> ranges) =>
    api.getUnreceivedBlocksInBatch(ranges.map((e) => e.toJson()).toList());