|
UltrafastSecp256k1 3.50.0
Ultra high-performance secp256k1 elliptic curve cryptography library
|
#include <address.hpp>
Public Attributes | |
| std::string | hrp |
| int | witness_version |
| std::vector< std::uint8_t > | witness_program |
| bool | valid |
Definition at line 68 of file address.hpp.
| std::string secp256k1::Bech32DecodeResult::hrp |
Definition at line 69 of file address.hpp.
| bool secp256k1::Bech32DecodeResult::valid |
Definition at line 72 of file address.hpp.
| std::vector<std::uint8_t> secp256k1::Bech32DecodeResult::witness_program |
Definition at line 71 of file address.hpp.
| int secp256k1::Bech32DecodeResult::witness_version |
Definition at line 70 of file address.hpp.