Constructs a P2WPKH address directly from the hash
hash
P2WPKHAddress.fromHash(Uint8List hash, { required String hrp }) : super._(0, copyCheckBytes(hash, 20), hrp);