Type Alias sp_trie::RawStorageProof

source ·
pub type RawStorageProof = Vec<Vec<u8>>;
Expand description

Raw storage proof type (just raw trie nodes).

Aliased Type§

struct RawStorageProof { /* private fields */ }