Bitcoin ABC  0.28.12
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
PrefilledTransaction Struct Reference

#include <blockencodings.h>

Public Member Functions

template<typename Stream >
void SerData (Stream &s)
 
template<typename Stream >
void UnserData (Stream &s)
 

Public Attributes

uint32_t index
 
CTransactionRef tx
 

Detailed Description

Definition at line 53 of file blockencodings.h.

Member Function Documentation

◆ SerData()

template<typename Stream >
void PrefilledTransaction::SerData ( Stream &  s)
inline

Definition at line 58 of file blockencodings.h.

◆ UnserData()

template<typename Stream >
void PrefilledTransaction::UnserData ( Stream &  s)
inline

Definition at line 59 of file blockencodings.h.

Member Data Documentation

◆ index

uint32_t PrefilledTransaction::index

Definition at line 55 of file blockencodings.h.

◆ tx

CTransactionRef PrefilledTransaction::tx

Definition at line 56 of file blockencodings.h.


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