Creates a PeerId from bytes
static PeerId fromBytes(Uint8List bytes) { return fromMultihash(bytes); }