Takes a hash directly for a P2PKH address
hash
P2PKHAddress.fromHash(Uint8List hash, { required int version }) : super._(copyCheckBytes(hash, 20), version);