A class that deserializes a single CTransaction one time.
◆ TxInputStream()
anonymous_namespace{bitcoinconsensus.cpp}::TxInputStream::TxInputStream |
( |
int |
nTypeIn, |
|
|
int |
nVersionIn, |
|
|
const unsigned char * |
txTo, |
|
|
size_t |
txToLen |
|
) |
| |
|
inline |
◆ GetType()
int anonymous_namespace{bitcoinconsensus.cpp}::TxInputStream::GetType |
( |
| ) |
const |
|
inline |
◆ GetVersion()
int anonymous_namespace{bitcoinconsensus.cpp}::TxInputStream::GetVersion |
( |
| ) |
const |
|
inline |
◆ operator>>()
template<typename T >
TxInputStream& anonymous_namespace{bitcoinconsensus.cpp}::TxInputStream::operator>> |
( |
T && |
obj | ) |
|
|
inline |
◆ read()
void anonymous_namespace{bitcoinconsensus.cpp}::TxInputStream::read |
( |
char * |
pch, |
|
|
size_t |
nSize |
|
) |
| |
|
inline |
◆ m_data
const unsigned char* anonymous_namespace{bitcoinconsensus.cpp}::TxInputStream::m_data |
|
private |
◆ m_remaining
size_t anonymous_namespace{bitcoinconsensus.cpp}::TxInputStream::m_remaining |
|
private |
◆ m_type
const int anonymous_namespace{bitcoinconsensus.cpp}::TxInputStream::m_type |
|
private |
◆ m_version
const int anonymous_namespace{bitcoinconsensus.cpp}::TxInputStream::m_version |
|
private |
The documentation for this class was generated from the following file: