tuweni / org.apache.tuweni.ssz / SSZReader / readAddress

readAddress

abstract fun readAddress(): Bytes! (source)

Read a 20-byte address from the SSZ source.

Exceptions

InvalidSSZTypeException - If there are insufficient encoded bytes for a 20-byte address.

EndOfSSZException - If there are no more SSZ values to read.

Return
Bytes!: The bytes of the Address.