Bitcoin Core 28.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
wallet::DataRecord Class Reference

Class for data in the record directly. More...

Collaboration diagram for wallet::DataRecord:
[legend]

Public Member Functions

 DataRecord (const RecordHeader &header)
 
 DataRecord ()=delete
 
template<typename Stream >
void Unserialize (Stream &s)
 

Public Attributes

RecordHeader m_header
 
std::vector< std::byte > data
 

Detailed Description

Class for data in the record directly.

Definition at line 233 of file migrate.cpp.

Constructor & Destructor Documentation

◆ DataRecord() [1/2]

wallet::DataRecord::DataRecord ( const RecordHeader header)
inline

Definition at line 236 of file migrate.cpp.

◆ DataRecord() [2/2]

wallet::DataRecord::DataRecord ( )
delete

Member Function Documentation

◆ Unserialize()

template<typename Stream >
void wallet::DataRecord::Unserialize ( Stream &  s)
inline

Definition at line 244 of file migrate.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ data

std::vector<std::byte> wallet::DataRecord::data

Definition at line 241 of file migrate.cpp.

◆ m_header

RecordHeader wallet::DataRecord::m_header

Definition at line 239 of file migrate.cpp.


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