Expand description
Support for interacting with the blockchain tree.
Re-exports§
pub use config::TreeConfig;
Modules§
- Engine tree configuration.
Structs§
- The engine API tree handler implementation.
- Tracks the state of the engine api internals.
- Multiple
InvalidBlockHook
s that are executed in order. - A no-op
InvalidBlockHook
that does nothing. - The state of the persistence task.
- The outcome of a tree operation.
- Keeps track of the state of the tree.
Enums§
- This is an error that can come from advancing persistence. Either this can be a [
TryRecvError
], or this can be aProviderError
- The actions that can be performed on the tree.
- Events that are triggered by Tree Chain
Traits§
- An invalid block hook.