domain_client_operator

Function load_execution_receipt_by_domain_hash

source
pub fn load_execution_receipt_by_domain_hash<Block, CBlock, Client>(
    domain_client: &Client,
    domain_hash: Block::Hash,
    domain_number: NumberFor<Block>,
) -> Result<ExecutionReceiptFor<Block, CBlock>, Error>
where Block: BlockT, CBlock: BlockT, Client: AuxStore + HeaderBackend<Block>,