ByteVecValue

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

A bytevec.

Constructors

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

Functions

Link copied to clipboard
override fun toDocument(): Document

Properties

Link copied to clipboard
open override val type: ValueType
Link copied to clipboard