You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the Helios Lang side of the house - I am wondering if we can get a .bytes() on the "Opaque ByteArray" objects like MintingPolicyHash, DatumHash, etc. to make it easier to compare to a known ByteArray. Right now, the .serialize() functions wraps it in a CBOR tag.
.bytes(), .bytearray(), or .to_bytearray() all seem appropriate.
The text was updated successfully, but these errors were encountered:
On the Helios Lang side of the house - I am wondering if we can get a .bytes() on the "Opaque ByteArray" objects like
MintingPolicyHash
,DatumHash
, etc. to make it easier to compare to a known ByteArray. Right now, the.serialize()
functions wraps it in a CBOR tag..bytes()
,.bytearray()
, or.to_bytearray()
all seem appropriate.The text was updated successfully, but these errors were encountered: