pub fn set_xdm_message_processed_at<Backend, Block>(
backend: &Backend,
prefix: &[u8],
xdm_id: XdmId,
block_id: BlockId<Block>,
) -> Result<()>where
Backend: AuxStore,
Block: BlockT,
Expand description
Store the given XDM ID as processed at given block.