Constructs a P2WSH address from the script hash
hash
P2WSHAddress.fromHash(Uint8List hash, { required String hrp }) : super._(0, copyCheckBytes(hash, 32), hrp);