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