TaggedValue

data class TaggedValue(val tag: IUserMessageTag, val value: ByteBuffer)

Data representing an object along with information required to decode it

Constructors

Link copied to clipboard
fun TaggedValue(tag: IUserMessageTag, value: ByteBuffer)

Properties

Link copied to clipboard
val tag: IUserMessageTag

mime-type of the encoded data

Link copied to clipboard
val value: ByteBuffer

encoded data