#include <tx_extra.h>
Definition at line 52 of file tx_extra.h.
◆ do_serialize() [1/2]
template<template< bool > class Archive>
| bool cryptonote::tx_extra_padding::do_serialize |
( |
Archive< false > & |
ar | ) |
|
|
inline |
Definition at line 58 of file tx_extra.h.
63 std::ios_base::iostate
state = ar.stream().rdstate();
64 bool eof = EOF == ar.stream().peek();
65 ar.stream().clear(
state);
◆ do_serialize() [2/2]
template<template< bool > class Archive>
| bool cryptonote::tx_extra_padding::do_serialize |
( |
Archive< true > & |
ar | ) |
|
|
inline |
◆ size
| size_t cryptonote::tx_extra_padding::size |
The documentation for this struct was generated from the following file:
- /home/abuild/rpmbuild/BUILD/electroneum-5.0.0.4/src/cryptonote_basic/tx_extra.h