Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
PSBTProprietary Struct Reference

A structure for PSBT proprietary types. More...

#include <psbt.h>

Public Member Functions

bool operator< (const PSBTProprietary &b) const
 
bool operator== (const PSBTProprietary &b) const
 

Public Attributes

uint64_t subtype
 
std::vector< unsigned char > identifier
 
std::vector< unsigned char > key
 
std::vector< unsigned char > value
 

Detailed Description

A structure for PSBT proprietary types.

Definition at line 72 of file psbt.h.

Member Function Documentation

◆ operator<()

bool PSBTProprietary::operator< ( const PSBTProprietary b) const
inline

Definition at line 79 of file psbt.h.

◆ operator==()

bool PSBTProprietary::operator== ( const PSBTProprietary b) const
inline

Definition at line 82 of file psbt.h.

Member Data Documentation

◆ identifier

std::vector<unsigned char> PSBTProprietary::identifier

Definition at line 75 of file psbt.h.

◆ key

std::vector<unsigned char> PSBTProprietary::key

Definition at line 76 of file psbt.h.

◆ subtype

uint64_t PSBTProprietary::subtype

Definition at line 74 of file psbt.h.

◆ value

std::vector<unsigned char> PSBTProprietary::value

Definition at line 77 of file psbt.h.


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