pub type RawStorageProof = Vec<Vec<u8>>;
Raw storage proof type (just raw trie nodes).
pub struct RawStorageProof { /* private fields */ }