PolicyID.deserialize constructor

PolicyID.deserialize(
  1. CborBytesValue cbor
)

Deserialize a PolicyID from a CBOR byte value.

Implementation

PolicyID.deserialize(CborBytesValue cbor)
  : super(cbor.value, AdaTransactionConstant.blake2b224DigestSize);