[go: up one dir, main page]

fuel-core-storage 0.47.1

Storage types and primitives used by Fuel core protocol.
Documentation
1
2
3
4
5
6
7
//! This module provides helpers to work with merkle trees
//! You just need to provide a set of columns and the rest of the merkle* traits
//! will be implemented for you.

pub mod column;

pub mod sparse;