Function domain_client_operator::load_execution_receipt

source ยท
pub fn load_execution_receipt<Backend, Block, CBlock>(
    backend: &Backend,
    consensus_block_hash: CBlock::Hash,
) -> Result<Option<ExecutionReceiptFor<Block, CBlock>>>
where Backend: AuxStore, Block: BlockT, CBlock: BlockT,
Expand description

Load the execution receipt for given consensus block hash.