MCPcopy Create free account
hub / github.com/ddimaria/rust-blockchain-tutorial / Storage

Class Storage

chain/src/storage.rs:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11#[derive(Debug)]
12pub(crate) struct Storage {
13 db: rocksdb::DB,
14}
15
16/// Implement a patricia merkle trie interface to work directly with RocksDB
17impl EthDB for Storage {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected