tuweni / org.apache.tuweni.ssz / SSZ / encodeBooleanList

encodeBooleanList

static fun encodeBooleanList(vararg elements: Boolean): Bytes! (source)

Encode a list of booleans.

Parameters

elements - Boolean: the booleans to write

Return
Bytes!: SSZ encoding in a Bytes value

static fun encodeBooleanList(elements: MutableList<Boolean!>!): Bytes! (source)

Encode a list of booleans.

Parameters

elements - MutableList<Boolean!>!: the booleans to write

Return
Bytes!: SSZ encoding in a Bytes value