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

Auxiliary trait to extract storage proof.

Required Methods§

Implementations on Foreign Types§

source§

impl TransactionStorageProofInherentData for InherentData

Implementors§