menu
dart_ipfs
dart_ipfs.dart
IBlockStore
getAllBlocks abstract method
getAllBlocks
dark_mode
light_mode
getAllBlocks
abstract method
Future
<
List
<
Block
>
>
getAllBlocks
(
)
Returns all stored blocks.
Implementation
Future<List<Block>> getAllBlocks();
dart_ipfs
dart_ipfs
IBlockStore
getAllBlocks abstract method
IBlockStore class