Expand description
Bech32 serializers. Because Bech32 is parameterized by the HRP, this module implements (internal) helper functions that are used in submodules that fill in parameters for various key types.
Re-exports§
pub use bech32::Variant::*;
Modules§
Enums§
- Used for encode/decode operations for the two variants of Bech32
Functions§
- Convenience method for (general-purpose) Bech32 decoding.
- Convenience method for (general-purpose) Bech32 encoding.