pub trait ToBech32 { type Err; // Required method fn to_bech32(&self) -> Result<String, Self::Err>; }