Implementation of the toBytes method from the BaseHexAddress interface
@override List<int> toBytes() { return BytesUtils.fromHexString(_hexAddress); }