1//! TODO: Extract the Bech32 prefixes into a module at the root of the crate, 2//! and then remove this module entirely. We don't want to be custom-shaping 3//! serde formats, we want to have those match protobuf JSON exactly. 4 5pub mod bech32str;