| 15 | |
| 16 | #[derive(Debug)] |
| 17 | pub(crate) struct AccountStorage { |
| 18 | pub(crate) trie: EthTrie<Storage>, |
| 19 | } |
| 20 | |
| 21 | impl AccountStorage { |
| 22 | pub(crate) fn new(storage: Arc<Storage>) -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected