pub trait TransactionStorageProofInherentData {
    fn storage_proof(&self) -> Result<Option<TransactionStorageProof>, Error>;
}
Expand description

Auxiliary trait to extract storage proof.

Required Methods§

Implementations on Foreign Types§

Implementors§