fvm 2.12.1

Filecoin Virtual Machine reference implementation
Documentation
1
2
3
4
//! Private blockstores for use in the FVM.

mod buffered;
pub use buffered::BufferedBlockstore;