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
fn storage_proof(&self) -> Result<Option<TransactionStorageProof>, Error>
fn storage_proof(&self) -> Result<Option<TransactionStorageProof>, Error>
Get the proof.