static fun encodeAddress(address: Bytes): Bytes
Encode a 20-byte address to a Bytes value.
address - the address (must be exactly 20 bytes)
address
IllegalArgumentException - if address.size != 20
IllegalArgumentException
address.size != 20
Return the SSZ encoding in a Bytes value