static fun fromBytes(bytes: Bytes): Address
Create an address from Bytes.
The address must be exactly 20 bytes.
bytes - The bytes for this address.
bytes
IllegalArgumentException - If bytes.size() != 20.
IllegalArgumentException
bytes.size() != 20
Return An address.