abstract fun readAddress(): Bytes!
(source)
Read a 20-byte address from the SSZ source.
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.