menu
vite package
documentation
vite.dart
LedgerApi
getUnreceivedBlocksInBatch<T> abstract method
getUnreceivedBlocksInBatch<T> abstract method
dark_mode
light_mode
getUnreceivedBlocksInBatch<
T
>
abstract method
Future
<
Map
<
String
,
List
<
T
>
>
>
getUnreceivedBlocksInBatch
<
T
>(
List
<
Map
<
String
,
dynamic
>
>
ranges
)
Implementation
Future<Map<String, List<T>>> getUnreceivedBlocksInBatch<T>( List<Map<String, dynamic>> ranges);
vite package
documentation
vite
LedgerApi
getUnreceivedBlocksInBatch<T> abstract method
LedgerApi class