UltrafastSecp256k1 3.50.0
Ultra high-performance secp256k1 elliptic curve cryptography library
Loading...
Searching...
No Matches
secp256k1::Bech32DecodeResult Struct Reference

#include <address.hpp>

Public Attributes

std::string hrp
 
int witness_version
 
std::vector< std::uint8_t > witness_program
 
bool valid
 

Detailed Description

Definition at line 68 of file address.hpp.

Member Data Documentation

◆ hrp

std::string secp256k1::Bech32DecodeResult::hrp

Definition at line 69 of file address.hpp.

◆ valid

bool secp256k1::Bech32DecodeResult::valid

Definition at line 72 of file address.hpp.

◆ witness_program

std::vector<std::uint8_t> secp256k1::Bech32DecodeResult::witness_program

Definition at line 71 of file address.hpp.

◆ witness_version

int secp256k1::Bech32DecodeResult::witness_version

Definition at line 70 of file address.hpp.


The documentation for this struct was generated from the following file: