pub fn get_xdm_processed_block_number<Backend, Block>(
backend: &Backend,
prefix: &[u8],
xdm_id: XdmId,
) -> Result<Option<BlockId<Block>>>where
Backend: AuxStore,
Block: BlockT,
Expand description
Returns the maybe last processed block number for given xdm.