Bitcoin ABC 0.30.3
P2P Digital Currency
|
Public Attributes | |
NodeId | nodeid |
uint64_t | round |
SteadyMilliseconds | timeout |
std::vector< CInv > | invs |
We declare this as mutable so it can be modified in the multi_index. More... | |
Definition at line 171 of file processor.h.
|
mutable |
We declare this as mutable so it can be modified in the multi_index.
This is ok because we do not use this field to index in anyway.
/!\ Do not use any mutable field as index.
Definition at line 182 of file processor.h.
NodeId avalanche::Processor::Query::nodeid |
Definition at line 172 of file processor.h.
uint64_t avalanche::Processor::Query::round |
Definition at line 173 of file processor.h.
SteadyMilliseconds avalanche::Processor::Query::timeout |
Definition at line 174 of file processor.h.