PublicKeyHash constructor

PublicKeyHash(
  1. String hash,
  2. PublicKeyHashingAlgo publicKeyHashingAlgo
)

Implementation

PublicKeyHash(this.hash, this.publicKeyHashingAlgo);