Factory method to create an ADAByronAddress instance from bytes.
factory ADAByronAddress.fromRawBytes(List<int> bytes) { return _deserialize(bytes); }