![]() |
Bitcoin Core 29.99.0
P2P Digital Currency
|
Accessor type holding flags that determine how to access a message field. More...
#include <proxy.h>
Static Public Attributes | |
static const bool | in = flags & FIELD_IN |
static const bool | out = flags & FIELD_OUT |
static const bool | optional = flags & FIELD_OPTIONAL |
static const bool | requested = flags & FIELD_REQUESTED |
static const bool | boxed = flags & FIELD_BOXED |
Accessor type holding flags that determine how to access a message field.
|
static |
|
static |
|
static |
|
static |
|
static |