bytes / org.apache.tuweni.bytes / Bytes / toArray

toArray

open fun toArray(): ByteArray! (source)

Extract the bytes of this value into a byte array.

Return
ByteArray!: A byte array with the same content than this value.