bytes / org.apache.tuweni.bytes / MutableBytes / create

create

open static fun create(size: Int): MutableBytes (source)

Create a new mutable byte value.

Parameters

size - The size of the returned value.

Return
A MutableBytes value.