menu
dart_ipfs
dart_ipfs.dart
IBlockStore
hasBlock abstract method
hasBlock
dark_mode
light_mode
hasBlock
abstract method
Future
<
bool
>
hasBlock
(
CID
cid
)
Returns true if the block exists.
Implementation
Future<bool> hasBlock(CID cid);
dart_ipfs
dart_ipfs
IBlockStore
hasBlock abstract method
IBlockStore class