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

#include <segwit.hpp>

Public Attributes

int version
 
std::vector< std::uint8_t > program
 
WitnessProgramType type
 

Detailed Description

Definition at line 44 of file segwit.hpp.

Member Data Documentation

◆ program

std::vector<std::uint8_t> secp256k1::WitnessProgram::program

Definition at line 46 of file segwit.hpp.

◆ type

WitnessProgramType secp256k1::WitnessProgram::type

Definition at line 47 of file segwit.hpp.

◆ version

int secp256k1::WitnessProgram::version

Definition at line 45 of file segwit.hpp.


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