![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Classes | |
| class | BlockEnumerator |
| Block enumerator More... | |
| class | BlockHeader |
| The header of a block. More... | |
| class | BlockReader |
| Reads objects in a block. More... | |
| class | BlockReferenceEventArgs |
| Event arguments for block reference events. More... | |
| class | Bucket |
| Represents the construction of a block file. More... | |
| class | CachedStringDictionary |
| Optimizes a persistent IPersistentDictionary using a cache. More... | |
| class | Entry |
| Represents an entry in a block or bucket file. More... | |
| class | LedgerEntry |
| Represents a decoded ledger entry. More... | |
| class | NeuroLedgerProvider |
| Neuro-Ledger provider. More... | |
| class | ObjectEnumerator |
| Enumeratres through objects available in a series of blocks. More... | |
| class | ObjectState |
| Represents an object state. More... | |
Enumerations | |
| enum | BlockStatus |
| Status of the block. More... | |
Functions | |
| delegate Task | BinaryDataReadCallback (byte[] Data, bool More, object State) |
| Delegate for binary data callback methods. More... | |
Status of the block.
Definition at line 11 of file BlockHeader.cs.
| delegate Task Waher.Persistence.NeuroLedger.BinaryDataReadCallback | ( | byte[] | Data, |
| bool | More, | ||
| object | State | ||
| ) |
Delegate for binary data callback methods.
| Data | Binary Data Read |
| More | If there is more data to be read. |
| State | State object provided in the original call. |