Crate zksync_node_storage_init

Source

Modules§

external_node
main_node

Structs§

NodeInitializationStrategy
NodeStorageInitializer
Node storage initializer. This structure is responsible for making sure that the node storage is initialized.
SnapshotRecoveryConfig

Traits§

InitializeStorage
An abstract storage initialization strategy.
RevertStorage
An abstract storage revert strategy. This trait assumes that for any invalid state there exists a batch number to which the storage can be rolled back.