#include <trie_node.hpp>
Definition at line 90 of file trie_node.hpp.
| Enumerator |
|---|
| Special |
|
| Leaf |
|
| BranchEmptyValue |
|
| BranchWithValue |
|
| LeafContainingHashes |
|
| BranchContainingHashes |
|
| Empty |
|
| ReservedForCompactEncoding |
|
Definition at line 97 of file trie_node.hpp.
| kagome::storage::trie::TrieNode::TrieNode |
( |
| ) |
|
|
default |
| kagome::storage::trie::TrieNode::~TrieNode |
( |
| ) |
|
|
overridedefault |
| Type kagome::storage::trie::TrieNode::getTrieType |
( |
| ) |
const |
|
inlinenoexcept |
| bool kagome::storage::trie::TrieNode::isBranch |
( |
| ) |
const |
|
inlinenoexcept |
| KeyNibbles kagome::storage::trie::TrieNode::key_nibbles |
The documentation for this struct was generated from the following file: