#include <bech32.h>
Definition at line 46 of file bech32.h.
◆ DecodeResult() [1/2]
bech32::DecodeResult::DecodeResult |
( |
| ) |
|
|
inline |
◆ DecodeResult() [2/2]
bech32::DecodeResult::DecodeResult |
( |
Encoding |
enc, |
|
|
std::string && |
h, |
|
|
std::vector< uint8_t > && |
d |
|
) |
| |
|
inline |
◆ data
std::vector<uint8_t> bech32::DecodeResult::data |
The payload (excluding checksum)
Definition at line 50 of file bech32.h.
◆ encoding
◆ hrp
std::string bech32::DecodeResult::hrp |
The human readable part.
Definition at line 49 of file bech32.h.
The documentation for this struct was generated from the following file: