-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add byron address type getter #715
Conversation
#[derive(Debug, PartialEq, Eq, PartialOrd, Ord, Copy, Clone)] | ||
#[cfg_attr(feature = "generic-serialization", derive(Serialize, Deserialize))] | ||
pub enum AddrType { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does it make sense to rename abstract enum to more specific name? though I guess it will not cause any confusions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise we will have name collision. There is shelley address which contains different kind of address including byron. And the byron address also have different kinds
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/check
SonarQube Quality Gate
|
No description provided.