|
Electroneum
|
#include <val_kentry.h>

Public Attributes | |
| struct lruhash_entry | entry |
| uint8_t * | name |
| size_t | namelen |
| uint16_t | key_class |
A key entry for the validator. This may or may not be a trusted key. This is what is stored in the key cache. This is the key part for the cache; the key entry key.
Definition at line 55 of file val_kentry.h.
| struct lruhash_entry key_entry_key::entry |
lru hash entry
Definition at line 57 of file val_kentry.h.
| uint16_t key_entry_key::key_class |
class of the key, host byteorder
Definition at line 63 of file val_kentry.h.
| uint8_t* key_entry_key::name |
name of the key
Definition at line 59 of file val_kentry.h.
| size_t key_entry_key::namelen |
length of name
Definition at line 61 of file val_kentry.h.