scalus.cardano.ledger.KeepRaw
See theKeepRaw companion class
object KeepRaw
Attributes
Members list
Type members
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
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]]
In this article