Converts the Sui address to a byte array.
List<int> toBytes() { return BytesUtils.fromHexString(address); }