B
scalus.uplc.builtin.Data.B
case class B(value: ByteString) extends Data
Byte string - represents binary data.
Used to encode ByteString, PubKeyHash, CurrencySymbol, TokenName, etc.
Corresponds to UPLC builtins bData and unBData.
Value parameters
- value
-
the byte string
Attributes
- Example
-
B(ByteString.fromHex("deadbeef")) B(ByteString.empty) - Graph
-
- Supertypes
Members list
In this article