toHash method

Implementation

AuxiliaryDataHash toHash() {
  return AuxiliaryDataHash(QuickCrypto.blake2b256Hash(serialize()));
}