Constructs a P2SH address from the redeemScript hash.
hash
P2SHAddress.fromHash(Uint8List hash, { required int version }) : super._(copyCheckBytes(hash, 20), version);