![]() |
Bitcoin Core
26.1.0
P2P Digital Currency
|
#include <stdint.h>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | bech32::DecodeResult |
Namespaces | |
| bech32 | |
Enumerations | |
| enum | bech32::Encoding { bech32::Encoding::INVALID, bech32::Encoding::BECH32, bech32::Encoding::BECH32M } |
Functions | |
| std::string | bech32::Encode (Encoding encoding, const std::string &hrp, const std::vector< uint8_t > &values) |
| Encode a Bech32 or Bech32m string. More... | |
| DecodeResult | bech32::Decode (const std::string &str) |
| Decode a Bech32 or Bech32m string. More... | |
| std::pair< std::string, std::vector< int > > | bech32::LocateErrors (const std::string &str) |
| Find index of an incorrect character in a Bech32 string. More... | |
1.8.14