Wire Sysio Wire Sysion 1.0.0
|
#include <transaction.hpp>
Public Types | |
enum class | compression_type { none = 0 , zlib = 1 } |
Friends | |
struct | fc::reflector< packed_transaction > |
struct | fc::reflector_init_visitor< packed_transaction > |
struct | fc::has_reflector_init< packed_transaction > |
bool | operator== (const packed_transaction &lhs, const packed_transaction &rhs) |
bool | operator!= (const packed_transaction &lhs, const packed_transaction &rhs) |
Definition at line 136 of file transaction.hpp.
Enumerator | |
---|---|
none | |
zlib |
Definition at line 137 of file transaction.hpp.
|
default |
|
default |
|
explicitdefault |
|
inlineexplicit |
Definition at line 148 of file transaction.hpp.
|
inlineexplicit |
Definition at line 155 of file transaction.hpp.
sysio::chain::packed_transaction::packed_transaction | ( | bytes && | packed_txn, |
vector< signature_type > && | sigs, | ||
bytes && | packed_cfd, | ||
compression_type | _compression ) |
Definition at line 283 of file transaction.cpp.
sysio::chain::packed_transaction::packed_transaction | ( | bytes && | packed_txn, |
vector< signature_type > && | sigs, | ||
vector< bytes > && | cfd, | ||
compression_type | _compression ) |
Definition at line 295 of file transaction.cpp.
sysio::chain::packed_transaction::packed_transaction | ( | transaction && | t, |
vector< signature_type > && | sigs, | ||
bytes && | packed_cfd, | ||
compression_type | _compression ) |
Definition at line 306 of file transaction.cpp.
|
inline |
Definition at line 182 of file transaction.hpp.
|
inline |
Definition at line 187 of file transaction.hpp.
size_t sysio::chain::packed_transaction::get_estimated_size | ( | ) | const |
Definition at line 150 of file transaction.cpp.
|
inline |
Definition at line 188 of file transaction.hpp.
|
inline |
Definition at line 189 of file transaction.hpp.
uint32_t sysio::chain::packed_transaction::get_prunable_size | ( | ) | const |
Definition at line 143 of file transaction.cpp.
bytes sysio::chain::packed_transaction::get_raw_transaction | ( | ) | const |
Definition at line 269 of file transaction.cpp.
|
inline |
Definition at line 186 of file transaction.hpp.
|
inline |
Definition at line 185 of file transaction.hpp.
|
inline |
Definition at line 184 of file transaction.hpp.
uint32_t sysio::chain::packed_transaction::get_unprunable_size | ( | ) | const |
Definition at line 136 of file transaction.cpp.
|
inline |
Definition at line 179 of file transaction.hpp.
|
delete |
|
default |
digest_type sysio::chain::packed_transaction::packed_digest | ( | ) | const |
Definition at line 160 of file transaction.cpp.
|
friend |
Definition at line 195 of file transaction.hpp.
|
friend |
Definition at line 195 of file transaction.hpp.
|
friend |
Definition at line 195 of file transaction.hpp.
|
friend |
Definition at line 171 of file transaction.hpp.
|
friend |
Definition at line 167 of file transaction.hpp.