#include <tx_extra.h>
Definition at line 50 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 56 of file tx_extra.h.
61 std::ios_base::iostate
state = ar.stream().rdstate();
62 bool eof = EOF == ar.stream().peek();
63 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-4.0.0.0/src/cryptonote_basic/tx_extra.h