pub fn check_block_in_chain<Client>(
    backend: Arc<FullBackend>,
    client: Arc<Client>,
    hash: PHash
) -> RelayChainResult<BlockCheckStatus>where
    Client: BlockchainEvents<PBlock>,