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