Trait sp_transaction_storage_proof::TransactionStorageProofInherentData[][src]

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

Auxiliary trait to extract storage proof.

Required methods

Get the proof.

Implementations on Foreign Types

Implementors