Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
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 238 of file migrate.cpp.

Constructor & Destructor Documentation

◆ DataRecord() [1/2]

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

Definition at line 241 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 249 of file migrate.cpp.

Member Data Documentation

◆ data

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

Definition at line 246 of file migrate.cpp.

◆ m_header

RecordHeader wallet::DataRecord::m_header

Definition at line 244 of file migrate.cpp.


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