scalus.cardano.ledger.KeepRaw
See theKeepRaw companion class
object KeepRaw
Attributes
Members list
Value members
Concrete methods
Create a KeepRaw instance from a value, encoding it to CBOR to get the raw bytes
Create a KeepRaw instance from a value, encoding it to CBOR to get the raw bytes
Attributes
Create a KeepRaw instance from a value and its raw CBOR bytes
Create a KeepRaw instance from a value and its raw CBOR bytes
Attributes
- Note
-
This method creates a
KeepRawinstance that may be CBOR encoded differently from the originalrawbytes. Use it only if you know what you are doing.
Givens
Givens
given given_Decoder_KeepRaw[A : Decoder](implicit evidence$1: Decoder[A], OriginalCborByteArray): Decoder[KeepRaw[A]]
Pretty prints KeepRaw: concise shows value only, detailed shows raw hex
Pretty prints KeepRaw: concise shows value only, detailed shows raw hex
Attributes
In this article