#include <cryptonote_basic.h>
Definition at line 463 of file cryptonote_basic.h.
◆ block() [1/2]
| cryptonote::block::block |
( |
| ) |
|
|
inline |
◆ block() [2/2]
| cryptonote::block::block |
( |
const block & |
b | ) |
|
|
inline |
Definition at line 471 of file cryptonote_basic.h.
std::vector< crypto::hash > tx_hashes
std::vector< uint8_t > signatory
void set_hash_valid(bool v) const
std::vector< uint8_t > signature
◆ if() [1/2]
| cryptonote::block::if |
( |
!typename Archive< W > |
::is_saving() | ) |
|
◆ if() [2/2]
◆ invalidate_hashes()
| void cryptonote::block::invalidate_hashes |
( |
| ) |
|
|
inline |
◆ is_hash_valid()
| bool cryptonote::block::is_hash_valid |
( |
| ) |
const |
|
inline |
Definition at line 474 of file cryptonote_basic.h.
474 {
return hash_valid.load(std::memory_order_acquire); }
◆ operator=()
| block& cryptonote::block::operator= |
( |
const block & |
b | ) |
|
|
inline |
Definition at line 472 of file cryptonote_basic.h.
std::vector< crypto::hash > tx_hashes
std::vector< uint8_t > signatory
void set_hash_valid(bool v) const
std::vector< uint8_t > signature
connection< TProtocol > & operator=(const connection< TProtocol > &obj)
◆ set_hash_valid()
| void cryptonote::block::set_hash_valid |
( |
bool |
v | ) |
const |
|
inline |
Definition at line 475 of file cryptonote_basic.h.
475 { hash_valid.store(v,std::memory_order_release); }
◆ hash
| crypto::hash cryptonote::block::hash |
|
mutable |
◆ miner_tx
◆ signatory
| std::vector<uint8_t> cryptonote::block::signatory |
|
mutable |
◆ signature
| std::vector<uint8_t> cryptonote::block::signature |
|
mutable |
◆ tx_hashes
The documentation for this struct was generated from the following file: