![]() |
Bitcoin ABC
0.26.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 203 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 214 of file processor.h.
NodeId avalanche::Processor::Query::nodeid |
Definition at line 204 of file processor.h.
uint64_t avalanche::Processor::Query::round |
Definition at line 205 of file processor.h.
SteadyMilliseconds avalanche::Processor::Query::timeout |
Definition at line 206 of file processor.h.