pub trait TransactionStorageProofInherentData {
    // Required method
    fn storage_proof(&self) -> Result<Option<TransactionStorageProof>, Error>;
}Expand description
Auxiliary trait to extract storage proof.
Required Methods§
Sourcefn storage_proof(&self) -> Result<Option<TransactionStorageProof>, Error>
 
fn storage_proof(&self) -> Result<Option<TransactionStorageProof>, Error>
Get the proof.