announceBlock abstract method

Future<List<PeerI>> announceBlock(
  1. Hash blockHash,
  2. List<PeerI> peers
)

Announce a block hash to specified peers Returns list of peers that successfully received the announcement

Implementation

Future<List<PeerI>> announceBlock(Hash blockHash, List<PeerI> peers);