Bitcoin Core  27.99.0
P2P Digital Currency
Public Attributes | List of all members
UTXO Struct Reference

#include <bitcoinconsensus.h>

Public Attributes

const unsigned char * scriptPubKey
 
unsigned int scriptPubKeySize
 
int64_t value
 

Detailed Description

Definition at line 65 of file bitcoinconsensus.h.

Member Data Documentation

◆ scriptPubKey

const unsigned char* UTXO::scriptPubKey

Definition at line 66 of file bitcoinconsensus.h.

◆ scriptPubKeySize

unsigned int UTXO::scriptPubKeySize

Definition at line 67 of file bitcoinconsensus.h.

◆ value

int64_t UTXO::value

Definition at line 68 of file bitcoinconsensus.h.


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