Record of a single ban, storing when it was created and when it expires.
Declared in <net_types.h>
class CBanEntry;
| Name | Description |
|---|---|
CBanEntry [constructor] | Constructors |
ToJson | Generate a JSON representation of this ban entry. |
| Name | Description |
|---|---|
nBanUntil | Unix epoch time (seconds) until which the ban stays in effect. |
nCreateTime | Unix epoch time (seconds) at which the ban was created. |
nVersion | Version of the format used to create this entry. |
| Name | Description |
|---|---|
CURRENT_VERSION | Serialization version of the ban entry format. |