Converts the hexadecimal address to a bytes.
List<int> toBytes() { return BytesUtils.fromHexString(_hexAddress); }