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