![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
#include <bech32.h>
Public Member Functions | |
| DecodeResult () | |
| DecodeResult (Encoding enc, std::string &&h, std::vector< uint8_t > &&d) | |
Public Attributes | |
| Encoding | encoding |
| What encoding was detected in the result; Encoding::INVALID if failed. | |
| std::string | hrp |
| The human readable part. | |
| std::vector< uint8_t > | data |
| The payload (excluding checksum). | |
|
inline |
| std::vector<uint8_t> bech32::DecodeResult::data |
| Encoding bech32::DecodeResult::encoding |
What encoding was detected in the result; Encoding::INVALID if failed.
| std::string bech32::DecodeResult::hrp |