PolicyID.deserialize constructor
PolicyID.deserialize(
- CborBytesValue cbor
Deserialize a PolicyID from a CBOR byte value.
Implementation
PolicyID.deserialize(CborBytesValue cbor)
: super(cbor.value, AdaTransactionConstant.blake2b224DigestSize);