ByteVecValue

data class ByteVecValue(value: List<Byte>) : Value

A bytevec.

Constructors

ByteVecValue
Link copied to clipboard
fun ByteVecValue(value: List<Byte>)

Functions

toDocument
Link copied to clipboard
override fun toDocument(): Document

Properties

type
Link copied to clipboard
open override val type: ValueType
value
Link copied to clipboard
val value: List<Byte>