domain_client_operator

Function 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.