provide abstract method

Future<void> provide(
  1. CID cid,
  2. bool announce
)

Provide adds the given cid to the content routing system. If 'true' is passed, it also announces it, otherwise it is just kept in the local accounting of which objects are being provided.

Implementation

Future<void> provide(CID cid, bool announce);