macro_rules! hrp2 {
( $persona: expr ) => { ... };
}Expand description
Converts a string of 2 characters into a u16 for a human-readable prefix in Bech32.
macro_rules! hrp2 {
( $persona: expr ) => { ... };
}Converts a string of 2 characters into a u16 for a human-readable prefix in Bech32.