MCPcopy Create free account
hub / github.com/base/triedb / from

Method from

src/node.rs:735–737  ·  view source on GitHub ↗
(val: Account)

Source from the content-addressed store, hash-verified

733
734impl From<Account> for TrieValue {
735 fn from(val: Account) -> Self {
736 TrieValue::Account(val)
737 }
738}
739
740impl From<StorageValue> for TrieValue {

Callers

nothing calls this directly

Calls 1

AccountClass · 0.85

Tested by

no test coverage detected