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

Class StoragePath

src/path.rs:346–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344/// by 64 nibbles, representing the keccak256 hash of a slot.
345#[derive(Debug, Clone, PartialEq, Eq, Hash, Arbitrary)]
346pub struct StoragePath {
347 address: AddressPath,
348 slot: Nibbles,
349}
350
351impl StoragePath {
352 /// Creates a new [StoragePath] from an [Address] and a [StorageKey].

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected