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

#include <address.hpp>

Public Attributes

std::vector< fast::Pointinput_pubkeys
 
std::array< std::uint8_t, 36 > smallest_outpoint
 
std::vector< std::array< std::uint8_t, 32 > > outputs
 

Detailed Description

Definition at line 215 of file address.hpp.

Member Data Documentation

◆ input_pubkeys

std::vector<fast::Point> secp256k1::ScanTxRaw::input_pubkeys

Definition at line 216 of file address.hpp.

◆ outputs

std::vector<std::array<std::uint8_t, 32> > secp256k1::ScanTxRaw::outputs

Definition at line 218 of file address.hpp.

◆ smallest_outpoint

std::array<std::uint8_t, 36> secp256k1::ScanTxRaw::smallest_outpoint

Definition at line 217 of file address.hpp.


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