tuweni / org.apache.tuweni.ssz / SSZWriter / writeFixedBytes

writeFixedBytes

open fun writeFixedBytes(value: Bytes!): Unit (source)

Encode a known fixed-length Bytes value to SSZ without the length mixin.

Parameters

value - Bytes!: the byte array to encode

Exceptions

IllegalArgumentException - if the byteLength is not the same size as value.