referrerpolicy=no-referrer-when-downgrade
sp_transaction_storage_proof

Trait TransactionStorageProofInherentData

Source
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§