Closed
Description
Add two getters to the RecoveryId
type
to_u8()
to_u32()
Original mentioned here: #765 (comment)
For anyone that wants to know why we add getters to int types and not setters, its because the type of From
often cannot be inferred so the explicit getter is more ergonomic.
Metadata
Metadata
Assignees
Labels
No labels